org.appfuse.service.impl
Class LookupManagerImpl

java.lang.Object
  extended by org.appfuse.service.impl.UniversalManagerImpl
      extended by org.appfuse.service.impl.LookupManagerImpl
All Implemented Interfaces:
LookupManager, UniversalManager

public class LookupManagerImpl
extends UniversalManagerImpl
implements LookupManager

Implementation of LookupManager interface to talk to the persistence layer.

Author:
Matt Raible

Field Summary
 
Fields inherited from class org.appfuse.service.impl.UniversalManagerImpl
log
 
Constructor Summary
LookupManagerImpl()
           
 
Method Summary
 java.util.List<org.appfuse.model.LabelValue> getAllRoles()
          Retrieves all possible roles from persistence layer
 void setLookupDao(org.appfuse.dao.LookupDao dao)
           
 
Methods inherited from class org.appfuse.service.impl.UniversalManagerImpl
get, getAll, remove, save, setDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.appfuse.service.UniversalManager
get, getAll, remove, save
 

Constructor Detail

LookupManagerImpl

public LookupManagerImpl()
Method Detail

setLookupDao

public void setLookupDao(org.appfuse.dao.LookupDao dao)

getAllRoles

public java.util.List<org.appfuse.model.LabelValue> getAllRoles()
Description copied from interface: LookupManager
Retrieves all possible roles from persistence layer

Specified by:
getAllRoles in interface LookupManager
Returns:
List of LabelValue objects
See Also:
LookupManager.getAllRoles()


Copyright © 2003-2007. All Rights Reserved.