public class AuxiliaryVoucherGeneralLedgerPendingEntriesBalanceValdiation extends GenericValidation
Constructor and Description |
---|
AuxiliaryVoucherGeneralLedgerPendingEntriesBalanceValdiation() |
Modifier and Type | Method and Description |
---|---|
AccountingDocument |
getAccountingDocumentForValidation()
Gets the accountingDocumentForValidation attribute.
|
GeneralLedgerPendingEntryService |
getGeneralLedgerPendingEntryService()
Gets the generalLedgerPendingEntryService attribute.
|
void |
setAccountingDocumentForValidation(AccountingDocument accountingDocumentForValidation)
Sets the accountingDocumentForValidation attribute value.
|
void |
setGeneralLedgerPendingEntryService(GeneralLedgerPendingEntryService generalLedgerPendingEntryService)
Sets the generalLedgerPendingEntryService attribute value.
|
boolean |
validate(AttributedDocumentEvent event)
Returns true if the explicit, non-DI credit and debit GLPEs derived from the document's accountingLines are in balance
|
setQuitOnFail, shouldQuitOnFail, stageValidation
getParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterProperties
public AuxiliaryVoucherGeneralLedgerPendingEntriesBalanceValdiation()
public boolean validate(AttributedDocumentEvent event)
Validation.validate(org.kuali.ole.sys.document.validation.event.AttributedDocumentEvent)
public AccountingDocument getAccountingDocumentForValidation()
public void setAccountingDocumentForValidation(AccountingDocument accountingDocumentForValidation)
accountingDocumentForValidation
- The accountingDocumentForValidation to set.public GeneralLedgerPendingEntryService getGeneralLedgerPendingEntryService()
public void setGeneralLedgerPendingEntryService(GeneralLedgerPendingEntryService generalLedgerPendingEntryService)
generalLedgerPendingEntryService
- The generalLedgerPendingEntryService to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.