Uses of Class
org.kuali.hr.time.roles.TkRole

Packages that use TkRole
org.kuali.hr.time.base.web   
org.kuali.hr.time.department   
org.kuali.hr.time.dept.role   
org.kuali.hr.time.roles   
org.kuali.hr.time.roles.dao   
org.kuali.hr.time.roles.service   
org.kuali.hr.time.roles.validation   
org.kuali.hr.time.workarea   
 

Uses of TkRole in org.kuali.hr.time.base.web
 

Methods in org.kuali.hr.time.base.web that return types with arguments of type TkRole
 Map<String,List<TkRole>> PersonInfoActionForm.getDeptToOrgAdmin()
           
 Map<Long,List<TkRole>> PersonInfoActionForm.getWorkAreaToApprover()
           
 

Method parameters in org.kuali.hr.time.base.web with type arguments of type TkRole
 void PersonInfoActionForm.setDeptToOrgAdmin(Map<String,List<TkRole>> deptToOrgAdmin)
           
 void PersonInfoActionForm.setWorkAreaToApprover(Map<Long,List<TkRole>> workAreaToApprover)
           
 

Uses of TkRole in org.kuali.hr.time.department
 

Methods in org.kuali.hr.time.department that return types with arguments of type TkRole
 List<TkRole> Department.getInactiveRoles()
           
 List<TkRole> Department.getRoles()
           
 

Method parameters in org.kuali.hr.time.department with type arguments of type TkRole
 void Department.setInactiveRoles(List<TkRole> inactiveRoles)
           
 void Department.setRoles(List<TkRole> roles)
           
protected  boolean DepartmentRule.validateRolePresent(List<TkRole> roles, Date effectiveDate)
          Checks for not null and size > 0, but follows the validation pattern given in this class for future expanding.
 

Uses of TkRole in org.kuali.hr.time.dept.role
 

Methods in org.kuali.hr.time.dept.role that return types with arguments of type TkRole
 List<TkRole> DepartmentRole.getRoles()
           
 

Method parameters in org.kuali.hr.time.dept.role with type arguments of type TkRole
 void DepartmentRole.setRoles(List<TkRole> roles)
           
 

Uses of TkRole in org.kuali.hr.time.roles
 

Methods in org.kuali.hr.time.roles that return TkRole
 TkRole TkRoleGroup.getTkRoleObj()
           
 

Methods in org.kuali.hr.time.roles that return types with arguments of type TkRole
 List<TkRole> TkRoleGroup.getInactivePositionRoles()
           
 List<TkRole> TkRoleGroup.getInactiveRoles()
           
 List<TkRole> TkRoleGroup.getPositionRoles()
           
 List<TkRole> TkRoleGroup.getRoles()
           
 

Methods in org.kuali.hr.time.roles with parameters of type TkRole
 void TkRoleGroup.setTkRoleObj(TkRole tkRoleObj)
           
 

Method parameters in org.kuali.hr.time.roles with type arguments of type TkRole
 void TkRoleGroup.setInactivePositionRoles(List<TkRole> inactivePositionRoles)
           
 void TkRoleGroup.setInactiveRoles(List<TkRole> inactiveRoles)
           
 void TkRoleGroup.setPositionRoles(List<TkRole> positionRoles)
           
 void TkRoleGroup.setRoles(List<TkRole> roles)
           
 void TkUserRoles.setRoles(List<TkRole> roles)
          Place the TkRole objects in the provided List into their appropriate buckets for fast lookup.
 

Uses of TkRole in org.kuali.hr.time.roles.dao
 

Methods in org.kuali.hr.time.roles.dao that return TkRole
 TkRole TkRoleDaoSpringOjbImpl.getInactiveRolesByPosition(String positionNumber)
           
 TkRole TkRoleDao.getInactiveRolesByPosition(String positionNumber)
           
 TkRole TkRoleDaoSpringOjbImpl.getRole(String tkRoleId)
           
 TkRole TkRoleDao.getRole(String tkRoleId)
           
 TkRole TkRoleDaoSpringOjbImpl.getRolesByPosition(String positionNumber)
           
 TkRole TkRoleDao.getRolesByPosition(String positionNumber)
           
 

