|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.appfuse.service.BaseManager
org.appfuse.service.LookupManagerImpl
Implementation of LookupManager interface to talk to the persistence layer.
View Source
| Constructor Summary | |
LookupManagerImpl()
|
|
| Method Summary | |
List |
getAllRoles()
Retrieves all possible roles from persistence layer |
List |
getDegrees()
Retrieves all degrees for use in a drop-down |
List |
getTemplates()
Retrieves all templates for use in a drop-down |
List |
getWorkStatuses()
Retrieves all work statuses for use in a drop-down |
void |
setLookupDAO(LookupDAO dao)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LookupManagerImpl()
| Method Detail |
public void setLookupDAO(LookupDAO dao)
public List getAllRoles()
throws Exception
LookupManager
getAllRoles in interface LookupManagerExceptionLookupManager.getAllRoles()
public List getTemplates()
throws Exception
LookupManager
getTemplates in interface LookupManagerException - exception if operation failsLookupManager.getTemplates()
public List getWorkStatuses()
throws Exception
LookupManager
getWorkStatuses in interface LookupManagerException - exception if operation failsLookupManager.getWorkStatuses()
public List getDegrees()
throws Exception
LookupManager
getDegrees in interface LookupManagerException - exception if operation failsLookupManager.getDegrees()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||