| java.lang.Object org.kuali.module.gl.util.AbstractPdfReportGenerator org.kuali.module.labor.report.TransactionSummaryReport
TransactionSummaryReport | public class TransactionSummaryReport extends AbstractPdfReportGenerator (Code) | | This class can generate PDF report with the given transaction summary
|
generateReport | public void generateReport(List<String> reportSummary, Date reportingDate, String reportTitle, String reportFilename, String reportsDirectory)(Code) | | generate the PDF report according to the given report information
Parameters: reportSummary - the given report contents Parameters: reportingDate - the given reporting data Parameters: reportTitle - the given report title Parameters: reportFilename - the given report file name Parameters: reportsDirectory - the given dirctory where the generated report will be stored |
setReportContents | public void setReportContents(List<String> reportSummary)(Code) | | setup the report contents with the given information
Parameters: reportSummary - the given report contents |
Fields inherited from org.kuali.module.gl.util.AbstractPdfReportGenerator | final public static String PDF_FILE_EXTENSION(Code)(Java Doc)
|
|
|