|
||||||||||
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.TransferOfFundsTransferTotalsBalancedValidation
public class TransferOfFundsTransferTotalsBalancedValidation
Transfer of Funds document validation which checks that mandatory and non-mandatory transfer totals are in balance.
Constructor Summary | |
---|---|
TransferOfFundsTransferTotalsBalancedValidation()
|
Method Summary | |
---|---|
AccountingDocument |
getAccountingDocumentForValidation()
Gets the accountingDocumentForValidation attribute. |
TransferOfFundsService |
getTransferOfFundsService()
Gets the transferOfFundsService attribute. |
void |
setAccountingDocumentForValidation(AccountingDocument accountingDocumentForValidation)
Sets the accountingDocumentForValidation attribute value. |
void |
setTransferOfFundsService(TransferOfFundsService transferOfFundsService)
Sets the transferOfFundsService attribute value. |
boolean |
validate(AttributedDocumentEvent event)
This method checks the sum of all of the "From" accounting lines with mandatory transfer object codes against the sum of all of the "To" accounting lines with mandatory transfer object codes. |
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 TransferOfFundsTransferTotalsBalancedValidation()
Method Detail |
---|
public boolean validate(AttributedDocumentEvent event)
Validation.validate(org.kuali.kfs.sys.document.validation.event.AttributedDocumentEvent)
public AccountingDocument getAccountingDocumentForValidation()
public void setAccountingDocumentForValidation(AccountingDocument accountingDocumentForValidation)
accountingDocumentForValidation
- The accountingDocumentForValidation to set.public TransferOfFundsService getTransferOfFundsService()
public void setTransferOfFundsService(TransferOfFundsService transferOfFundsService)
transferOfFundsService
- The transferOfFundsService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |