Interface ProductSettingGatewayDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
ProductSettingGatewayDAOHibernate
Interface for a DAO that runs miscellaneous queries related to productSettings.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptioneditDeleteProductSettings
(Map parameters, BusinessObjectFactory bof) loadAllProductSettingsInRange
(int firstID, int lastID) int
loadProductSettingsAndCount
(Map parameters) Methods 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
-
Method Details
-
loadProductSettingsAndCount
- Throws:
Exception
-
editDeleteProductSettings
- Throws:
Exception
-
loadAllProductSettings
- Throws:
DataAccessException
-
loadMaxProductSettingID
- Throws:
Exception
-
loadAllProductSettingsInRange
- Throws:
Exception
-