org.appfuse.service.impl
Class RoleManagerImpl

java.lang.Object
  extended by org.appfuse.service.impl.UniversalManagerImpl
      extended by org.appfuse.service.impl.RoleManagerImpl
All Implemented Interfaces:
RoleManager, UniversalManager

public class RoleManagerImpl
extends UniversalManagerImpl
implements RoleManager

Implementation of RoleManager interface.

Author:
Dan Kibler

Field Summary
 
Fields inherited from class org.appfuse.service.impl.UniversalManagerImpl
log
 
Constructor Summary
RoleManagerImpl()
           
 
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 org.appfuse.service.impl.UniversalManagerImpl
get, getAll, remove, save, setDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.appfuse.service.UniversalManager
get, getAll, remove, save
 

Constructor Detail

RoleManagerImpl

public RoleManagerImpl()
Method Detail

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.