|
||||||||||
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
org.kuali.kfs.sys.document.validation.GenericValidation
public abstract class GenericValidation
An interface that represents a generic validation.
Constructor Summary | |
---|---|
GenericValidation()
|
Method Summary | |
---|---|
void |
setQuitOnFail(boolean quitOnFail)
Sets whether this rule should quit on fail or not |
boolean |
shouldQuitOnFail()
Returns whether the validation process should quit on the failure of this validation |
boolean |
stageValidation(AttributedDocumentEvent event)
This version of validate actually sets up the parameter list and then calls validate(Object[] parameters) |
Methods inherited from class org.kuali.kfs.sys.document.validation.ParameterizedValidation |
---|
getParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.kfs.sys.document.validation.Validation |
---|
validate |
Constructor Detail |
---|
public GenericValidation()
Method Detail |
---|
public boolean stageValidation(AttributedDocumentEvent event)
stageValidation
in interface Validation
event
- the event that requested this validation
public boolean shouldQuitOnFail()
shouldQuitOnFail
in interface Validation
public void setQuitOnFail(boolean quitOnFail)
quitOnFail
- true if the validation process should end if this rule fails, false otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |