A C D E G H I O R S T U 
All Classes All Packages

A

africa.absa.inception.reporting - package africa.absa.inception.reporting
 

C

createReportDefinition(ReportDefinition) - Method in interface africa.absa.inception.reporting.IReportingService
Create the new report definition.
createReportDefinition(ReportDefinition) - Method in class africa.absa.inception.reporting.ReportingService
 
createReportPDF(String, Map<String, Object>) - Method in interface africa.absa.inception.reporting.IReportingService
Create the PDF for the report using a connection retrieved from the application data source.
createReportPDF(String, Map<String, Object>) - Method in class africa.absa.inception.reporting.ReportingService
 
createReportPDF(String, Map<String, Object>, Connection) - Method in interface africa.absa.inception.reporting.IReportingService
Create the PDF for the report.
createReportPDF(String, Map<String, Object>, Connection) - Method in class africa.absa.inception.reporting.ReportingService
 
createReportPDF(String, Map<String, Object>, Document) - Method in interface africa.absa.inception.reporting.IReportingService
Create the PDF for the report.
createReportPDF(String, Map<String, Object>, Document) - Method in class africa.absa.inception.reporting.ReportingService
 

D

deleteById(String) - Method in interface africa.absa.inception.reporting.ReportDefinitionRepository
 
deleteReportDefinition(String) - Method in interface africa.absa.inception.reporting.IReportingService
Delete the existing report definition.
deleteReportDefinition(String) - Method in class africa.absa.inception.reporting.ReportingService
 
DuplicateReportDefinitionException - Exception in africa.absa.inception.reporting
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.
DuplicateReportDefinitionException(String) - Constructor for exception africa.absa.inception.reporting.DuplicateReportDefinitionException
Constructs a new DuplicateReportDefinitionException.

E

equals(Object) - Method in class africa.absa.inception.reporting.ReportDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class africa.absa.inception.reporting.ReportDefinitionSummary
Indicates whether some other object is "equal to" this one.

G

getCreated() - Method in class africa.absa.inception.reporting.ReportDefinition
Returns the date and time the report definition was created.
getId() - Method in class africa.absa.inception.reporting.ReportDefinition
Returns the ID for the report definition.
getId() - Method in class africa.absa.inception.reporting.ReportDefinitionSummary
Returns the ID for the report definition.
getLocalReportFolderPath() - Method in interface africa.absa.inception.reporting.IReportingService
Returns the real path to the folder where the local Jasper reports are stored.
getLocalReportFolderPath() - Method in class africa.absa.inception.reporting.ReportingService
 
getName() - Method in class africa.absa.inception.reporting.ReportDefinition
Returns the name of the report definition.
getName() - Method in class africa.absa.inception.reporting.ReportDefinitionSummary
Returns the name of the report definition.
getName() - Method in class africa.absa.inception.reporting.ReportParameter
Returns the name of the report parameter.
getNameById(String) - Method in interface africa.absa.inception.reporting.ReportDefinitionRepository
 
getReportDefinition(String) - Method in interface africa.absa.inception.reporting.IReportingService
Retrieve the report definition.
getReportDefinition(String) - Method in class africa.absa.inception.reporting.ReportingService
 
getReportDefinitionName(String) - Method in interface africa.absa.inception.reporting.IReportingService
Retrieve the name of the report definition.
getReportDefinitionName(String) - Method in class africa.absa.inception.reporting.ReportingService
 
getReportDefinitions() - Method in interface africa.absa.inception.reporting.IReportingService
Returns all the report definitions.
getReportDefinitions() - Method in class africa.absa.inception.reporting.ReportingService
 
getReportDefinitionSummaries() - Method in interface africa.absa.inception.reporting.IReportingService
Returns the summaries for all the report definitions.
getReportDefinitionSummaries() - Method in class africa.absa.inception.reporting.ReportingService
 
getReportDefinitionSummary(String) - Method in interface africa.absa.inception.reporting.IReportingService
Retrieve the summary for the report definition.
getReportDefinitionSummary(String) - Method in class africa.absa.inception.reporting.ReportingService
 
getTemplate() - Method in class africa.absa.inception.reporting.ReportDefinition
Returns the JasperReports template for the report definition.
getUpdated() - Method in class africa.absa.inception.reporting.ReportDefinition
Returns the date and time the report definition was last updated.
getValue() - Method in class africa.absa.inception.reporting.ReportParameter
Returns the value for the report parameter.

H

hashCode() - Method in class africa.absa.inception.reporting.ReportDefinition
Returns a hash code value for the object.
hashCode() - Method in class africa.absa.inception.reporting.ReportDefinitionSummary
Returns a hash code value for the object.

