|
||||||||||
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.CashReceiptCashTotalsValidation
public class CashReceiptCashTotalsValidation
Validation that checks all of the various cash totals on a cash receipt document.
Constructor Summary | |
---|---|
CashReceiptCashTotalsValidation()
|
Method Summary | |
---|---|
CashReceiptDocument |
getCashReceiptDocumentForValidation()
Gets the cashReceiptDocumentForValidation attribute. |
CashReceiptService |
getCashReceiptService()
Gets the cashReceiptService attribute. |
void |
setCashReceiptDocumentForValidation(CashReceiptDocument cashReceiptDocumentForValidation)
Sets the cashReceiptDocumentForValidation attribute value. |
void |
setCashReceiptService(CashReceiptService cashReceiptService)
Sets the cashReceiptService attribute value. |
boolean |
validate(AttributedDocumentEvent event)
Uses the CashReceiptService.areCashTotalsInvalid method to check the cash totals. |
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 CashReceiptCashTotalsValidation()
Method Detail |
---|
public boolean validate(AttributedDocumentEvent event)
Validation.validate(org.kuali.kfs.sys.document.validation.event.AttributedDocumentEvent)
public CashReceiptDocument getCashReceiptDocumentForValidation()
public void setCashReceiptDocumentForValidation(CashReceiptDocument cashReceiptDocumentForValidation)
cashReceiptDocumentForValidation
- The cashReceiptDocumentForValidation to set.public CashReceiptService getCashReceiptService()
public void setCashReceiptService(CashReceiptService cashReceiptService)
cashReceiptService
- The cashReceiptService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |