Class CustomerWishListDAOHibernate
java.lang.Object
com.softslate.commerce.daos.core.BaseDAO
com.softslate.commerce.daos.customer.CustomerWishListDAOHibernate
- All Implemented Interfaces:
DAOInterface
,CustomerWishListDAO
Generic DAO to manage the
sscCustomerWishList
table of the
database.- Author:
- Jason McWilliams
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CustomerWishList
(package private) static org.apache.commons.logging.Log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteCustomerWishList
(boolean commit) void
void
insertCustomerWishList
(boolean commit) void
void
setCustomerWishList
(CustomerWishList customerWishList) void
void
updateCustomerWishList
(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 -
customerWishList
-
-
Constructor Details
-
CustomerWishListDAOHibernate
public CustomerWishListDAOHibernate()
-
-
Method Details
-
getCustomerWishList
- Specified by:
getCustomerWishList
in interfaceCustomerWishListDAO
-
setCustomerWishList
- Specified by:
setCustomerWishList
in interfaceCustomerWishListDAO
-
loadCustomerWishListFromID
- Specified by:
loadCustomerWishListFromID
in interfaceCustomerWishListDAO
- Throws:
Exception
-
insertCustomerWishList
- Specified by:
insertCustomerWishList
in interfaceCustomerWishListDAO
- Throws:
DataAccessException
-
insertCustomerWishList
- Specified by:
insertCustomerWishList
in interfaceCustomerWishListDAO
- Throws:
DataAccessException
-
updateCustomerWishList
- Specified by:
updateCustomerWishList
in interfaceCustomerWishListDAO
- Throws:
DataAccessException
-
updateCustomerWishList
- Specified by:
updateCustomerWishList
in interfaceCustomerWishListDAO
- Throws:
DataAccessException
-
deleteCustomerWishList
- Specified by:
deleteCustomerWishList
in interfaceCustomerWishListDAO
- Throws:
Exception
-
deleteCustomerWishList
- Specified by:
deleteCustomerWishList
in interfaceCustomerWishListDAO
- Throws:
Exception
-