|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleService
Service Tier interface for providing user access to Modules
| Method Summary | |
|---|---|
Set<Module> |
getAllModules()
Returns all available Modules or an empty Set |
Module |
getModule(Long moduleId)
Returns the Module for the given id (or returns null) |
Set<String> |
getModuleNames(Set<Long> moduleIds)
Returns a Set of Module names, given their ids |
| Method Detail |
|---|
Set<Module> getAllModules()
Modules or an empty Set
Modules or an empty SetModule getModule(Long moduleId)
Module for the given id (or returns null)
moduleId - Module id to search on
Module for the given id (or null)Set<String> getModuleNames(Set<Long> moduleIds)
Module names, given their ids
moduleIds - - List of Module ids to find names for
Module names or an empty Set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||