org.kuali.hr.time.authorization
Class AuthorizationValidationUtils
java.lang.Object
org.kuali.hr.time.authorization.AuthorizationValidationUtils
public class AuthorizationValidationUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorizationValidationUtils
public AuthorizationValidationUtils()
canWildcardWorkArea
public static boolean canWildcardWorkArea(DepartmentalRule dr)
- Indicates whether or not the current user can wildcard the work area
of the specified DepartmentalRule.
- Parameters:
dr
- The DepartmentalRule we are investigating.
- Returns:
- true if you can wildcard the WorkArea, false otherwise.
canWildcardDepartment
public static boolean canWildcardDepartment(DepartmentalRule dr)
- Can the current user use a wildcard for the department?
- Parameters:
dr
- The DepartmentalRule we are examining.
- Returns:
- true if so, false otherwise.
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.