|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gisgraphy.service.impl.UniversalManagerImpl
com.gisgraphy.service.impl.LookupManagerImpl
public class LookupManagerImpl
Implementation of LookupManager interface to talk to the persistence layer.
| Field Summary |
|---|
| Fields inherited from class com.gisgraphy.service.impl.UniversalManagerImpl |
|---|
log |
| Constructor Summary | |
|---|---|
LookupManagerImpl()
|
|
| Method Summary | |
|---|---|
java.util.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. |
| Methods inherited from class com.gisgraphy.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 com.gisgraphy.service.UniversalManager |
|---|
get, getAll, remove, save |
| Constructor Detail |
|---|
public LookupManagerImpl()
| Method Detail |
|---|
public void setLookupDao(LookupDao dao)
dao - the dao implementationpublic java.util.List<LabelValue> getAllRoles()
getAllRoles in interface LookupManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||