Package com.softslate.commerce.daos.tax
Class BasicTaxRateDAOHibernate
java.lang.Object
com.softslate.commerce.daos.core.BaseDAO
com.softslate.commerce.daos.tax.BasicTaxRateDAOHibernate
- All Implemented Interfaces:
DAOInterface,BasicTaxRateDAO
Generic DAO to manage the
sscBasicTaxRate table of the
database.- Author:
- David Tobey
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BasicTaxRate(package private) static org.apache.commons.logging.Log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteBasicTaxRate(boolean commit) booleandeleteObject(Object object, boolean commit) voidvoidinsertBasicTaxRate(boolean commit) insertObject(Object object, boolean commit) voidprivate BasicTaxRateloadObject(Object object) voidsetBasicTaxRate(BasicTaxRate basicTaxRate) voidvoidupdateBasicTaxRate(boolean commit) updateObject(Object object, boolean commit) Methods inherited from class com.softslate.commerce.daos.core.BaseDAO
doWorkToSetConnection, editAssignment, evictCache, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getImportExportSQL, getImportExportSqlMap, getInjector, getNamedQuery, getSettings, getSQL, getSqlMap, initialize, loadAll, loadAll, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setImportExportSqlMap, setInjector, setSettings, setSqlMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.softslate.commerce.daos.core.DAOInterface
formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getInjector, getSettings, getSqlMap, initialize, loadAll, loadAll, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setInjector, setSettings, setSqlMap
-
Field Details
-
log
static org.apache.commons.logging.Log log -
basicTaxRate
-
-
Constructor Details
-
BasicTaxRateDAOHibernate
public BasicTaxRateDAOHibernate()
-
-
Method Details
-
getBasicTaxRate
- Specified by:
getBasicTaxRatein interfaceBasicTaxRateDAO
-
setBasicTaxRate
- Specified by:
setBasicTaxRatein interfaceBasicTaxRateDAO
-
loadBasicTaxRateFromID
- Specified by:
loadBasicTaxRateFromIDin interfaceBasicTaxRateDAO- Throws:
Exception
-
insertBasicTaxRate
- Specified by:
insertBasicTaxRatein interfaceBasicTaxRateDAO- Throws:
DataAccessException
-
insertBasicTaxRate
- Specified by:
insertBasicTaxRatein interfaceBasicTaxRateDAO- Throws:
DataAccessException
-
updateBasicTaxRate
- Specified by:
updateBasicTaxRatein interfaceBasicTaxRateDAO- Throws:
DataAccessException
-
updateBasicTaxRate
- Specified by:
updateBasicTaxRatein interfaceBasicTaxRateDAO- Throws:
DataAccessException
-
deleteBasicTaxRate
- Specified by:
deleteBasicTaxRatein interfaceBasicTaxRateDAO- Throws:
Exception
-
deleteBasicTaxRate
- Specified by:
deleteBasicTaxRatein interfaceBasicTaxRateDAO- Throws:
Exception
-
loadObject
- Specified by:
loadObjectin interfaceDAOInterface- Overrides:
loadObjectin classBaseDAO- Throws:
Exception
-
loadBasicTaxRateFromPostalCode
- Throws:
DataAccessException
-
deleteObject
- Specified by:
deleteObjectin interfaceDAOInterface- Overrides:
deleteObjectin classBaseDAO- Throws:
Exception
-
insertObject
- Specified by:
insertObjectin interfaceDAOInterface- Overrides:
insertObjectin classBaseDAO- Throws:
Exception
-
updateObject
- Specified by:
updateObjectin interfaceDAOInterface- Overrides:
updateObjectin classBaseDAO- Throws:
Exception
-