com.softslate.commerce.daos.administrator
Interface RoleGatewayDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
RoleGatewayDAOBasic

public interface RoleGatewayDAO
extends DAOInterface

Interface for a DAO that runs miscellaneous queries related to roles.

Author:
David Tobey

Method Summary
 void editDeleteRoles(java.util.Map parameters, BusinessObjectFactory bof)
           
 java.util.Collection loadActiveRoles()
           
 java.util.Map loadRolesAndCount(java.util.Map parameters)
           
 
Methods inherited from interface com.softslate.commerce.daos.core.DAOInterface
getConnection, getDaoFactory, getDataSource, getSettingsBean, getSqlMap, initialize, setConnection, setDaoFactory, setDataSource, setSettingsBean, setSqlMap
 

Method Detail

loadRolesAndCount

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

editDeleteRoles

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

loadActiveRoles

public java.util.Collection loadActiveRoles()
                                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © SoftSlate, Inc. 2003–2005