Interface OrderDiscountDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
OrderDiscountDAOHibernate
Interface for a DAO to manage the
sscOrderDiscount
table of the
database.- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteOrderDiscount
(boolean commit) void
void
insertOrderDiscount
(boolean commit) void
void
setOrderDiscount
(OrderDiscount orderDiscount) void
void
updateOrderDiscount
(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
-
getOrderDiscount
OrderDiscount getOrderDiscount() -
setOrderDiscount
-
loadOrderDiscountFromID
- Throws:
Exception
-
insertOrderDiscount
- Throws:
Exception
-
insertOrderDiscount
- Throws:
Exception
-
updateOrderDiscount
- Throws:
Exception
-
updateOrderDiscount
- Throws:
Exception
-
deleteOrderDiscount
- Throws:
Exception
-
deleteOrderDiscount
- Throws:
Exception
-