Interface OrderItemAttributeDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
OrderItemAttributeDAOHibernate
Interface for a DAO to manage the
sscOrderItemAttribute
table of the
database.- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteOrderItemAttribute
(boolean commit) void
void
insertOrderItemAttribute
(boolean commit) void
void
setOrderItemAttribute
(OrderItemAttribute orderItemAttribute) void
void
updateOrderItemAttribute
(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
-
getOrderItemAttribute
OrderItemAttribute getOrderItemAttribute() -
setOrderItemAttribute
-
loadOrderItemAttributeFromID
- Throws:
Exception
-
insertOrderItemAttribute
- Throws:
Exception
-
insertOrderItemAttribute
- Throws:
Exception
-
updateOrderItemAttribute
- Throws:
Exception
-
updateOrderItemAttribute
- Throws:
Exception
-
deleteOrderItemAttribute
- Throws:
Exception
-
deleteOrderItemAttribute
- Throws:
Exception
-