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

Packages that use LedgerSummaryDetailLine
org.kuali.kfs.gl.businessobject   
org.kuali.kfs.gl.report   
 

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

Methods in org.kuali.kfs.gl.businessobject that return types with arguments of type LedgerSummaryDetailLine
static Comparator<LedgerSummaryDetailLine> LedgerSummaryDetailLine.getStandardComparator()
           
 

Uses of LedgerSummaryDetailLine in org.kuali.kfs.gl.report
 

Methods in org.kuali.kfs.gl.report that return LedgerSummaryDetailLine
protected  LedgerSummaryDetailLine LedgerSummaryReport.getDetailLine(OriginEntryInformation entry, Map<String,LedgerSummaryDetailLine> detailLines)
          Retrieves the proper detail line summarizer from the given map, or creates a new summarizer and adds it to the map if needed
 

Methods in org.kuali.kfs.gl.report with parameters of type LedgerSummaryDetailLine
protected  void LedgerSummaryReport.addEntryToLedgerSummaries(OriginEntryInformation originEntry, LedgerSummaryTotalLine totalLine, LedgerBalanceTypeSummaryTotalLine balanceTypeTotal, LedgerSummaryDetailLine detailLine)
          Adds the amount of the origin entry into the appropriate total - debit, credit, or budget - on the various ledger summarizers
 

Method parameters in org.kuali.kfs.gl.report with type arguments of type LedgerSummaryDetailLine
protected  LedgerSummaryDetailLine LedgerSummaryReport.getDetailLine(OriginEntryInformation entry, Map<String,LedgerSummaryDetailLine> detailLines)
          Retrieves the proper detail line summarizer from the given map, or creates a new summarizer and adds it to the map if needed
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.