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 TypeMethodDescriptionvoidvoiddeleteCustomerWishList(boolean commit) voidvoidinsertCustomerWishList(boolean commit) voidvoidsetCustomerWishList(CustomerWishList customerWishList) voidvoidupdateCustomerWishList(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 -
customerWishList
-
-
Constructor Details
-
CustomerWishListDAOHibernate
public CustomerWishListDAOHibernate()
-
-
Method Details
-
getCustomerWishList
- Specified by:
getCustomerWishListin interfaceCustomerWishListDAO
-
setCustomerWishList
- Specified by:
setCustomerWishListin interfaceCustomerWishListDAO
-
loadCustomerWishListFromID
- Specified by:
loadCustomerWishListFromIDin interfaceCustomerWishListDAO- Throws:
Exception
-
insertCustomerWishList
- Specified by:
insertCustomerWishListin interfaceCustomerWishListDAO- Throws:
DataAccessException
-
insertCustomerWishList
- Specified by:
insertCustomerWishListin interfaceCustomerWishListDAO- Throws:
DataAccessException
-
updateCustomerWishList
- Specified by:
updateCustomerWishListin interfaceCustomerWishListDAO- Throws:
DataAccessException
-
updateCustomerWishList
- Specified by:
updateCustomerWishListin interfaceCustomerWishListDAO- Throws:
DataAccessException
-
deleteCustomerWishList
- Specified by:
deleteCustomerWishListin interfaceCustomerWishListDAO- Throws:
Exception
-
deleteCustomerWishList
- Specified by:
deleteCustomerWishListin interfaceCustomerWishListDAO- Throws:
Exception
-