| Constructor and Description |
|---|
HibernateModuleDao() |
| 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> modulesIds)
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) |
public Module getModule(Long moduleId)
ModuleDaoModule for the given id (or returns null)getModule in interface ModuleDaomoduleId - Module id to search onModule for the given id (or null)ModuleDao.getModule(Long)public Set<Module> findAllModules()
ModuleDaofindAllModules in interface ModuleDaoModuleDao.findAllModules()public Set<Module> findModules(Set<Long> modulesIds)
ModuleDaofindModules in interface ModuleDaomodulesIds - - Ids of the modulesModuleDao.findModules(Set)Copyright © 2007-2015 Ikasan. All Rights Reserved.