com.softslate.commerce.daos.customer
Class CustomerWishListDAOHibernate

java.lang.Object
  extended by com.softslate.commerce.daos.core.BaseDAO
      extended by 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

Field Summary
private  CustomerWishList customerWishList
           
(package private) static org.apache.commons.logging.Log log
           
 
Constructor Summary
CustomerWishListDAOHibernate()
           
 
Method Summary
 void deleteCustomerWishList()
           
 void deleteCustomerWishList(boolean commit)
           
 CustomerWishList getCustomerWishList()
           
 void insertCustomerWishList()
           
 void insertCustomerWishList(boolean commit)
           
 void loadCustomerWishListFromID()
           
 void setCustomerWishList(CustomerWishList customerWishList)
           
 void updateCustomerWishList()
           
 void updateCustomerWishList(boolean commit)
           
 
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
 

Field Detail

log

static org.apache.commons.logging.Log log

customerWishList

private CustomerWishList customerWishList
Constructor Detail

CustomerWishListDAOHibernate

public CustomerWishListDAOHibernate()
Method Detail

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