Methods in org.kuali.hr.time.roles.dao that return types with arguments of type TkRole
 List<TkRole> TkRoleDaoSpringOjbImpl.findAllRoles(String principalId, Date asOfDate)
           
 List<TkRole> TkRoleDaoSpringOjbImpl.findInActiveRoles(String principalId, Date asOfDate, String roleName, Long workArea, String department, String chart)
           
 List<TkRole> TkRoleDao.findInActiveRoles(String principalId, Date asOfDate, String roleName, Long workArea, String department, String chart)
          Returns a list of inactive roles matching the specified criteria.
 List<TkRole> TkRoleDaoSpringOjbImpl.findPositionRoles(String positionNumber, Date asOfDate, String roleName, Long workArea, String department, String chart)
           
 List<TkRole> TkRoleDao.findPositionRoles(String positionNumber, Date asOfDate, String roleName, Long workArea, String department, String chart)
           
 List<TkRole> TkRoleDaoSpringOjbImpl.findRoles(String principalId, Date asOfDate, String roleName, Long workArea, String department, String chart)
           
 List<TkRole> TkRoleDao.findRoles(String principalId, Date asOfDate, String roleName, Long workArea, String department, String chart)
          Returns a list of roles matching the specified criteria.
 List<TkRole> TkRoleDaoSpringOjbImpl.getPositionRolesForWorkArea(Long workArea, Date asOfDate)
           
 List<TkRole> TkRoleDao.getPositionRolesForWorkArea(Long workArea, Date asOfDate)
           
 

Methods in org.kuali.hr.time.roles.dao with parameters of type TkRole
 void TkRoleDaoSpringOjbImpl.saveOrUpdateRole(TkRole role)
           
 void TkRoleDao.saveOrUpdateRole(TkRole role)
          A role to update/save
 

Method parameters in org.kuali.hr.time.roles.dao with type arguments of type TkRole
 void TkRoleDaoSpringOjbImpl.saveOrUpdateRoles(List<TkRole> roles)
           
 void TkRoleDao.saveOrUpdateRoles(List<TkRole> roles)
          A list of roles to save.
 

Uses of TkRole in org.kuali.hr.time.roles.service
 

Methods in org.kuali.hr.time.roles.service that return TkRole
 TkRole TkRoleService.getInactiveRolesByPosition(String positionNumber)
           
 TkRole TkRoleServiceImpl.getInactiveRolesByPosition(String positionNumber)
           
 TkRole TkRoleService.getRole(String tkRoleId)
          Fetches Role by primary key
 TkRole TkRoleServiceImpl.getRole(String tkRoleId)
           
 TkRole TkRoleService.getRolesByPosition(String positionNumber)
          Fetches Role by position number
 TkRole TkRoleServiceImpl.getRolesByPosition(String positionNumber)
           
 

