Package africa.absa.inception.reporting
-
Interface Summary Interface Description IReportingService The IReportingService interface defines the functionality provided by a Reporting Service implementation.ReportDefinitionRepository The ReportDefinitionRepository interface declares the repository for the ReportDefinition domain type.ReportDefinitionSummaryRepository The ReportDefinitionSummaryRepository interface declares the repository for the ReportDefinitionSummary domain type. -
Class Summary Class Description ReportDefinition The ReportDefinition class holds the information for a report definition.ReportDefinitionSummary The ReportDefinitionSummary class holds the summary information for a report definition.ReportingConfiguration The ReportingConfiguration class provides the Spring configuration for the Reporting module.ReportingService The ReportingService class provides the Reporting Service implementation.ReportParameter The ReportParameter class holds the information for a report parameter. -
Exception Summary Exception Description DuplicateReportDefinitionException The DuplicateReportDefinitionException exception is thrown to indicate an error condition as a result of an attempt to create a duplicate report definition i.e a report definition with the specified ID already exists.ReportDefinitionNotFoundException The ReportDefinitionNotFoundException exception is thrown to indicate an error condition as a result of a report definition that could not be found.