Uses of Class
org.kuali.kfs.gl.report.Summary

Packages that use Summary
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.report   
 

Uses of Summary in org.kuali.kfs.gl.batch.service.impl
 

Methods in org.kuali.kfs.gl.batch.service.impl that return types with arguments of type Summary
protected  List<Summary> CollectorReportServiceImpl.buildDemergerReportSummary(ScrubberReportData scrubberReportData, DemergerReportData demergerReport)
          Generate the header for the demerger status report.
 

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

Methods in org.kuali.kfs.gl.report that return types with arguments of type Summary
static List<Summary> Summary.buildDefualtReportSummary(String destination, int startingOrder)
          Build a report summary list for labor general ledger posting
 

Method parameters in org.kuali.kfs.gl.report with type arguments of type Summary
 void TransactionReport.appendReport(com.lowagie.text.Document document, com.lowagie.text.Font headerFont, com.lowagie.text.Font textFont, List<Transaction> errorSortedList, Map<Transaction,List<Message>> reportErrors, List<Summary> reportSummary, Date runDate)
          Appends the scrubber totals/statistics and error report to the given (iText) document object.
 void TransactionReport.generateReport(List<Transaction> errorSortedList, Map<Transaction,List<Message>> reportErrors, List<Summary> reportSummary, Date runDate, String title, String fileprefix, String destinationDirectory)
          Generates transaction report
 void TransactionReport.generateReport(Map<Transaction,List<Message>> reportErrors, List<Summary> reportSummary, Date runDate, String title, String fileprefix, String destinationDirectory)
          Generates transaction report
static void Summary.updateReportSummary(List<Summary> reportSummary, String summaryDescription, int count, int order)
          Update the report summary with the given information
static void Summary.updateReportSummary(List<Summary> reportSummary, String destinationName, String operationType, int count, int order)
          Update the report summary with the given information
 



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