| java.lang.Object org.kuali.module.gl.util.AbstractPdfReportGenerator
All known Subclasses: org.kuali.module.labor.report.TransactionSummaryReport,
AbstractPdfReportGenerator | abstract public class AbstractPdfReportGenerator (Code) | | This class is used to generate PDF reports for G/L related information
|
PDF_FILE_EXTENSION | final public static String PDF_FILE_EXTENSION(Code) | | |
generatePdfReport | public void generatePdfReport(Date reportingDate, String title, String reportFileName)(Code) | | This method generates a PDF report
Parameters: reportingDate - date report supposed to be for Parameters: title - title of report Parameters: reportFileName - file name used for saving report |
generateReportFileName | protected String generateReportFileName(String reportNamePrefix, String destinationDirectory, Date reportingDate)(Code) | | This method returns a reports file name
Parameters: reportNamePrefix - prefix of file name Parameters: destinationDirectory - destination directory of file Parameters: reportingDate - date report is for |
getDocument | protected Document getDocument()(Code) | | Returns a new document
Document PDF document |
getHeaderFont | protected Font getHeaderFont()(Code) | | Returns font for header
Font font for header |
getReportContents | abstract public Element getReportContents()(Code) | | This method returns an Element object which is used to display the actual content of a PDF report
Element represents report contents |
getTextFont | protected Font getTextFont()(Code) | | Return font for content
|
|
|