Uses of Interface
org.kuali.hr.time.authorization.DepartmentalRule

Packages that use DepartmentalRule
org.kuali.hr.time.authorization   
org.kuali.hr.time.clock.location   
org.kuali.hr.time.collection.rule   
org.kuali.hr.time.dept.lunch   
org.kuali.hr.time.permissions   
org.kuali.hr.time.util   
org.kuali.hr.time.workarea   
 

Uses of DepartmentalRule in org.kuali.hr.time.authorization
 

Methods in org.kuali.hr.time.authorization with parameters of type DepartmentalRule
static boolean AuthorizationValidationUtils.canWildcardDepartment(DepartmentalRule dr)
          Can the current user use a wildcard for the department?
static boolean AuthorizationValidationUtils.canWildcardWorkArea(DepartmentalRule dr)
          Indicates whether or not the current user can wildcard the work area of the specified DepartmentalRule.
static boolean DepartmentalRuleAuthorizer.hasAccessToRead(DepartmentalRule dr)
          Static helper method to provide a single point of access for both Kuali Rice maintenance page hooks as well as Lookupable filtering.
static boolean DepartmentalRuleAuthorizer.hasAccessToWrite(DepartmentalRule dr)
           
 

Uses of DepartmentalRule in org.kuali.hr.time.clock.location
 

Classes in org.kuali.hr.time.clock.location that implement DepartmentalRule
 class ClockLocationRule
           
 

Uses of DepartmentalRule in org.kuali.hr.time.collection.rule
 

Classes in org.kuali.hr.time.collection.rule that implement DepartmentalRule
 class TimeCollectionRule
           
 

Uses of DepartmentalRule in org.kuali.hr.time.dept.lunch
 

Classes in org.kuali.hr.time.dept.lunch that implement DepartmentalRule
 class DeptLunchRule
           
 

Uses of DepartmentalRule in org.kuali.hr.time.permissions
 

Methods in org.kuali.hr.time.permissions with parameters of type DepartmentalRule
 boolean TkPermissionsService.canEditDeptMaintPages(DepartmentalRule dr)
           
 boolean TkPermissionsServiceImpl.canEditDeptMaintPages(DepartmentalRule dr)
           
 boolean TkPermissionsService.canViewDeptMaintPages(DepartmentalRule dr)
           
 boolean TkPermissionsServiceImpl.canViewDeptMaintPages(DepartmentalRule dr)
           
 boolean TkPermissionsService.canWildcardDeptInDeptRule(DepartmentalRule dr)
           
 boolean TkPermissionsServiceImpl.canWildcardDeptInDeptRule(DepartmentalRule dr)
           
 boolean TkPermissionsService.canWildcardWorkAreaInDeptRule(DepartmentalRule dr)
           
 boolean TkPermissionsServiceImpl.canWildcardWorkAreaInDeptRule(DepartmentalRule dr)
           
 

Uses of DepartmentalRule in org.kuali.hr.time.util
 

Methods in org.kuali.hr.time.util with parameters of type DepartmentalRule
static boolean ValidationUtils.validateWorkAreaDeptWildcarding(DepartmentalRule dr)
          For DepartmentalRule objects, if a work area is defined, you can not leave the department field with a wildcard.
 

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

Classes in org.kuali.hr.time.workarea that implement DepartmentalRule
 class WorkArea
           
 



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