Package com.softslate.commerce.daos.tax
Class BasicTaxRateGatewayDAOHibernate
java.lang.Object
com.softslate.commerce.daos.core.BaseDAO
com.softslate.commerce.daos.core.BaseAdminGatewayDAOHibernate
com.softslate.commerce.daos.tax.BasicTaxRateGatewayDAOHibernate
- All Implemented Interfaces:
DAOInterface,BasicTaxRateGatewayDAO
public class BasicTaxRateGatewayDAOHibernate
extends BaseAdminGatewayDAOHibernate
implements BasicTaxRateGatewayDAO
Generic DAO that runs miscellaneous queries related to basic tax rates.
- Author:
- David Tobey
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneditDeleteTaxRates(Map parameters, BusinessObjectFactory bof) loadAllBasicTaxRatesInRange(int firstID, int lastID) loadBasicTaxRatesAndCount(Map parameters) intMethods inherited from class com.softslate.commerce.daos.core.BaseAdminGatewayDAOHibernate
editDeleteAssignments, editDeleteItems, incomingPropertiesByIndex, loadItems, loadItemsAndCount, loadItemsCount, loadItemsFromIDs, postChangedItemEvent, postChangingItemEvent, processCommonCriteria, setPropertiesDynamicallyMethods inherited from class com.softslate.commerce.daos.core.BaseDAO
deleteObject, doWorkToSetConnection, editAssignment, evictCache, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getImportExportSQL, getImportExportSqlMap, getInjector, getNamedQuery, getSettings, getSQL, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setImportExportSqlMap, setInjector, setSettings, setSqlMap, updateObjectMethods 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
deleteObject, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getInjector, getSettings, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setInjector, setSettings, setSqlMap, updateObject
-
Field Details
-
log
static org.apache.commons.logging.Log log
-
-
Constructor Details
-
BasicTaxRateGatewayDAOHibernate
public BasicTaxRateGatewayDAOHibernate()
-
-
Method Details
-
loadBasicTaxRatesAndCount
- Specified by:
loadBasicTaxRatesAndCountin interfaceBasicTaxRateGatewayDAO- Throws:
Exception
-
editDeleteTaxRates
- Specified by:
editDeleteTaxRatesin interfaceBasicTaxRateGatewayDAO- Throws:
Exception
-
loadActiveBasicTaxRates
- Specified by:
loadActiveBasicTaxRatesin interfaceBasicTaxRateGatewayDAO- Throws:
Exception
-
loadMaxBasicTaxRateID
- Specified by:
loadMaxBasicTaxRateIDin interfaceBasicTaxRateGatewayDAO- Throws:
Exception
-
loadAllBasicTaxRatesInRange
- Specified by:
loadAllBasicTaxRatesInRangein interfaceBasicTaxRateGatewayDAO- Throws:
Exception
-