Interface ShippingRateDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
ShippingRateDAOHibernate
Interface for a DAO to manage the
sscShippingRate table of the
database.- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteShippingRate(boolean commit) voidvoidinsertShippingRate(boolean commit) voidvoidsetShippingRate(ShippingRate shippingRate) voidvoidupdateShippingRate(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
-
getShippingRate
ShippingRate getShippingRate() -
setShippingRate
-
loadShippingRateFromID
- Throws:
Exception
-
insertShippingRate
- Throws:
Exception
-
insertShippingRate
- Throws:
Exception
-
updateShippingRate
- Throws:
Exception
-
updateShippingRate
- Throws:
Exception
-
deleteShippingRate
- Throws:
Exception
-
deleteShippingRate
- Throws:
Exception
-