com.gisgraphy.service.impl
Class LookupManagerImpl
java.lang.Object
com.gisgraphy.service.impl.UniversalManagerImpl
com.gisgraphy.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookupManagerImpl
public LookupManagerImpl()
setLookupDao
public void setLookupDao(LookupDao dao)
- Method that allows setting the DAO to talk to the data store with.
- Parameters:
dao
- the dao implementation
getAllRoles
public List<LabelValue> getAllRoles()
- Retrieves all possible roles from persistence layer
- Specified by:
getAllRoles
in interface LookupManager
- Returns:
- List of LabelValue objects
Copyright © 2012. All Rights Reserved.