com.softslate.commerce.daos.customer
Interface CustomerWishListGatewayDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
CustomerWishListGatewayDAOHibernate

public interface CustomerWishListGatewayDAO
extends DAOInterface

Interface for a DAO that runs miscellaneous queries related to customer wish lists.

Author:
Jason McWilliams

Method Summary
 void editDeleteCustomerWishLists(java.util.Map parameters, BusinessObjectFactory bof)
           
 java.util.Map loadCustomerWishListsAndCount(java.util.Map parameters)
           
 
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
 

Method Detail

loadCustomerWishListsAndCount

java.util.Map loadCustomerWishListsAndCount(java.util.Map parameters)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

editDeleteCustomerWishLists

void editDeleteCustomerWishLists(java.util.Map parameters,
                                 BusinessObjectFactory bof)
                                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © SoftSlate, LLC 2003–2012