|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleDao
Interface for all Module data access.
| Method Summary | |
|---|---|
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) |
| Method Detail |
|---|
Set<Module> findAllModules()
Module 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<Module> findModules(Set<Long> moduleIds)
moduleIds - - Ids of the modules
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||