Uses of Class
org.kuali.kfs.gl.businessobject.LedgerEntryForReporting

Packages that use LedgerEntryForReporting
org.kuali.kfs.gl.businessobject   
org.kuali.kfs.gl.service.impl   
 

Uses of LedgerEntryForReporting in org.kuali.kfs.gl.businessobject
 

Methods in org.kuali.kfs.gl.businessobject that return LedgerEntryForReporting
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.
 

Methods in org.kuali.kfs.gl.businessobject with parameters of type LedgerEntryForReporting
 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.
 

Uses of LedgerEntryForReporting in org.kuali.kfs.gl.service.impl
 

Methods in org.kuali.kfs.gl.service.impl that return LedgerEntryForReporting
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 © 2005-2012 The Kuali Foundation. All Rights Reserved.