@Service(value="roleManager") public class RoleManagerImpl extends GenericManagerImpl<org.appfuse.model.Role,Long> implements RoleManager
dao, log| Constructor and Description |
|---|
RoleManagerImpl(RoleDao roleDao) |
| Modifier and Type | Method and Description |
|---|---|
org.appfuse.model.Role |
getRole(String rolename) |
List<org.appfuse.model.Role> |
getRoles(org.appfuse.model.Role role) |
void |
removeRole(String rolename) |
org.appfuse.model.Role |
saveRole(org.appfuse.model.Role role) |
exists, get, getAll, reindex, reindexAll, remove, remove, save, searchclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexists, get, getAll, reindex, reindexAll, remove, remove, save, search@Autowired public RoleManagerImpl(RoleDao roleDao)
public List<org.appfuse.model.Role> getRoles(org.appfuse.model.Role role)
getRoles in interface RoleManagerpublic org.appfuse.model.Role getRole(String rolename)
getRole in interface RoleManagerpublic org.appfuse.model.Role saveRole(org.appfuse.model.Role role)
saveRole in interface RoleManagerpublic void removeRole(String rolename)
removeRole in interface RoleManagerCopyright © 2003-2012. All Rights Reserved.