org.appfuse.service.impl
Class RoleManagerImpl
java.lang.Object
org.appfuse.service.impl.UniversalManagerImpl
org.appfuse.service.impl.RoleManagerImpl
- All Implemented Interfaces:
- RoleManager, UniversalManager
public class RoleManagerImpl
- extends UniversalManagerImpl
- implements RoleManager
Implementation of RoleManager interface.
- Author:
- Dan Kibler
|
Method Summary |
org.appfuse.model.Role |
getRole(java.lang.String rolename)
|
java.util.List<org.appfuse.model.Role> |
getRoles(org.appfuse.model.Role role)
|
void |
removeRole(java.lang.String rolename)
|
org.appfuse.model.Role |
saveRole(org.appfuse.model.Role role)
|
void |
setRoleDao(org.appfuse.dao.RoleDao dao)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoleManagerImpl
public RoleManagerImpl()
setRoleDao
public void setRoleDao(org.appfuse.dao.RoleDao dao)
getRoles
public java.util.List<org.appfuse.model.Role> getRoles(org.appfuse.model.Role role)
- Specified by:
getRoles in interface RoleManager
getRole
public org.appfuse.model.Role getRole(java.lang.String rolename)
- Specified by:
getRole in interface RoleManager
saveRole
public org.appfuse.model.Role saveRole(org.appfuse.model.Role role)
- Specified by:
saveRole in interface RoleManager
removeRole
public void removeRole(java.lang.String rolename)
- Specified by:
removeRole in interface RoleManager
Copyright © 2003-2007. All Rights Reserved.