public interface ModuleDao
| Modifier and Type | Method and Description |
|---|---|
Set<Module> |
findAllModules()
Get a Set of all Modules or an empty Set if none are found
|
Set<Module> |
findModules(Set<Long> moduleIds)
Get a list of all Modules matching the Set of ids passed in
|
Module |
getModule(Long moduleId)
Returns the
Module for the given id (or returns null) |
Set<Module> findAllModules()
Module 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.