| java.lang.Object org.kuali.module.gl.util.TransactionReportGenerator
TransactionReportGenerator | public class TransactionReportGenerator (Code) | | This class generates the actual transaction report
|
PDF_FILE_EXTENSION | final public static String PDF_FILE_EXTENSION(Code) | | |
generateErrorReport | public void generateErrorReport(Map reportErrors, Date reportingDate, String title, String reportNamePrefix, String destinationDirectory)(Code) | | This method generates report based on the given error information
Parameters: reportErrors - the error information to be reported Parameters: reportingDate - the reporting date Parameters: title - the report title Parameters: reportNamePrefix - the prefix of the generated report file Parameters: destinationDirectory - the directory where the report is located |
generateSummaryReport | public void generateSummaryReport(List reportSummary, Date reportingDate, String title, String reportNamePrefix, String destinationDirectory)(Code) | | This method generates report based on the given summary
Parameters: reportSummary - the summary information to be reported Parameters: reportingDate - the reporting date Parameters: title - the report title Parameters: reportNamePrefix - the prefix of the generated report file Parameters: destinationDirectory - the directory where the report is located |
|
|