Interface ShippingRuleDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
ShippingRuleDAOHibernate
Interface for a DAO to manage the
sscShippingRule table of the
database.- Author:
- Jason McWilliams
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteShippingRule(boolean commit) voidvoidinsertShippingRule(boolean commit) voidvoidsetShippingRule(ShippingRule shippingRule) voidvoidupdateShippingRule(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
-
getShippingRule
ShippingRule getShippingRule() -
setShippingRule
-
loadShippingRuleFromID
- Throws:
Exception
-
insertShippingRule
- Throws:
Exception
-
insertShippingRule
- Throws:
Exception
-
updateShippingRule
- Throws:
Exception
-
updateShippingRule
- Throws:
Exception
-
deleteShippingRule
- Throws:
Exception
-
deleteShippingRule
- Throws:
Exception
-