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 TypeMethodDescriptionvoid
void
deleteAttribute
(boolean commit) void
void
insertAttribute
(boolean commit) void
void
void
setAttribute
(Attribute attribute) void
void
updateAttribute
(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
-