net.ramapuram.thomas.service.impl
Class LookupManagerImpl

java.lang.Object
  extended by net.ramapuram.thomas.service.impl.LookupManagerImpl
All Implemented Interfaces:
LookupManager

@Service(value="lookupManager")
public class LookupManagerImpl
extends java.lang.Object
implements LookupManager

Implementation of LookupManager interface to talk to the persistence layer.

Author:
Matt Raible

Constructor Summary
LookupManagerImpl()
           
 
Method Summary
 java.util.List<LabelValue> getAllRoles()
          Retrieves all possible roles from persistence layer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupManagerImpl

public LookupManagerImpl()
Method Detail

getAllRoles

public java.util.List<LabelValue> getAllRoles()
Retrieves all possible roles from persistence layer

Specified by:
getAllRoles in interface LookupManager
Returns:
List of LabelValue objects


Copyright © 2011. All Rights Reserved.