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
Modifier and TypeFieldDescription(package private) static org.apache.commons.logging.Log
private ShippingMethod
-
Constructor Summary
-
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 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, updateObject
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Field Details
-
log
static org.apache.commons.logging.Log log -
shippingMethod
-
-
Constructor Details
-
ShippingMethodDAOHibernate
public ShippingMethodDAOHibernate()
-
-
Method Details
-
getShippingMethod
- Specified by:
getShippingMethod
in interfaceShippingMethodDAO
-
setShippingMethod
- Specified by:
setShippingMethod
in interfaceShippingMethodDAO
-
loadShippingMethodFromID
- Specified by:
loadShippingMethodFromID
in interfaceShippingMethodDAO
- Throws:
Exception
-
loadShippingMethodFromCode
- Specified by:
loadShippingMethodFromCode
in interfaceShippingMethodDAO
- Throws:
Exception
-
insertShippingMethod
- Specified by:
insertShippingMethod
in interfaceShippingMethodDAO
- Throws:
DataAccessException
-
insertShippingMethod
- Specified by:
insertShippingMethod
in interfaceShippingMethodDAO
- Throws:
DataAccessException
-
updateShippingMethod
- Specified by:
updateShippingMethod
in interfaceShippingMethodDAO
- Throws:
DataAccessException
-
updateShippingMethod
- Specified by:
updateShippingMethod
in interfaceShippingMethodDAO
- Throws:
DataAccessException
-
deleteShippingMethod
- Specified by:
deleteShippingMethod
in interfaceShippingMethodDAO
- Throws:
DataAccessException
-
deleteShippingMethod
- Specified by:
deleteShippingMethod
in interfaceShippingMethodDAO
- Throws:
DataAccessException
-