public class LookupManagerImpl extends UniversalManagerImpl implements LookupManager
log
Constructor and Description |
---|
LookupManagerImpl() |
Modifier and Type | Method and Description |
---|---|
List<LabelValue> |
getAllRoles()
Retrieves all possible roles from persistence layer
|
void |
setLookupDao(LookupDao dao)
Method that allows setting the DAO to talk to the data store with.
|
get, getAll, remove, save, setDao
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, getAll, remove, save
public void setLookupDao(LookupDao dao)
dao
- the dao implementationpublic List<LabelValue> getAllRoles()
getAllRoles
in interface LookupManager
Copyright © 2015. All rights reserved.