public interface ParameterEvaluator extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
constraintIsAllow()
This method determines whether the parameter lists allowed values or denied values.
|
boolean |
evaluateAndAddError(Class<? extends Object> businessObjectOrDocumentClass,
String constrainedPropertyName)
This method uses the evaluateAndAddError method.
|
boolean |
evaluateAndAddError(Class<? extends Object> businessObjectOrDocumentClass,
String constrainedPropertyName,
String userEditablePropertyName)
This method uses the evaluationSucceeds method to evaluate the constrainedValue.
|
boolean |
evaluationSucceeds()
This method determines whether the constrainedValue specified when the ParameterEvaluator was created matches the parameter.
|
String |
getParameterValuesForMessage()
This method creates a pretty String representation of parameter values for the user messages.
|
String |
getValue()
This method returns the value of the correspnding Parameter.
|
boolean evaluationSucceeds()
boolean evaluateAndAddError(Class<? extends Object> businessObjectOrDocumentClass, String constrainedPropertyName)
businessObjectOrDocumentClass - constrainedPropertyName - boolean evaluateAndAddError(Class<? extends Object> businessObjectOrDocumentClass, String constrainedPropertyName, String userEditablePropertyName)
businessObjectOrDocumentClass - userEditableFieldToHighlight - nameOfconstrainedProperty - boolean constraintIsAllow()
String getParameterValuesForMessage()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.