public interface YearEndPendingEntryService
Modifier and Type | Method and Description |
---|---|
void |
customizeExplicitGeneralLedgerPendingEntry(org.kuali.rice.krad.document.TransactionalDocument transactionalDocument,
AccountingLine accountingLine,
GeneralLedgerPendingEntry explicitEntry)
populates a
GeneralLedgerPendingEntry populated with common year end document data into the explicit general
ledger pending entry. |
boolean |
customizeOffsetGeneralLedgerPendingEntry(org.kuali.rice.krad.document.TransactionalDocument transactionalDocument,
GeneralLedgerPendingEntrySourceDetail accountingLine,
GeneralLedgerPendingEntry explicitEntry,
GeneralLedgerPendingEntry offsetEntry)
Populates an offset GeneralLedgerPendingEntry such that it uses the Offset Definition from the previous year
|
String |
getFinalAccountingPeriod() |
Integer |
getPreviousFiscalYear() |
Integer getPreviousFiscalYear()
String getFinalAccountingPeriod()
void customizeExplicitGeneralLedgerPendingEntry(org.kuali.rice.krad.document.TransactionalDocument transactionalDocument, AccountingLine accountingLine, GeneralLedgerPendingEntry explicitEntry)
GeneralLedgerPendingEntry
populated with common year end document data into the explicit general
ledger pending entry. currently is the following:
transactionalDocument
- accountingLine
- explicitEntry
- boolean customizeOffsetGeneralLedgerPendingEntry(org.kuali.rice.krad.document.TransactionalDocument transactionalDocument, GeneralLedgerPendingEntrySourceDetail accountingLine, GeneralLedgerPendingEntry explicitEntry, GeneralLedgerPendingEntry offsetEntry)
transactionalDocument
- the transactional document with general ledger pending entries on itaccountingLine
- the general ledger pending entry source which generated the explicit and offset entryexplicitEntry
- the explicit entry requiring this offset entryoffsetEntry
- the offset entry which is being customizedCopyright © 2004–2015 The Kuali Foundation. All rights reserved.