| java.lang.Object org.kuali.module.gl.util.TransactionListingReport
TransactionListingReport | public class TransactionListingReport (Code) | | This class prints out a transaction listing report. This is different from a transaction report in that this lists all the
transactions and a total amount. The transaction report shows the primary key from transactions and a list of messages for each
one.
|
Inner Class :class PageHelper extends PdfPageEventHelper | |
TransactionListingReport | public TransactionListingReport()(Code) | | |
generateReport | public void generateReport(Iterator<Transaction> transactions, Date runDate, String title, String fileprefix, String destinationDirectory)(Code) | | This will generate a report on the transactions passed to it
Parameters: transactions - Transactions sorted properly Parameters: runDate - date report is run Parameters: title - title of report Parameters: fileprefix - file prefix of file Parameters: destinationDirectory - directory where file resides |
|
|