|
||||||||||
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
org.kuali.kfs.fp.document.validation.impl.PreEncumbranceReversalDateValidation
public class PreEncumbranceReversalDateValidation
Validates that an accounting line does not have a capital object object code
Constructor Summary | |
---|---|
PreEncumbranceReversalDateValidation()
|
Method Summary | |
---|---|
PreEncumbranceDocument |
getAccountingDocumentForValidation()
Gets the accountingDocumentForValidation attribute. |
AccountingDocumentRuleHelperService |
getAccountingDocumentRuleHelperService()
Gets the accountingDocumentRuleHelperService attribute. |
void |
setAccountingDocumentForValidation(PreEncumbranceDocument accountingDocumentForValidation)
Sets the accountingDocumentForValidation attribute value. |
void |
setAccountingDocumentRuleHelperService(AccountingDocumentRuleHelperService accountingDocumentRuleHelperService)
Sets the accountingDocumentRuleHelperService attribute value. |
boolean |
validate(AttributedDocumentEvent event)
Validates that an accounting line does not have a capital object object code Expects an accounting line as the first a parameter |
Methods inherited from class org.kuali.kfs.sys.document.validation.GenericValidation |
---|
setQuitOnFail, shouldQuitOnFail, stageValidation |
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 |
Constructor Detail |
---|
public PreEncumbranceReversalDateValidation()
Method Detail |
---|
public boolean validate(AttributedDocumentEvent event)
org.kuali.kfs.sys.document.validation.Validation#validate(java.lang.Object[])
public AccountingDocumentRuleHelperService getAccountingDocumentRuleHelperService()
public void setAccountingDocumentRuleHelperService(AccountingDocumentRuleHelperService accountingDocumentRuleHelperService)
accountingDocumentRuleHelperService
- The accountingDocumentRuleHelperService to set.public PreEncumbranceDocument getAccountingDocumentForValidation()
public void setAccountingDocumentForValidation(PreEncumbranceDocument accountingDocumentForValidation)
accountingDocumentForValidation
- The accountingDocumentForValidation to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |