Interface OrderShippingRuleDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
OrderShippingRuleDAOHibernate
Interface for a DAO to manage the
sscOrderShippingRule
table of the
database.- Author:
- Jason McWilliams
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteOrderShippingRule
(boolean commit) void
void
insertOrderShippingRule
(boolean commit) void
void
setOrderShippingRule
(OrderShippingRule orderShippingRule) void
void
updateOrderShippingRule
(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
-
getOrderShippingRule
OrderShippingRule getOrderShippingRule() -
setOrderShippingRule
-
loadOrderShippingRuleFromID
- Throws:
Exception
-
insertOrderShippingRule
- Throws:
Exception
-
insertOrderShippingRule
- Throws:
Exception
-
updateOrderShippingRule
- Throws:
Exception
-
updateOrderShippingRule
- Throws:
Exception
-
deleteOrderShippingRule
- Throws:
Exception
-
deleteOrderShippingRule
- Throws:
Exception
-