Interface ShippingMethodDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
ShippingMethodDAOHibernate
Interface for a DAO to manage the
sscShippingMethod
table of the
database.- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteShippingMethod
(boolean commit) void
void
insertShippingMethod
(boolean commit) void
void
void
setShippingMethod
(ShippingMethod shippingMethod) void
void
updateShippingMethod
(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
-
getShippingMethod
ShippingMethod getShippingMethod() -
setShippingMethod
-
loadShippingMethodFromID
- Throws:
Exception
-
loadShippingMethodFromCode
- Throws:
Exception
-
insertShippingMethod
- Throws:
Exception
-
insertShippingMethod
- Throws:
Exception
-
updateShippingMethod
- Throws:
Exception
-
updateShippingMethod
- Throws:
Exception
-
deleteShippingMethod
- Throws:
Exception
-
deleteShippingMethod
- Throws:
Exception
-