Uses of Class
africa.absa.inception.reporting.ReportDefinition
-
-
Uses of ReportDefinition in africa.absa.inception.reporting
Methods in africa.absa.inception.reporting that return ReportDefinition Modifier and Type Method Description ReportDefinitionIReportingService. getReportDefinition(String reportDefinitionId)Retrieve the report definition.ReportDefinitionReportingService. getReportDefinition(String reportDefinitionId)Methods in africa.absa.inception.reporting that return types with arguments of type ReportDefinition Modifier and Type Method Description List<ReportDefinition>IReportingService. getReportDefinitions()Returns all the report definitions.List<ReportDefinition>ReportingService. getReportDefinitions()Methods in africa.absa.inception.reporting with parameters of type ReportDefinition Modifier and Type Method Description voidIReportingService. createReportDefinition(ReportDefinition reportDefinition)Create the new report definition.voidReportingService. createReportDefinition(ReportDefinition reportDefinition)voidIReportingService. updateReportDefinition(ReportDefinition reportDefinition)Update the report definition.voidReportingService. updateReportDefinition(ReportDefinition reportDefinition)
-