Class ProductSettingGatewayDAOHibernate
java.lang.Object
com.softslate.commerce.daos.core.BaseDAO
com.softslate.commerce.daos.core.BaseAdminGatewayDAOHibernate
com.softslate.commerce.daos.product.ProductSettingGatewayDAOHibernate
- All Implemented Interfaces:
DAOInterface,ProductSettingGatewayDAO
public class ProductSettingGatewayDAOHibernate
extends BaseAdminGatewayDAOHibernate
implements ProductSettingGatewayDAO
Generic DAO that runs miscellaneous queries related to productSettings.
- Author:
- David Tobey
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneditDeleteProductSettings(Map parameters, BusinessObjectFactory bof) loadAllProductSettingsInRange(int firstID, int lastID) intloadProductSettingsAndCount(Map parameters) Methods 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
-
ProductSettingGatewayDAOHibernate
public ProductSettingGatewayDAOHibernate()
-
-
Method Details
-
loadProductSettingsAndCount
- Specified by:
loadProductSettingsAndCountin interfaceProductSettingGatewayDAO- Throws:
Exception
-
editDeleteProductSettings
- Specified by:
editDeleteProductSettingsin interfaceProductSettingGatewayDAO- Throws:
Exception
-
loadAllProductSettings
- Specified by:
loadAllProductSettingsin interfaceProductSettingGatewayDAO- Throws:
DataAccessException
-
loadMaxProductSettingID
- Specified by:
loadMaxProductSettingIDin interfaceProductSettingGatewayDAO- Throws:
Exception
-
loadAllProductSettingsInRange
- Specified by:
loadAllProductSettingsInRangein interfaceProductSettingGatewayDAO- Throws:
Exception
-