org.appfuse.service.impl
Class RoleManagerImpl
java.lang.Object
org.appfuse.service.impl.GenericManagerImpl<org.appfuse.model.Role,Long>
org.appfuse.service.impl.RoleManagerImpl
- All Implemented Interfaces:
- GenericManager<org.appfuse.model.Role,Long>, RoleManager
@Service(value="roleManager")
public class RoleManagerImpl
- extends GenericManagerImpl<org.appfuse.model.Role,Long>
- implements RoleManager
Implementation of RoleManager interface.
- Author:
- Dan Kibler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoleManagerImpl
@Autowired
public RoleManagerImpl(RoleDao roleDao)
getRoles
public List<org.appfuse.model.Role> getRoles(org.appfuse.model.Role role)
-
- Specified by:
getRoles in interface RoleManager
getRole
public org.appfuse.model.Role getRole(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(String rolename)
-
- Specified by:
removeRole in interface RoleManager
Copyright © 2003-2012. All Rights Reserved.