getAccountingLineDocumentClass(AccountingDocument financialDocument) Overriding to return the corresponding parent class DistributionOfIncomeAndExpenseDocument.
Parameters: financialDocument - The financial document the class will be determined for.
This method calls the super class's overridden method to perform the general customization actions, then calls the
YearEndDocumentUtil matching method to perform year end specific customization activities.
Parameters: accountingDocument - The accounting document containing the general ledger pending entries being customized. Parameters: accountingLine - The accounting line the explicit general ledger pending entry was generated from. Parameters: explicitEntry - The explicit general ledger pending entry to be customized. See Also: org.kuali.module.financial.rules.DistributeOfIncomeAndExpenseDocumentRule.customizeExplicitGeneralLedgerPendingEntry(org.kuali.kfs.document.AccountingDocumentorg.kuali.kfs.bo.AccountingLineorg.kuali.module.gl.bo.GeneralLedgerPendingEntry) See Also:YearEndDocumentUtil.customizeExplicitGeneralLedgerPendingEntry(TransactionalDocumentAccountingLineGeneralLedgerPendingEntry)