Interface EmailOptOutGatewayDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
EmailOptOutGatewayDAOHibernate
Interface for a DAO that runs miscellaneous queries related to
EmailOptOuts.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
editDeleteEmailOptOuts
(Map parameters, BusinessObjectFactory bof) loadEmailOptOutsAndCount
(Map parameters) optOutsCountByEmailAndType
(String type, String emailAddress) 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