Interface AttributeGatewayDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
AttributeGatewayDAOHibernate
Interface for a DAO that runs miscellaneous queries related to basic
attributes.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptioneditDeleteAttributes
(Map parameters, BusinessObjectFactory bof) void
void
insertProductAttribute
(ProductAttribute pa, boolean commit) loadAllAttributesInRange
(int firstID, int lastID) loadAttributesAndCount
(Map parameters) int
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
-
loadAttributesAndCount
- Throws:
Exception
-
editDeleteAttributes
- Throws:
Exception
-
loadAllAttributes
- Throws:
Exception
-
insertProductAttribute
- Throws:
DataAccessException
-
insertProductAttribute
- Throws:
DataAccessException
-
loadMaxAttributeID
- Throws:
Exception
-
loadAllAttributesInRange
- Throws:
Exception
-