A C E G O P S T

A

AlwaysSucceedParameterEvaluatorImpl - Class in org.kuali.rice.core.impl.parameter
This implementation of ParameterEvaluator is returned by ParameterServiceImpl when evaluation involves a constraining value and neither the allow nor deny parameter have restrictions for that value.

C

constraintIsAllow() - Method in interface org.kuali.rice.core.api.parameter.ParameterEvaluator
This method determines whether the parameter lists allowed values or denied values.
constraintIsAllow() - Method in class org.kuali.rice.core.impl.parameter.AlwaysSucceedParameterEvaluatorImpl
 
constraintIsAllow() - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorImpl
 

E

evaluateAndAddError(Class<? extends Object>, String) - Method in interface org.kuali.rice.core.api.parameter.ParameterEvaluator
This method uses the evaluateAndAddError method.
evaluateAndAddError(Class<? extends Object>, String, String) - Method in interface org.kuali.rice.core.api.parameter.ParameterEvaluator
This method uses the evaluationSucceeds method to evaluate the constrainedValue.
evaluateAndAddError(Class, String, String) - Method in class org.kuali.rice.core.impl.parameter.AlwaysSucceedParameterEvaluatorImpl
 
evaluateAndAddError(Class, String) - Method in class org.kuali.rice.core.impl.parameter.AlwaysSucceedParameterEvaluatorImpl
 
evaluateAndAddError(Class<? extends Object>, String) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorImpl
 
evaluateAndAddError(Class<? extends Object>, String, String) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorImpl
This method uses the evaluationSucceeds method to evaluate the constrainedValue.
evaluationSucceeds() - Method in interface org.kuali.rice.core.api.parameter.ParameterEvaluator
This method determines whether the constrainedValue specified when the ParameterEvaluator was created matches the parameter.
evaluationSucceeds() - Method in class org.kuali.rice.core.impl.parameter.AlwaysSucceedParameterEvaluatorImpl
 
evaluationSucceeds() - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorImpl
If the constraint is allow and the constrainedValue is in the list of allowed values specified by the parameter this will return true, and if the constraint is deny and the constrainedValue is not in the list of denied values specified by the parameter this method will return true.

G

getDataDictionaryService() - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorImpl
 
getInstance() - Static method in class org.kuali.rice.core.impl.parameter.AlwaysSucceedParameterEvaluatorImpl
 
getModuleAndComponent() - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorImpl
 
getName() - Method in class org.kuali.rice.core.impl.parameter.AlwaysSucceedParameterEvaluatorImpl
 
