Interface CustomerWishListGatewayDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
CustomerWishListGatewayDAOHibernate
Interface for a DAO that runs miscellaneous queries related to customer
wish lists.
- Author:
- Jason McWilliams
-
Method Summary
Modifier and TypeMethodDescriptioneditDeleteCustomerWishLists
(Map parameters, BusinessObjectFactory bof) loadCustomerWishListsAndCount
(Map parameters) Methods 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