| java.lang.Object org.kuali.module.gl.util.LedgerReport
LedgerReport | public class LedgerReport (Code) | | Represents a ledger report
|
Method Summary | |
public PdfPTable | drawPdfTable(Object ledgerEntryHolder) | public void | generateReport(Map ledgerEntries, Date runDate, String title, String fileprefix, String destinationDirectory) | public void | generateReport(Collection entryCollection, Date reportingDate, String title, String fileprefix, String destinationDirectory) | public void | generateReport(LedgerEntryHolder ledgerEntryHolder, Date reportingDate, String title, String fileprefix, String destinationDirectory) |
PDF_FILE_EXTENSION | final public static String PDF_FILE_EXTENSION(Code) | | |
drawPdfTable | public PdfPTable drawPdfTable(Object ledgerEntryHolder)(Code) | | draw a PDF table populated with the data held by ledger entry holder
Parameters: ledgerEntryHolder - the given holder of ledger entries PdfTable PDF table containing ledger entry information |
generateReport | public void generateReport(Map ledgerEntries, Date runDate, String title, String fileprefix, String destinationDirectory)(Code) | | This method generates report based on the given map of ledger entries
Parameters: ledgerEntries - the given ledger 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 |
generateReport | public void generateReport(Collection entryCollection, Date reportingDate, String title, String fileprefix, String destinationDirectory)(Code) | | This method generates report based on the given collection of ledger entries
Parameters: entryCollection - the given collection of ledger entries 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 |
generateReport | public void generateReport(LedgerEntryHolder ledgerEntryHolder, Date reportingDate, String title, String fileprefix, String destinationDirectory)(Code) | | This method generates report based on the given holder of ledger entries
Parameters: ledgerEntryHolder - the given holder of ledger entries 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 |
|
|