com.softslate.commerce.daos.product
Interface OptionDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
OptionDAOHibernate

public interface OptionDAO
extends DAOInterface

Interface for a DAO to manage the sscOption table of the database.

Author:
David Tobey

Method Summary
 void deleteOption()
           
 void deleteOption(boolean commit)
           
 Option getOption()
           
 void insertOption()
           
 void insertOption(boolean commit)
           
 void insertOptionWithID()
           
 void insertOptionWithID(boolean commit)
           
 void loadOptionFromID()
           
 void setOption(Option option)
           
 void updateOption()
           
 void updateOption(boolean commit)
           
 void updateOptionByCode()
           
 void updateOptionByCode(boolean commit)
           
 
Methods inherited from interface com.softslate.commerce.daos.core.DAOInterface
deleteObject, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getSettings, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setSettings, setSqlMap, updateObject
 

Method Detail

getOption

Option getOption()

setOption

void setOption(Option option)

loadOptionFromID

void loadOptionFromID()
                      throws java.lang.Exception
Throws:
java.lang.Exception

insertOption

void insertOption()
                  throws java.lang.Exception
Throws:
java.lang.Exception

insertOption

void insertOption(boolean commit)
                  throws java.lang.Exception
Throws:
java.lang.Exception

insertOptionWithID

void insertOptionWithID()
                        throws java.lang.Exception
Throws:
java.lang.Exception

insertOptionWithID

void insertOptionWithID(boolean commit)
                        throws java.lang.Exception
Throws:
java.lang.Exception

updateOption

void updateOption()
                  throws java.lang.Exception
Throws:
java.lang.Exception

updateOption

void updateOption(boolean commit)
                  throws java.lang.Exception
Throws:
java.lang.Exception

updateOptionByCode

void updateOptionByCode()
                        throws java.lang.Exception
Throws:
java.lang.Exception

updateOptionByCode

void updateOptionByCode(boolean commit)
                        throws java.lang.Exception
Throws:
java.lang.Exception

deleteOption

void deleteOption()
                  throws java.lang.Exception
Throws:
java.lang.Exception

deleteOption

void deleteOption(boolean commit)
                  throws java.lang.Exception
Throws:
java.lang.Exception


Copyright ? SoftSlate, LLC 2003?2005