|
||||||||||
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.sys.document.validation.impl.AccountingLineAmountPositiveValidation
org.kuali.kfs.fp.document.validation.impl.DisbursementVoucherAccountingLineAmountPositiveValidation
public class DisbursementVoucherAccountingLineAmountPositiveValidation
Constructor Summary | |
---|---|
DisbursementVoucherAccountingLineAmountPositiveValidation()
|
Method Summary | |
---|---|
boolean |
validate(AttributedDocumentEvent event)
Check for zero amount, or negative on original (non-correction) document; no sign check for documents that are corrections to previous documents the accounting document must be the first parameter, the accounting line must be the second parameter |
Methods inherited from class org.kuali.kfs.sys.document.validation.impl.AccountingLineAmountPositiveValidation |
---|
getAccountingDocumentForValidation, getAccountingLineForValidation, setAccountingDocumentForValidation, setAccountingLineForValidation |
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 DisbursementVoucherAccountingLineAmountPositiveValidation()
Method Detail |
---|
public boolean validate(AttributedDocumentEvent event)
AccountingLineAmountPositiveValidation
validate
in interface Validation
validate
in class AccountingLineAmountPositiveValidation
AccountingLineAmountPositiveValidation.validate(org.kuali.kfs.sys.document.validation.event.AttributedDocumentEvent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |