|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.sys.document.validation.ParameterizedValidation
public abstract class ParameterizedValidation
An abstract class that defines methods needed to act on parameter properties for a validation.
Constructor Summary | |
---|---|
ParameterizedValidation()
|
Method Summary | |
---|---|
protected List<ValidationFieldConvertible> |
getParameterProperties()
Gets the parameterProperties attribute. |
protected void |
populateParameterFromEvent(AttributedDocumentEvent event,
ValidationFieldConvertible conversion)
Populates a single parameter field based on a field conversion, given an event to populate data from |
void |
populateParametersFromEvent(AttributedDocumentEvent event)
Given an event and the parameterProperties given by the validations, copies the values from the events to the proper fields in the validation. |
void |
setParameterProperties(List<ValidationFieldConvertible> parameterProperties)
Sets the parameterProperties attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterizedValidation()
Method Detail |
---|
protected List<ValidationFieldConvertible> getParameterProperties()
public void setParameterProperties(List<ValidationFieldConvertible> parameterProperties)
parameterProperties
- The parameterProperties to set.public void populateParametersFromEvent(AttributedDocumentEvent event)
event
- an array to derive properties fromthe
- parameter to set the parameters onprotected void populateParameterFromEvent(AttributedDocumentEvent event, ValidationFieldConvertible conversion)
event
- the event which acts as the source of datavalidation
- the validation to populateconversion
- the conversion information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |