public class TransactionListingReport extends Object
Modifier and Type | Field and Description |
---|---|
protected org.kuali.rice.core.api.util.type.KualiDecimal |
budgetTotal |
protected org.kuali.rice.core.api.util.type.KualiDecimal |
creditTotal |
protected org.kuali.rice.core.api.util.type.KualiDecimal |
debitTotal |
protected int |
transactionCount |
Constructor and Description |
---|
TransactionListingReport() |
Modifier and Type | Method and Description |
---|---|
void |
generateReport(ReportWriterService reportWriterService,
Iterator<? extends Transaction> transactions)
This will generate a report on the transactions passed to it
|
void |
generateReport(ReportWriterService reportWriterService,
Transaction transaction)
This will write a transaction to the report.
|
void |
generateStatistics(ReportWriterService reportWriterService)
Writes the statistics to the report that were collected by this class
|
protected int transactionCount
protected org.kuali.rice.core.api.util.type.KualiDecimal debitTotal
protected org.kuali.rice.core.api.util.type.KualiDecimal creditTotal
protected org.kuali.rice.core.api.util.type.KualiDecimal budgetTotal
public TransactionListingReport()
public void generateReport(ReportWriterService reportWriterService, Transaction transaction)
reportWriterService
- destination reporttransaction
- Transaction to be printedpublic void generateStatistics(ReportWriterService reportWriterService)
reportWriterService
- destination reportpublic void generateReport(ReportWriterService reportWriterService, Iterator<? extends Transaction> transactions)
reportWriterService
- destination reporttransactions
- Transactions sorted properlyCopyright © 2004–2015 The Kuali Foundation. All rights reserved.