com.softslate.commerce.daos.customer
Class CustomerWishListDAOHibernate
java.lang.Object
com.softslate.commerce.daos.core.BaseDAO
com.softslate.commerce.daos.customer.CustomerWishListDAOHibernate
- All Implemented Interfaces:
- DAOInterface, CustomerWishListDAO
public class CustomerWishListDAOHibernate
- extends BaseDAO
- implements CustomerWishListDAO
Generic DAO to manage the sscCustomerWishList table of the
database.
- Author:
- Jason McWilliams
| Methods inherited from class com.softslate.commerce.daos.core.BaseDAO |
deleteObject, evictCache, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getImportExportSQL, getImportExportSqlMap, getNamedQuery, getSettings, getSQL, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setImportExportSqlMap, 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, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getSettings, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setSettings, setSqlMap, updateObject |
log
static org.apache.commons.logging.Log log
customerWishList
private CustomerWishList customerWishList
CustomerWishListDAOHibernate
public CustomerWishListDAOHibernate()
getCustomerWishList
public CustomerWishList getCustomerWishList()
- Specified by:
getCustomerWishList in interface CustomerWishListDAO
setCustomerWishList
public void setCustomerWishList(CustomerWishList customerWishList)
- Specified by:
setCustomerWishList in interface CustomerWishListDAO
loadCustomerWishListFromID
public void loadCustomerWishListFromID()
throws java.lang.Exception
- Specified by:
loadCustomerWishListFromID in interface CustomerWishListDAO
- Throws:
java.lang.Exception
insertCustomerWishList
public void insertCustomerWishList()
throws DataAccessException
- Specified by:
insertCustomerWishList in interface CustomerWishListDAO
- Throws:
DataAccessException
insertCustomerWishList
public void insertCustomerWishList(boolean commit)
throws DataAccessException
- Specified by:
insertCustomerWishList in interface CustomerWishListDAO
- Throws:
DataAccessException
updateCustomerWishList
public void updateCustomerWishList()
throws DataAccessException
- Specified by:
updateCustomerWishList in interface CustomerWishListDAO
- Throws:
DataAccessException
updateCustomerWishList
public void updateCustomerWishList(boolean commit)
throws DataAccessException
- Specified by:
updateCustomerWishList in interface CustomerWishListDAO
- Throws:
DataAccessException
deleteCustomerWishList
public void deleteCustomerWishList()
throws java.lang.Exception
- Specified by:
deleteCustomerWishList in interface CustomerWishListDAO
- Throws:
java.lang.Exception
deleteCustomerWishList
public void deleteCustomerWishList(boolean commit)
throws java.lang.Exception
- Specified by:
deleteCustomerWishList in interface CustomerWishListDAO
- Throws:
java.lang.Exception
Copyright © SoftSlate, LLC 2003–2012