| org.kuali.module.financial.rules.CashReceiptFamilyRule org.kuali.module.financial.rules.AdvanceDepositDocumentRule
isDocumentBalanceValid | protected boolean isDocumentBalanceValid(AccountingDocument financialDocument)(Code) | | For Advance Deposit documents, the document is balanced if the sum total of advance deposits equals the sum total of the
accounting lines.
Parameters: financialDocument - submitted financial document true if document is balanced (i.e. sum of advance deposits equals the sum total of accounting lines) See Also: org.kuali.module.financial.rules.FinancialDocumentRuleBase.isDocumentBalanceValid(org.kuali.core.document.FinancialDocument) |
processCustomRouteDocumentBusinessRules | protected boolean processCustomRouteDocumentBusinessRules(Document document)(Code) | | Overrides to call super and then make sure the minimum number of deposit lines exist on this document.
Parameters: document - submitted document true if associated rules are all valid See Also: org.kuali.core.rule.DocumentRuleBase.processCustomRouteDocumentBusinessRules(org.kuali.core.document.Document) |
processCustomSaveDocumentBusinessRules | protected boolean processCustomSaveDocumentBusinessRules(Document document)(Code) | | Overrides to validate all of the deposits associated with this document.
Parameters: document - submitted document true if associated rules are all valid See Also: org.kuali.core.rule.DocumentRuleBase.processCustomSaveDocumentBusinessRules(org.kuali.core.document.Document) |
processGenerateDocumentGeneralLedgerPendingEntries | public boolean processGenerateDocumentGeneralLedgerPendingEntries(AccountingDocument financialDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)(Code) | | Generates bank offset GLPEs for deposits, if enabled.
Parameters: financialDocument - submitted financial document Parameters: sequenceHelper - helper class which will allows us to increment a reference without using an Integer true if there are no issues creating GLPE's See Also: org.kuali.core.rule.GenerateGeneralLedgerDocumentPendingEntriesRule.processGenerateDocumentGeneralLedgerPendingEntries(org.kuali.core.document.FinancialDocumentorg.kuali.core.util.GeneralLedgerPendingEntrySequenceHelper) |
|
|