Interface AdministratorGatewayDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
AdministratorGatewayDAOHibernate
Interface for a DAO that runs miscellaneous queries for the administrator
application.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptioneditDeleteAdministrators
(Map parameters, BusinessObjectFactory bof) loadAdministratorsAndCount
(Map parameters) processApiLogin
(String apiLoginID, String apiAuthenticationToken) processLogin
(User user) processLogin
(String administratorUserName, String administratorPassword) 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