org.kuali.kfs.sec.service.impl
Class DescendChartAccessPermissionEvaluatorImpl

java.lang.Object
  extended by org.kuali.kfs.sec.service.impl.AccessPermissionEvaluatorImpl
      extended by org.kuali.kfs.sec.service.impl.DescendChartAccessPermissionEvaluatorImpl
All Implemented Interfaces:
AccessPermissionEvaluator

public class DescendChartAccessPermissionEvaluatorImpl
extends AccessPermissionEvaluatorImpl

Custom access permission evaluator that looks at the chart hierarchy when matching values


Field Summary
 
Fields inherited from class org.kuali.kfs.sec.service.impl.AccessPermissionEvaluatorImpl
allowConstraint, constraintCode, matchValues, notOperator, operatorCode, otherKeyFieldValues, performEqualMatch, performGreaterThanMatch, performLessThanMatch, person, propertyValue
 
Constructor Summary
DescendChartAccessPermissionEvaluatorImpl()
           
 
Method Summary
protected  void setMatchValues()
          Sets the match values to the chart code and its child charts (if any)
 
Methods inherited from class org.kuali.kfs.sec.service.impl.AccessPermissionEvaluatorImpl
initializeAfterPropsSet, isMatch, setConstraintCode, setOperatorCode, setOtherKeyFieldValueMap, setPerson, setPropertyValue, valueIsAllowed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescendChartAccessPermissionEvaluatorImpl

public DescendChartAccessPermissionEvaluatorImpl()
Method Detail

setMatchValues

protected void setMatchValues()
Sets the match values to the chart code and its child charts (if any)

Overrides:
setMatchValues in class AccessPermissionEvaluatorImpl
See Also:
AccessPermissionEvaluatorImpl.setMatchValues()


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