com.softslate.commerce.daos.customer
Class CustomerWishListGatewayDAOHibernate

java.lang.Object
  extended by com.softslate.commerce.daos.core.BaseDAO
      extended by com.softslate.commerce.daos.core.BaseAdminGatewayDAOHibernate
          extended by com.softslate.commerce.daos.customer.CustomerWishListGatewayDAOHibernate
All Implemented Interfaces:
DAOInterface, CustomerWishListGatewayDAO

public class CustomerWishListGatewayDAOHibernate
extends BaseAdminGatewayDAOHibernate
implements CustomerWishListGatewayDAO

Generic DAO that runs miscellaneous queries related to wish lists.

Author:
Jason McWilliams

Field Summary
(package private) static org.apache.commons.logging.Log log
           
 
Constructor Summary
CustomerWishListGatewayDAOHibernate()
           
 
Method Summary
 void editDeleteCustomerWishLists(java.util.Map parameters, BusinessObjectFactory bof)
           
 java.util.Map loadCustomerWishListsAndCount(java.util.Map parameters)
           
 
Methods inherited from class com.softslate.commerce.daos.core.BaseAdminGatewayDAOHibernate
editDeleteAssignments, editDeleteItems, loadItems, loadItemsAndCount, loadItemsCount, loadItemsFromIDs, processCommonCriteria, setPropertiesDynamically
 
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
Constructor Detail

CustomerWishListGatewayDAOHibernate

public CustomerWishListGatewayDAOHibernate()
Method Detail

loadCustomerWishListsAndCount

public java.util.Map loadCustomerWishListsAndCount(java.util.Map parameters)
                                            throws java.lang.Exception
Specified by:
loadCustomerWishListsAndCount in interface CustomerWishListGatewayDAO
Throws:
java.lang.Exception

editDeleteCustomerWishLists

public void editDeleteCustomerWishLists(java.util.Map parameters,
                                        BusinessObjectFactory bof)
                                 throws java.lang.Exception
Specified by:
editDeleteCustomerWishLists in interface CustomerWishListGatewayDAO
Throws:
java.lang.Exception


Copyright © SoftSlate, LLC 2003–2010