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 TypeMethodDescriptionvoid
void
deleteShippingRule
(boolean commit) void
void
insertShippingRule
(boolean commit) void
void
setShippingRule
(ShippingRule shippingRule) void
void
updateShippingRule
(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
-