Interface AttributeDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
AttributeDAOHibernate
Interface for a DAO to manage the
sscAttribute table of the
database.- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteAttribute(boolean commit) voidvoidinsertAttribute(boolean commit) voidvoidvoidsetAttribute(Attribute attribute) voidvoidupdateAttribute(boolean commit) 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
-
getAttribute
Attribute getAttribute() -
setAttribute
-
loadAttributeFromID
- Throws:
Exception
-
insertAttribute
- Throws:
Exception
-
insertAttribute
- Throws:
Exception
-
loadAttributeFromCode
- Throws:
DataAccessException
-
updateAttribute
- Throws:
Exception
-
updateAttribute
- Throws:
Exception
-
deleteAttribute
- Throws:
Exception
-
deleteAttribute
- Throws:
Exception
-