Package | Description |
---|---|
org.kuali.ole.gl.batch.service.impl | |
org.kuali.ole.gl.report |
Modifier and Type | Method and Description |
---|---|
protected List<Summary> |
CollectorReportServiceImpl.buildDemergerReportSummary(ScrubberReportData scrubberReportData,
DemergerReportData demergerReport)
Generate the header for the demerger status report.
|
Modifier and Type | Method and Description |
---|---|
static List<Summary> |
Summary.buildDefualtReportSummary(String destination,
int startingOrder)
Build a report summary list for labor general ledger posting
|
Modifier and Type | Method and Description |
---|---|
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 © 2004–2015 The Kuali Foundation. All rights reserved.