| org.kuali.module.financial.rules.JournalVoucherDocumentRule org.kuali.module.labor.rules.LaborJournalVoucherDocumentRule
processGenerateGeneralLedgerPendingEntries | public boolean processGenerateGeneralLedgerPendingEntries(AccountingDocument accountingDocument, AccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)(Code) | | Processes the G.L. pending entries
Parameters: accountingDocument - Parameters: accountingLine - Parameters: sequenceHelper - boolean See Also: org.kuali.core.rule.GenerateGeneralLedgerPendingEntriesRule.processGenerateGeneralLedgerPendingEntries(org.kuali.core.document.AccountingDocumentorg.kuali.core.bo.AccountingLineorg.kuali.core.util.GeneralLedgerPendingEntrySequenceHelper) |
Methods inherited from org.kuali.module.financial.rules.JournalVoucherDocumentRule | protected void customizeExplicitGeneralLedgerPendingEntry(AccountingDocument financialDocument, AccountingLine accountingLine, GeneralLedgerPendingEntry explicitEntry)(Code)(Java Doc) protected KualiDecimal getGeneralLedgerPendingEntryAmountForAccountingLine(AccountingLine accountingLine)(Code)(Java Doc) public boolean isAmountValid(AccountingDocument document, AccountingLine accountingLine)(Code)(Java Doc) public boolean isDebit(AccountingDocument financialDocument, AccountingLine accountingLine) throws IllegalStateException(Code)(Java Doc) protected boolean isDocumentBalanceValid(AccountingDocument financialDocument)(Code)(Java Doc) protected boolean isExternalEncumbranceSpecificBusinessRulesValid(AccountingLine accountingLine)(Code)(Java Doc) public boolean isObjectCodeAllowed(Class documentClass, AccountingLine accountingLine)(Code)(Java Doc) public boolean isObjectTypeAllowed(Class documentClass, AccountingLine accountingLine)(Code)(Java Doc) protected boolean isRequiredReferenceFieldsValid(AccountingLine accountingLine)(Code)(Java Doc) protected boolean isSourceAccountingLinesRequiredNumberForRoutingMet(AccountingDocument financialDocument)(Code)(Java Doc) protected boolean isTargetAccountingLinesRequiredNumberForRoutingMet(AccountingDocument financialDocument)(Code)(Java Doc) public boolean processCustomAddAccountingLineBusinessRules(AccountingDocument document, AccountingLine accountingLine)(Code)(Java Doc) public boolean processCustomReviewAccountingLineBusinessRules(AccountingDocument document, AccountingLine accountingLine)(Code)(Java Doc) public boolean processCustomSaveDocumentBusinessRules(Document document)(Code)(Java Doc) public boolean processCustomUpdateAccountingLineBusinessRules(AccountingDocument financialDocument, AccountingLine originalAccountingLine, AccountingLine updatedAccountingLine)(Code)(Java Doc) protected boolean processOffsetGeneralLedgerPendingEntry(AccountingDocument financialDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, AccountingLine accountingLineCopy, GeneralLedgerPendingEntry explicitEntry, GeneralLedgerPendingEntry offsetEntry)(Code)(Java Doc)
|
|
|