I

IReportingService - Interface in africa.absa.inception.reporting
The IReportingService interface defines the functionality provided by a Reporting Service implementation.

O

onCreate() - Method in class africa.absa.inception.reporting.ReportDefinition
 
onUpdate() - Method in class africa.absa.inception.reporting.ReportDefinition
 

R

ReportDefinition - Class in africa.absa.inception.reporting
The ReportDefinition class holds the information for a report definition.
ReportDefinition() - Constructor for class africa.absa.inception.reporting.ReportDefinition
Constructs a new ReportDefinition.
ReportDefinition(String, String, byte[]) - Constructor for class africa.absa.inception.reporting.ReportDefinition
Constructs a new ReportDefinition.
reportDefinitionExists(String) - Method in interface africa.absa.inception.reporting.IReportingService
Check whether the report definition exists.
reportDefinitionExists(String) - Method in class africa.absa.inception.reporting.ReportingService
 
ReportDefinitionNotFoundException - Exception in africa.absa.inception.reporting
The ReportDefinitionNotFoundException exception is thrown to indicate an error condition as a result of a report definition that could not be found.
ReportDefinitionNotFoundException(String) - Constructor for exception africa.absa.inception.reporting.ReportDefinitionNotFoundException
w Constructs a new ReportDefinitionNotFoundException.
ReportDefinitionRepository - Interface in africa.absa.inception.reporting
The ReportDefinitionRepository interface declares the repository for the ReportDefinition domain type.
ReportDefinitionSummary - Class in africa.absa.inception.reporting
The ReportDefinitionSummary class holds the summary information for a report definition.
ReportDefinitionSummary() - Constructor for class africa.absa.inception.reporting.ReportDefinitionSummary
Constructs a new ReportDefinitionSummary.
ReportDefinitionSummaryRepository - Interface in africa.absa.inception.reporting
The ReportDefinitionSummaryRepository interface declares the repository for the ReportDefinitionSummary domain type.
ReportingConfiguration - Class in africa.absa.inception.reporting
The ReportingConfiguration class provides the Spring configuration for the Reporting module.
ReportingConfiguration(ApplicationContext) - Constructor for class africa.absa.inception.reporting.ReportingConfiguration
Constructs a new ReportingConfiguration.
reportingEntityManagerFactory(DataSource, PlatformTransactionManager) - Method in class africa.absa.inception.reporting.ReportingConfiguration
Returns the reporting entity manager factory bean associated with the application data source.
ReportingService - Class in africa.absa.inception.reporting
The ReportingService class provides the Reporting Service implementation.
ReportingService(Validator, DataSource, ReportDefinitionRepository, ReportDefinitionSummaryRepository) - Constructor for class africa.absa.inception.reporting.ReportingService
Constructs a new ReportingService.
ReportParameter - Class in africa.absa.inception.reporting
The ReportParameter class holds the information for a report parameter.
ReportParameter() - Constructor for class africa.absa.inception.reporting.ReportParameter
Constructs a new ReportParameter.
ReportParameter(String, String) - Constructor for class africa.absa.inception.reporting.ReportParameter
Constructs a new ReportParameter.

S

setId(String) - Method in class africa.absa.inception.reporting.ReportDefinition
Set the ID for the report definition.
setLocalReportFolderPath(String) - Method in interface africa.absa.inception.reporting.IReportingService
Set the real path to the folder where the local Jasper reports are stored.
setLocalReportFolderPath(String) - Method in class africa.absa.inception.reporting.ReportingService
 
setName(String) - Method in class africa.absa.inception.reporting.ReportDefinition
Set the name of the report definition.
setName(String) - Method in class africa.absa.inception.reporting.ReportParameter
Set the name of the report parameter.
setTemplate(byte[]) - Method in class africa.absa.inception.reporting.ReportDefinition
Set the JasperReports template for the report definition.
setValue(String) - Method in class africa.absa.inception.reporting.ReportParameter
Set the value for the report parameter.
SYSTEM_USERNAME - Static variable in interface africa.absa.inception.reporting.IReportingService
The username used to identify operations performed by the system.

T

toString() - Method in class africa.absa.inception.reporting.ReportDefinition
Returns a string representation of the object.
toString() - Method in class africa.absa.inception.reporting.ReportDefinitionSummary
Returns a string representation of the object.

U

updateReportDefinition(ReportDefinition) - Method in interface africa.absa.inception.reporting.IReportingService
Update the report definition.
updateReportDefinition(ReportDefinition) - Method in class africa.absa.inception.reporting.ReportingService
 
A C D E G H I O R S T U 
All Classes All Packages