| java.lang.Object org.kuali.module.gl.util.PosterOutputSummaryReport
PosterOutputSummaryReport | public class PosterOutputSummaryReport (Code) | | This class represents the functionality needed to generate a Poster Output Summary Report
|
PDF_FILE_EXTENSION | final public static String PDF_FILE_EXTENSION(Code) | | |
generateReport | public void generateReport(Map<String, PosterOutputSummaryEntry> data, Date reportingDate, String title, String fileprefix, String destinationDirectory)(Code) | | This method generates report based on the given map of entries
Parameters: posterInputSummaryEntryHolder - the given entry map Parameters: reportingDate - the reporting date Parameters: title - the report title Parameters: fileprefix - the prefix of the generated report file Parameters: destinationDirectory - the directory where the report is located |
|
|