Class ShippingMethodDAOHibernate
java.lang.Object
com.softslate.commerce.daos.core.BaseDAO
com.softslate.commerce.daos.shipping.ShippingMethodDAOHibernate
- All Implemented Interfaces:
DAOInterface,ShippingMethodDAO
Generic DAO to manage the
sscShippingMethod table of the
database.- Author:
- David Tobey
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static org.apache.commons.logging.Logprivate ShippingMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteShippingMethod(boolean commit) voidvoidinsertShippingMethod(boolean commit) voidvoidvoidsetShippingMethod(ShippingMethod shippingMethod) voidvoidupdateShippingMethod(boolean commit) Methods inherited from class com.softslate.commerce.daos.core.BaseDAO
deleteObject, doWorkToSetConnection, editAssignment, evictCache, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getImportExportSQL, getImportExportSqlMap, getInjector, getNamedQuery, getSettings, getSQL, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setImportExportSqlMap, setInjector, setSettings, setSqlMap, updateObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Field Details
-
log
static org.apache.commons.logging.Log log -
shippingMethod
-
-
Constructor Details
-
ShippingMethodDAOHibernate
public ShippingMethodDAOHibernate()
-
-
Method Details
-
getShippingMethod
- Specified by:
getShippingMethodin interfaceShippingMethodDAO
-
setShippingMethod
- Specified by:
setShippingMethodin interfaceShippingMethodDAO
-
loadShippingMethodFromID
- Specified by:
loadShippingMethodFromIDin interfaceShippingMethodDAO- Throws:
Exception
-
loadShippingMethodFromCode
- Specified by:
loadShippingMethodFromCodein interfaceShippingMethodDAO- Throws:
Exception
-
insertShippingMethod
- Specified by:
insertShippingMethodin interfaceShippingMethodDAO- Throws:
DataAccessException
-
insertShippingMethod
- Specified by:
insertShippingMethodin interfaceShippingMethodDAO- Throws:
DataAccessException
-
updateShippingMethod
- Specified by:
updateShippingMethodin interfaceShippingMethodDAO- Throws:
DataAccessException
-
updateShippingMethod
- Specified by:
updateShippingMethodin interfaceShippingMethodDAO- Throws:
DataAccessException
-
deleteShippingMethod
- Specified by:
deleteShippingMethodin interfaceShippingMethodDAO- Throws:
DataAccessException
-
deleteShippingMethod
- Specified by:
deleteShippingMethodin interfaceShippingMethodDAO- Throws:
DataAccessException
-