org.kuali.hr.time.authorization
Class AuthorizationValidationUtils

java.lang.Object
  extended by org.kuali.hr.time.authorization.AuthorizationValidationUtils

public class AuthorizationValidationUtils
extends Object


Constructor Summary
AuthorizationValidationUtils()
           
 
Method Summary
static boolean canWildcardDepartment(DepartmentalRule dr)
          Can the current user use a wildcard for the department?
static boolean canWildcardWorkArea(DepartmentalRule dr)
          Indicates whether or not the current user can wildcard the work area of the specified DepartmentalRule.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationValidationUtils

public AuthorizationValidationUtils()
Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.