org.kuali.hr.time.roles.service
Class TkRoleGroupServiceImpl

java.lang.Object
  extended by org.kuali.hr.time.roles.service.TkRoleGroupServiceImpl
All Implemented Interfaces:
TkRoleGroupService

public class TkRoleGroupServiceImpl
extends Object
implements TkRoleGroupService


Constructor Summary
TkRoleGroupServiceImpl()
           
 
Method Summary
 TkRoleGroup getRoleGroup(String principalId)
          Fetches Role by principal id
 List<TkRoleGroup> getRoleGroups(String principalId, String principalName, String workArea, String dept, String roleName)
           
 void populateRoles(TkRoleGroup tkRoleGroup)
           
 void saveOrUpdate(List<TkRoleGroup> roleGroups)
          Save or Update a List of TkRole objects
 void saveOrUpdate(TkRoleGroup roleGroup)
           
 void setTkRoleGroupDao(TkRoleGroupDao tkRoleGroupDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TkRoleGroupServiceImpl

public TkRoleGroupServiceImpl()
Method Detail

setTkRoleGroupDao

public void setTkRoleGroupDao(TkRoleGroupDao tkRoleGroupDao)

saveOrUpdate

public void saveOrUpdate(List<TkRoleGroup> roleGroups)
Description copied from interface: TkRoleGroupService
Save or Update a List of TkRole objects

Specified by:
saveOrUpdate in interface TkRoleGroupService

saveOrUpdate

public void saveOrUpdate(TkRoleGroup roleGroup)
Specified by:
saveOrUpdate in interface TkRoleGroupService

getRoleGroup

public TkRoleGroup getRoleGroup(String principalId)
Description copied from interface: TkRoleGroupService
Fetches Role by principal id

Specified by:
getRoleGroup in interface TkRoleGroupService

populateRoles

public void populateRoles(TkRoleGroup tkRoleGroup)
Specified by:
populateRoles in interface TkRoleGroupService

getRoleGroups

public List<TkRoleGroup> getRoleGroups(String principalId,
                                       String principalName,
                                       String workArea,
                                       String dept,
                                       String roleName)
Specified by:
getRoleGroups in interface TkRoleGroupService


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.