com.softslate.commerce.daos.administrator
Class AdministratorGatewayDAOHibernate

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.administrator.AdministratorGatewayDAOHibernate
All Implemented Interfaces:
AdministratorGatewayDAO, DAOInterface

public class AdministratorGatewayDAOHibernate
extends BaseAdminGatewayDAOHibernate
implements AdministratorGatewayDAO

Generic DAO that runs miscellaneous queries for the administrator application.

Author:
David Tobey

Field Summary
(package private) static org.apache.commons.logging.Log log
           
 
Constructor Summary
AdministratorGatewayDAOHibernate()
           
 
Method Summary
 void editDeleteAdministrators(java.util.Map parameters, BusinessObjectFactory bof)
           
 java.util.Map loadAdministratorsAndCount(java.util.Map parameters)
           
 java.util.Map processLogin(User user)
           
 
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

AdministratorGatewayDAOHibernate

public AdministratorGatewayDAOHibernate()
Method Detail

processLogin

public java.util.Map processLogin(User user)
                           throws java.lang.Exception
Specified by:
processLogin in interface AdministratorGatewayDAO
Throws:
java.lang.Exception

loadAdministratorsAndCount

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

editDeleteAdministrators

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


Copyright © SoftSlate, LLC 2003–2005