|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.console.module.service.ConsoleModuleService
public class ConsoleModuleService
Console implementation of ModuleService
| Constructor Summary | |
|---|---|
ConsoleModuleService(ModuleDao moduleDao)
Constructor |
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleModuleService(ModuleDao moduleDao)
moduleDao - - DAO for this service to use| Method Detail |
|---|
public Module getModule(Long moduleId)
ModuleServiceModule for the given id (or returns null)
getModule in interface ModuleServicemoduleId - Module id to search on
Module for the given id (or null)ModuleService.getModule(Long)public Set<String> getModuleNames(Set<Long> moduleIds)
ModuleServiceModule names, given their ids
getModuleNames in interface ModuleServicemoduleIds - - List of Module ids to find names for
Module names or an empty SetModuleService.getModuleNames(Set)public Set<Module> getAllModules()
ModuleServiceModules or an empty Set
getAllModules in interface ModuleServiceModules or an empty SetModuleService.getAllModules()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||