Interface ShippingRuleRangeDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
ShippingRuleRangeDAOHibernate
Interface for a DAO to manage the
sscShippingRuleRange
table of
the database.- Author:
- Jason McWilliams
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteShippingRuleRange
(boolean commit) void
void
insertShippingRuleRange
(boolean commit) void
void
setShippingRuleRange
(ShippingRuleRange shippingRuleRange) void
void
updateShippingRuleRange
(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
-
getShippingRuleRange
ShippingRuleRange getShippingRuleRange() -
setShippingRuleRange
-
loadShippingRuleRangeFromID
- Throws:
Exception
-
insertShippingRuleRange
- Throws:
Exception
-
insertShippingRuleRange
- Throws:
Exception
-
updateShippingRuleRange
- Throws:
Exception
-
updateShippingRuleRange
- Throws:
Exception
-
deleteShippingRuleRange
- Throws:
Exception
-
deleteShippingRuleRange
- Throws:
Exception
-