| org.kuali.module.gl.service.ReportService
All known Subclasses: org.kuali.module.gl.service.impl.ReportServiceImpl,
ReportService | public interface ReportService (Code) | | An interface of methods that allow all of the GL processes generate reports about their runs
|
Method Summary | |
public void | correctionOnlineReport(CorrectionDocument cDocument, Date runDate) | public void | generateBalanceForwardStatisticsReport(List reportSummary, Date runDate, OriginEntryGroup openAccountOriginEntryGroup, OriginEntryGroup closedAccountOriginEntryGroup) | public void | generateBatchScrubberStatisticsReport(Date runDate, ScrubberReportData scrubberReport, Map<Transaction, List<Message>> scrubberReportErrors) | public void | generateEncumbranceClosingStatisticsReport(Map jobParameters, List reportSummary, Date runDate, OriginEntryGroup originEntryGroup) | public void | generateGlEncumbranceSummary(Date runDate, Options year, String reportType) | public void | generateGlSummary(Date runDate, Options year, String reportType) | public void | generateIcrEncumbranceStatisticsReport(Date runDate, int totalOfIcrEncumbrances, int totalOfEntriesGenerated) | public void | generateNominalActivityClosingStatisticsReport(Map jobParameters, List reportSummary, Date runDate, OriginEntryGroup originEntryGroup) | public void | generateOnlineScrubberStatisticsReport(Integer groupId, Date runDate, ScrubberReportData scrubberReport, Map<Transaction, List<Message>> scrubberReportErrors, String documentNumber) | public void | generateOrgReversionStatisticsReport(Map jobParameters, List reportSummary, Date runDate, OriginEntryGroup orgReversionOriginEntryGroup) This method generates the statistics report of the organization reversion process. | public void | generatePendingEntryLedgerSummaryReport(Date runDate, OriginEntryGroup group) | public void | generatePendingEntryReport(Date runDate, OriginEntryGroup group) | public void | generatePosterErrorTransactionListing(Date executionDate, Date runDate, OriginEntryGroup group, int posterMode) | public void | generatePosterIcrLedgerSummaryReport(Date executionDate, Date runDate, Collection groups) | public void | generatePosterIcrStatisticsReport(Date executionDate, Date runDate, Map<ExpenditureTransaction, List<Message>> reportErrors, int reportExpendTranRetrieved, int reportExpendTranDeleted, int reportExpendTranKept, int reportOriginEntryGenerated) | public void | generatePosterMainLedgerSummaryReport(Date executionDate, Date runDate, Collection groups) | public void | generatePosterOutputTransactionSummaryReport(Date runDate, Collection groups) Poster output Summary Report: a summary of the three poster runs (pulling in the transactions from the main, reversal, and
ICR posters) which we use for balancing. | public void | generatePosterReversalLedgerSummaryReport(Date executionDate, Date runDate, Iterator groups) | public void | generatePosterReversalTransactionsListing(Date executionDate, Date runDate, OriginEntryGroup group) | public void | generatePosterStatisticsReport(Date executionDate, Date runDate, Map<String, Integer> reportSummary, List<PostTransaction> transactionPosters, Map<Transaction, List<Message>> reportErrors, int mode) | public void | generateScrubberBadBalanceTypeListingReport(Date runDate, Collection groups) | public void | generateScrubberDemergerStatisticsReports(Date runDate, DemergerReportData demergerReport) | public void | generateScrubberLedgerSummaryReportBatch(Date runDate, Collection groups) | public void | generateScrubberLedgerSummaryReportOnline(Date runDate, OriginEntryGroup group, String documentNumber) | public void | generateScrubberRemovedTransactions(Date runDate, OriginEntryGroup errorGroup) | public void | generateScrubberTransactionsOnline(Date runDate, OriginEntryGroup validGroup, String documentNumber) | public void | generateSufficientFundsReport(Map reportErrors, List reportSummary, Date runDate, int mode) |
correctionOnlineReport | public void correctionOnlineReport(CorrectionDocument cDocument, Date runDate)(Code) | | Generates the on-line GLCP document info report
Parameters: cDocument - the GLCP document to report on Parameters: runDate - the date the GLCP was created |
generateBalanceForwardStatisticsReport | public void generateBalanceForwardStatisticsReport(List reportSummary, Date runDate, OriginEntryGroup openAccountOriginEntryGroup, OriginEntryGroup closedAccountOriginEntryGroup)(Code) | | Generates the Balance Forward Year-End job Report
Parameters: reportSummary - a List of summarized statistics to report Parameters: runDate - the date of the balance forward run Parameters: openAccountOriginEntryGroup - the origin entry group with balance forwarding origin entries with open accounts Parameters: closedAccountOriginEntryGroup - the origin entry group with balance forwarding origin entries with closed accounts |
generateBatchScrubberStatisticsReport | public void generateBatchScrubberStatisticsReport(Date runDate, ScrubberReportData scrubberReport, Map<Transaction, List<Message>> scrubberReportErrors)(Code) | | Generates the crubber Statistics report for batch reports
Parameters: runDate - Run date of the report Parameters: scrubberReport - Summary information Parameters: scrubberReportErrors - Map of transactions with errors or warnings |
generateEncumbranceClosingStatisticsReport | public void generateEncumbranceClosingStatisticsReport(Map jobParameters, List reportSummary, Date runDate, OriginEntryGroup originEntryGroup)(Code) | | Generates the encumbrance foward year end job report
Parameters: jobParameters - the parameters that were used by the encumbrance forward job Parameters: reportSummary - a List of summarized statistics to report Parameters: runDate - the date of the encumbrance forward run Parameters: originEntryGroup - the origin entry group that the job placed encumbrance forwarding origin entries into |
generateGlEncumbranceSummary | public void generateGlEncumbranceSummary(Date runDate, Options year, String reportType)(Code) | | Generates GL Encumbrance Summary report
Parameters: runDate - the run date of the poster service that should be reported Parameters: options - the options of the fiscal year the poster was run Parameters: reportType - the type of the report that should be generated |
generateGlSummary | public void generateGlSummary(Date runDate, Options year, String reportType)(Code) | | Generates the GL Summary report
Parameters: runDate - the run date of the poster service that should be reported Parameters: options - the options of the fiscal year the poster was run Parameters: reportType - the type of the report that should be generated |
generateIcrEncumbranceStatisticsReport | public void generateIcrEncumbranceStatisticsReport(Date runDate, int totalOfIcrEncumbrances, int totalOfEntriesGenerated)(Code) | | Generates the ICR Encumbrance Statistics report
Parameters: runDate - the date when the poster process was run Parameters: totalOfIcrEncumbrances - the number of ICR encumbrances processed Parameters: totalOfEntriesGenerated - the number of origin entries generated by this step of the process |
generateNominalActivityClosingStatisticsReport | public void generateNominalActivityClosingStatisticsReport(Map jobParameters, List reportSummary, Date runDate, OriginEntryGroup originEntryGroup)(Code) | | Generates the Nominal Activity Closing Report
Parameters: jobParameters - the parameters that were used by the nominal activity closing job Parameters: reportSummary - a List of summarized statistics to report Parameters: runDate - the date of the nominal activity closing job run Parameters: originEntryGroup - the origin entry group that the job placed nominal activity closing origin entries into |
generateOnlineScrubberStatisticsReport | public void generateOnlineScrubberStatisticsReport(Integer groupId, Date runDate, ScrubberReportData scrubberReport, Map<Transaction, List<Message>> scrubberReportErrors, String documentNumber)(Code) | | Generates Scrubber Statistics report for online reports
Parameters: runDate - Run date of the report Parameters: scrubberReport - Summary information Parameters: scrubberReportErrors - Map of transactions with errors or warnings |
generateOrgReversionStatisticsReport | public void generateOrgReversionStatisticsReport(Map jobParameters, List reportSummary, Date runDate, OriginEntryGroup orgReversionOriginEntryGroup)(Code) | | This method generates the statistics report of the organization reversion process.
Parameters: jobParameters - the parameters the org reversion process was run with Parameters: reportSummary - a list of various counts the job went through Parameters: runDate - the date the report was run Parameters: orgReversionOriginEntryGroup - the origin entry group that contains the reversion origin entries |
generatePendingEntryLedgerSummaryReport | public void generatePendingEntryLedgerSummaryReport(Date runDate, OriginEntryGroup group)(Code) | | Generates a ledger summary of pending entries, created by NightlyOut
Parameters: runDate - the date this nightly out process was run on Parameters: group - the group of origin entries copied from pending entries |
generatePendingEntryReport | public void generatePendingEntryReport(Date runDate, OriginEntryGroup group)(Code) | | Generates a report on all pending entries, created by Nightly out
Parameters: runDate - the date this nightly out process was run on Parameters: group - the group of origin entries copied from pending entries |
generatePosterErrorTransactionListing | public void generatePosterErrorTransactionListing(Date executionDate, Date runDate, OriginEntryGroup group, int posterMode)(Code) | | Generates the Poster Error transaction listing
Parameters: executionDate - the actual time of poster execution Parameters: runDate - the time assumed by the poster (sometimes the poster can use a transaction date back in time to redo a failedposter run) Parameters: group - Group with error transactions Parameters: posterMode - Mode the poster is running |
generatePosterIcrLedgerSummaryReport | public void generatePosterIcrLedgerSummaryReport(Date executionDate, Date runDate, Collection groups)(Code) | | Generates the Icr Poster Input Transaction Report
Parameters: executionDate - the actual time of poster execution Parameters: runDate - the time assumed by the poster (sometimes the poster can use a transaction date back in time to redo a failedposter run) Parameters: groups - entry groups produced by the poster to be reported on |
generatePosterIcrStatisticsReport | public void generatePosterIcrStatisticsReport(Date executionDate, Date runDate, Map<ExpenditureTransaction, List<Message>> reportErrors, int reportExpendTranRetrieved, int reportExpendTranDeleted, int reportExpendTranKept, int reportOriginEntryGenerated)(Code) | | Generates the Poster ICR Statistics report
Parameters: executionDate - the actual time of poster execution Parameters: runDate - the time assumed by the poster (sometimes the poster can use a transaction date back Parameters: reportErrors - a Map of expenditure transactions that caused errors during the process Parameters: reportExpendTranRetrieved - the number of expenditure transactions read by the poster during the ICR run Parameters: reportExpendTranDeleted - the number of expenditure transactions deleted by the poster during the ICR run Parameters: reportExpendTranKept - the number of expenditure transactions saved by the poster during the ICR run Parameters: reportOriginEntryGenerated - the number of origin entry records generated by the process |
generatePosterMainLedgerSummaryReport | public void generatePosterMainLedgerSummaryReport(Date executionDate, Date runDate, Collection groups)(Code) | | Generates Main Poster Input Transaction Report
Parameters: executionDate - the actual time of poster execution Parameters: runDate - the time assumed by the poster (sometimes the poster can use a transaction date back in time to redo a failedposter run) Parameters: groups - origin entry groups produced by the poster to be reported on |
generatePosterOutputTransactionSummaryReport | public void generatePosterOutputTransactionSummaryReport(Date runDate, Collection groups)(Code) | | Poster output Summary Report: a summary of the three poster runs (pulling in the transactions from the main, reversal, and
ICR posters) which we use for balancing.
Parameters: runDate - the date the poster run that is being reported on occurred Parameters: groups - the origin entry groups created by the poster during its run |
generatePosterReversalLedgerSummaryReport | public void generatePosterReversalLedgerSummaryReport(Date executionDate, Date runDate, Iterator groups)(Code) | | Reversal Poster Input Transaction Report
Parameters: executionDate - the actual time of poster execution Parameters: runDate - the time assumed by the poster (sometimes the poster can use a transaction date back in time to redo a failedposter run) Parameters: groups - groups produced by the poster to be reported on |
generatePosterReversalTransactionsListing | public void generatePosterReversalTransactionsListing(Date executionDate, Date runDate, OriginEntryGroup group)(Code) | | Generates the Poster Reversal Transactions Listing
Parameters: executionDate - the actual time of poster execution Parameters: runDate - the time assumed by the poster (sometimes the poster can use a transaction date back in time to redo a failedposter run) Parameters: group - Group with valid transactions |
generatePosterStatisticsReport | public void generatePosterStatisticsReport(Date executionDate, Date runDate, Map<String, Integer> reportSummary, List<PostTransaction> transactionPosters, Map<Transaction, List<Message>> reportErrors, int mode)(Code) | | Generates the Poster Statistics report
Parameters: executionDate - the actual time of poster execution Parameters: runDate - the time assumed by the poster (sometimes the poster can use a transaction date back Parameters: reportSummary - a Map of statistical counts generated by the poster run being reported on Parameters: transactionPosters - the list of posting algorithms used during the poster run Parameters: reportErrors - a Map of transactions that caused errors during the process Parameters: mode - the mode the poster was being run in |
generateScrubberBadBalanceTypeListingReport | public void generateScrubberBadBalanceTypeListingReport(Date runDate, Collection groups)(Code) | | Generates the Scrubber Bad Balance listing report
Parameters: runDate - Run date of the report Parameters: groups - Groups to summarize for the report |
generateScrubberDemergerStatisticsReports | public void generateScrubberDemergerStatisticsReports(Date runDate, DemergerReportData demergerReport)(Code) | | Generates the Scrubber Demerger Statistics report
Parameters: runDate - Run date of the report Parameters: demergerReport - Summary information |
generateScrubberLedgerSummaryReportBatch | public void generateScrubberLedgerSummaryReportBatch(Date runDate, Collection groups)(Code) | | Generates Scrubber General Ledger Transaction Summary report as a PDF
Parameters: runDate - Run date of the report Parameters: groups - Groups to summarize for the report |
generateScrubberLedgerSummaryReportOnline | public void generateScrubberLedgerSummaryReportOnline(Date runDate, OriginEntryGroup group, String documentNumber)(Code) | | Generates the Scrubber General Ledger Transaction Summary report for online viewing
Parameters: runDate - Run date of the report Parameters: group - Group to summarize for the report |
generateScrubberRemovedTransactions | public void generateScrubberRemovedTransactions(Date runDate, OriginEntryGroup errorGroup)(Code) | | Generates the Scrubber Removed Transactions report
Parameters: runDate - Run date of the report Parameters: errorGroup - Group with error transactions |
generateScrubberTransactionsOnline | public void generateScrubberTransactionsOnline(Date runDate, OriginEntryGroup validGroup, String documentNumber)(Code) | | Generates Scrubber Transaction Listing report for online viewing
Parameters: runDate - Run date of the report Parameters: validGroup - Group with transactions |
generateSufficientFundsReport | public void generateSufficientFundsReport(Map reportErrors, List reportSummary, Date runDate, int mode)(Code) | | Generates the Sufficient Funds Summary Report
Parameters: reportErrors - the errors generated during the sufficient funds process Parameters: reportSummary - a List of summary data generated by the sufficient funds Parameters: runDate - the date of the sufficient funds rebuild process that is being reported Parameters: mode - not really used |
|
|