public interface ModuleService
Modules| Modifier and Type | Method and Description |
|---|---|
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 |
Set<Module> getAllModules()
Modules or an empty SetModules or an empty SetModule getModule(Long moduleId)
Module for the given id (or returns null)moduleId - Module id to search onModule for the given id (or null)Copyright © 2007-2015 Ikasan. All Rights Reserved.