public class TransactionReport extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TransactionReport.PageHelper |
Constructor and Description |
---|
TransactionReport() |
Modifier and Type | Method and Description |
---|---|
void |
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 |
generateReport(List<Transaction> errorSortedList,
Map<Transaction,List<Message>> reportErrors,
List<Summary> reportSummary,
Date runDate,
String title,
String fileprefix,
String destinationDirectory)
Generates transaction report
|
void |
generateReport(Map<Transaction,List<Message>> reportErrors,
List<Summary> reportSummary,
Date runDate,
String title,
String fileprefix,
String destinationDirectory)
Generates transaction report
|
public TransactionReport()
public void generateReport(Map<Transaction,List<Message>> reportErrors, List<Summary> reportSummary, Date runDate, String title, String fileprefix, String destinationDirectory)
reportErrors
- map containing transactions and the errors associated with each transactionreportSummary
- list of summary objectsrunDate
- date report is runtitle
- title of reportfileprefix
- file prefix of report filedestinationDirectory
- destination of where report file will residepublic void generateReport(List<Transaction> errorSortedList, Map<Transaction,List<Message>> reportErrors, List<Summary> reportSummary, Date runDate, String title, String fileprefix, String destinationDirectory)
errorSortedList
- list of error'd transactionsreportErrors
- map containing transactions and the errors associated with each transactionreportSummary
- list of summary objectsrunDate
- date report is runtitle
- title of reportfileprefix
- file prefix of report filedestinationDirectory
- destination of where report file will residepublic void 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) throws com.lowagie.text.DocumentException
document
- the PDF documentheaderFont
- font for headertextFont
- font for report texterrorSortedList
- list of error'd transactionsreportErrors
- map containing transactions and the errors associated with each transactionreportSummary
- list of summary objectsrunDate
- date report was runcom.lowagie.text.DocumentException
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.