Package | Description |
---|---|
org.kuali.ole.gl.businessobject | |
org.kuali.ole.gl.service.impl |
Modifier and Type | Method and Description |
---|---|
static LedgerEntryForReporting |
LedgerEntryForReporting.buildLedgerEntry(Object[] entrySummary)
create or update a ledger entry with the array of information from the given entry summary object
|
LedgerEntryForReporting |
LedgerEntryHolder.getGrandTotal()
Gets the grandTotal attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
LedgerEntryForReporting.add(LedgerEntryForReporting addend)
Add the amounts of the given ledger entry into those of current ledger entry, and update the counts of corresponding fields
|
void |
LedgerEntryHolder.insertLedgerEntry(LedgerEntryForReporting newLedgerEntry,
boolean calculateTotal)
add a given ledger entry into the holder.
|
Modifier and Type | Method and Description |
---|---|
static LedgerEntryForReporting |
OriginEntryServiceImpl.buildLedgerEntry(Object[] entrySummary)
Creates or updates a ledger entry with the array of information from the given entry summary object
|
protected LedgerEntryForReporting |
ReversalServiceImpl.buildLedgerEntryFromReversal(Reversal reversal)
Creates a LedgerEntry from a reversal, which is proper for summarization (ie, its fiscal year and period code are based off
the reversal date, not off the transaction date or the reversal's current fiscal year and accounting period)
|
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.