Methods in org.kuali.hr.time.roles.service that return types with arguments of type TkRole
 List<TkRole> TkRoleService.getDepartmentInactiveRoles(String department, String roleName, Date asOfDate)
          Fetch all Inactive Roles for a given Department and Role Name as of a particular date
 List<TkRole> TkRoleServiceImpl.getDepartmentInactiveRoles(String department, String roleName, Date asOfDate)
           
 List<TkRole> TkRoleService.getDepartmentRoles(String department, Date asOfDate)
          Fetch all Roles for a given Department of a particular date
 List<TkRole> TkRoleServiceImpl.getDepartmentRoles(String department, Date asOfDate)
           
 List<TkRole> TkRoleService.getDepartmentRoles(String department, String roleName, Date asOfDate)
          Fetch all Roles for a given Department and Role Name as of a particular date
 List<TkRole> TkRoleServiceImpl.getDepartmentRoles(String department, String roleName, Date asOfDate)
           
 List<TkRole> TkRoleService.getInactiveRoles(String principalId, Date asOfDate)
          Fetch all inactive roles for a given Principal ID as of a particular date
 List<TkRole> TkRoleServiceImpl.getInactiveRoles(String principalId, Date asOfDate)
          Returns all active roles for the given principal as of the indi
 List<TkRole> TkRoleService.getInActiveWorkAreaRoles(Long workArea, Date asOfDate)
          Fetch all Inactive Roles for a given work area as of a particular date
 List<TkRole> TkRoleServiceImpl.getInActiveWorkAreaRoles(Long workArea, Date asOfDate)
           
 List<TkRole> TkRoleService.getInActiveWorkAreaRoles(Long workArea, String roleName, Date asOfDate)
          Fetch all Inactive Roles for a given work area and role name as of a particular date
 List<TkRole> TkRoleServiceImpl.getInActiveWorkAreaRoles(Long workArea, String roleName, Date asOfDate)
           
 List<TkRole> TkRoleService.getPositionRolesForWorkArea(Long workArea, Date asOfDate)
           
 List<TkRole> TkRoleServiceImpl.getPositionRolesForWorkArea(Long workArea, Date asOfDate)
           
 List<TkRole> TkRoleService.getRoles(String principalId, Date asOfDate)
          Fetch all roles for a given Principal ID as of a particular date
 List<TkRole> TkRoleServiceImpl.getRoles(String principalId, Date asOfDate)
          Returns all active roles for the given principal as of the indi
 List<TkRole> TkRoleService.getRoles(String principalId, Date asOfDate, String roleName, Long workArea, String department)
           
 List<TkRole> TkRoleServiceImpl.getRoles(String principalId, Date asOfDate, String roleName, Long workArea, String department)
          Return a List of TkRoles that matches criteria.
 List<TkRole> TkRoleService.getRoles(String principalId, String roleName, Date asOfDate)
          Fetch all roles for a given Principal ID and Role Name as of a particular date
 List<TkRole> TkRoleServiceImpl.getRoles(String principalId, String roleName, Date asOfDate)
          Return a List of TkRoles that match the principal ID and roleName.
 List<TkRole> TkRoleService.getWorkAreaRoles(Long workArea, Date asOfDate)
          Fetch all Roles for a given Work Area as of a particular date
 List<TkRole> TkRoleServiceImpl.getWorkAreaRoles(Long workArea, Date asOfDate)
           
 List<TkRole> TkRoleService.getWorkAreaRoles(Long workArea, String roleName, Date asOfDate)
          Fetch all Roles for a given work area and role name as of a particular date
 List<TkRole> TkRoleServiceImpl.getWorkAreaRoles(Long workArea, String roleName, Date asOfDate)
           
 

Methods in org.kuali.hr.time.roles.service with parameters of type TkRole
 void TkRoleService.saveOrUpdate(TkRole role)
          Save or Update a given TkRole
 void TkRoleServiceImpl.saveOrUpdate(TkRole role)
           
 

Method parameters in org.kuali.hr.time.roles.service with type arguments of type TkRole
 void TkRoleService.saveOrUpdate(List<TkRole> roles)
          Save or Update a List of TkRole objects
 void TkRoleServiceImpl.saveOrUpdate(List<TkRole> roles)
           
 

Uses of TkRole in org.kuali.hr.time.roles.validation
 

Methods in org.kuali.hr.time.roles.validation with parameters of type TkRole
protected  boolean TkRoleValidation.validateTkRole(TkRole role, String fieldPrefix)
           
 

Uses of TkRole in org.kuali.hr.time.workarea
 

Methods in org.kuali.hr.time.workarea that return types with arguments of type TkRole
 List<TkRole> WorkArea.getInactiveRoles()
           
 List<TkRole> WorkArea.getRoles()
           
 

Method parameters in org.kuali.hr.time.workarea with type arguments of type TkRole
 void WorkArea.setInactiveRoles(List<TkRole> inactiveRoles)
           
 void WorkArea.setRoles(List<TkRole> roles)
           
 



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