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 TypeMethodDescriptionvoidvoiddeleteOrderShippingRule(boolean commit) voidvoidinsertOrderShippingRule(boolean commit) voidvoidsetOrderShippingRule(OrderShippingRule orderShippingRule) voidvoidupdateOrderShippingRule(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
-