Package org.openbravo.client.application.report.language
-
Interface Summary Interface Description ReportLanguageHandler Provides a way for specific reports to overwrite this behavior making possible to select a different language based on some ad-hoc logic Classes that implement this interface should declare the qualifier to define the file extension that they can handle -
Class Summary Class Description ReportLanguageHandler.Selector A class used to select the correct language implementation to overwrite the specific report language -
Enum Summary Enum Description ReportLanguageHandler.ReportType Enum to define the report types supported (PROCESS_DEFINITION, AD_PROCESS, DOCUMENT, MANUAL) -
Annotation Types Summary Annotation Type Description ReportLanguageHandler.Qualifier Defines the qualifier used to provide a report's language The Qualifier will be composed of two fields: Type and Value.ReportLanguageHandler.Qualifiers Containing annotation type to support repeatingReportLanguageHandler.Qualifier
.