getParameterEvaluator(Class<? extends Object>, String) - Method in interface org.kuali.rice.core.api.parameter.ParameterEvaluatorService
This method will return an instance of a ParameterEvaluator implementation that will wrap a Parameter and provide convenient evaluation methods.
getParameterEvaluator(String, String, String) - Method in interface org.kuali.rice.core.api.parameter.ParameterEvaluatorService
This method will return an instance of a ParameterEvaluator implementation that will wrap a Parameter and provide convenient evaluation methods.
getParameterEvaluator(Class<? extends Object>, String, String) - Method in interface org.kuali.rice.core.api.parameter.ParameterEvaluatorService
This method will return an instance of a ParameterEvaluator implementation that will wrap a Parameter and constrainedValue and provide convenient evaluation methods.
getParameterEvaluator(String, String, String, String) - Method in interface org.kuali.rice.core.api.parameter.ParameterEvaluatorService
This method will return an instance of a ParameterEvaluator implementation that will wrap a Parameter and constrainedValue and provide convenient evaluation methods.
getParameterEvaluator(Class<? extends Object>, String, String, String) - Method in interface org.kuali.rice.core.api.parameter.ParameterEvaluatorService
This method will return an instance of a ParameterEvaluator implementation that will wrap a Parameter, constrainingValue, and constrainedValue and provide convenient evaluation methods.
getParameterEvaluator(Class<? extends Object>, String, String, String, String) - Method in interface org.kuali.rice.core.api.parameter.ParameterEvaluatorService
This method will return an instance of a ParameterEvaluator implementation that will wrap an allow Parameter, a deny Parameter, constrainingValue, and constrainedValue and provide convenient evaluation methods.
getParameterEvaluator(Class, String) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorServiceImpl
This method will return an instance of the parameterEvaluator bean defined in Spring, initialized with the Parameter corresponding to the specified componentClass and parameterName and the values of the Parameter.
getParameterEvaluator(String, String, String) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorServiceImpl
This method will return an instance of the parameterEvaluator bean defined in Spring, initialized with the Parameter corresponding to the specified componentClass and parameterName and the values of the Parameter.
getParameterEvaluator(Class, String, String) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorServiceImpl
This method will return an instance of the parameterEvaluator bean defined in Spring, initialized with the Parameter corresponding to the specified componentClass and parameterName, the values of the Parameter, the knowledge of whether the values are allowed or denied, and the constrainedValue.
getParameterEvaluator(String, String, String, String) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorServiceImpl
This method will return an instance of the parameterEvaluator bean defined in Spring, initialized with the Parameter corresponding to the specified componentClass and parameterName and the values of the Parameter.
getParameterEvaluator(Class, String, String, String) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorServiceImpl
This method will return an instance of the parameterEvaluator bean defined in Spring, initialized with the Parameter corresponding to the specified componentClass and parameterName, the values of the Parameter that correspond to the specified constrainingValue, the knowledge of whether the values are allowed or denied, and the constrainedValue.
getParameterEvaluator(Class, String, String, String, String) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorServiceImpl
This method will return an instance of the parameterEvaluator bean defined in Spring, initialized with the Parameter corresponding to the specified componentClass and allowParameterName or to the specified componentClass and denyParameterName (depending on which restricts based on the constraining value) or an instance of AlwaysSucceedParameterEvaluatorImpl if neither restricts, the values of the Parameter that correspond to the specified constrainingValue, the knowledge of whether the values are allowed or denied, and the constrainedValue.
getParameterEvaluator(Parameter) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorServiceImpl
 
getParameterEvaluator(Parameter, String) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorServiceImpl
 
getParameterEvaluator(Parameter, String, String) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorServiceImpl
 
getParameterValues(Parameter, String) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorServiceImpl
 
getParameterValuesForMessage() - Method in interface org.kuali.rice.core.api.parameter.ParameterEvaluator
This method creates a pretty String representation of parameter values for the user messages.
getParameterValuesForMessage() - Method in class org.kuali.rice.core.impl.parameter.AlwaysSucceedParameterEvaluatorImpl
 
getParameterValuesForMessage() - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorImpl
This method uses the List toString method and eliminates the [].
getValue() - Method in interface org.kuali.rice.core.api.parameter.ParameterEvaluator
This method returns the value of the correspnding Parameter.
getValue() - Method in class org.kuali.rice.core.impl.parameter.AlwaysSucceedParameterEvaluatorImpl
 
getValue() - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorImpl
 

O

org.kuali.rice.core.api.parameter - package org.kuali.rice.core.api.parameter
 
org.kuali.rice.core.impl.parameter - package org.kuali.rice.core.impl.parameter
 

P

ParameterEvaluator - Interface in org.kuali.rice.core.api.parameter
This is a stateful wrapper for Parameters, which provides convenient methods to evaluate a constrained value against a Parameter.
ParameterEvaluatorImpl - Class in org.kuali.rice.core.impl.parameter
 
ParameterEvaluatorImpl() - Constructor for class org.kuali.rice.core.impl.parameter.ParameterEvaluatorImpl
 
ParameterEvaluatorService - Interface in org.kuali.rice.core.api.parameter
 
ParameterEvaluatorServiceImpl - Class in org.kuali.rice.core.impl.parameter
 
ParameterEvaluatorServiceImpl() - Constructor for class org.kuali.rice.core.impl.parameter.ParameterEvaluatorServiceImpl
 

S

setConstrainedValue(String) - Method in class org.kuali.rice.core.impl.parameter.AlwaysSucceedParameterEvaluatorImpl
 
setConstrainedValue(String) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorImpl
 
setConstraintIsAllow(boolean) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorImpl
 
setParameter(Parameter) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorImpl
 
setParameterService(ParameterService) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorServiceImpl
 
setValues(List<String>) - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorImpl
 

T

toString() - Method in class org.kuali.rice.core.impl.parameter.ParameterEvaluatorImpl
 

A C E G O P S T

Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.