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 TypeMethodDescriptionvoidvoiddeleteShippingRuleRange(boolean commit) voidvoidinsertShippingRuleRange(boolean commit) voidvoidsetShippingRuleRange(ShippingRuleRange shippingRuleRange) voidvoidupdateShippingRuleRange(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
-