Uses of Interface
org.nuclos.api.report.OutputFormat
Package
Description
-
Uses of OutputFormat in org.nuclos.api.context
Modifier and TypeMethodDescription<T extends OutputFormat>
TPrintResult.getOutputFormat()
returns executedOutputFormat
-
Uses of OutputFormat in org.nuclos.api.printout
Modifier and TypeMethodDescription<T extends OutputFormat>
List<T>Printout.getOutputFormats()
returns assignedOutputFormat
-
Uses of OutputFormat in org.nuclos.api.provider
Modifier and TypeMethodDescriptionstatic NuclosFile
PrintoutProvider.run
(OutputFormat format, Long boId) This method runs thePrintout
that belongs to the givenOutputFormat
and returns the generatedNuclosFile
static NuclosFile
Providing the parameters this method runs thePrintout
that belongs to the givenOutputFormat
and returns the generatedNuclosFile
static NuclosFile
PrintoutProvider.run
(OutputFormat format, Long boId, Map<String, Object> params, NuclosLocale locale) Providing the parameters this method runs thePrintout
that belongs to the givenOutputFormat
and returns the generatedNuclosFile
containing all localized data in the given locale languagestatic NuclosFile
PrintoutProvider.run
(OutputFormat format, Long boId, NuclosLocale locale) This method runs thePrintout
that belongs to the givenOutputFormat
and returns the generatedNuclosFile
containing all localized data in the given locale languagestatic NuclosFile
ReportProvider.run
(OutputFormat format) This method runs theReport
that belongs to the givenOutputFormat
and returns the generatedNuclosFile
static NuclosFile
ReportProvider.run
(OutputFormat format, Map<String, Object> params) Providing the parameters this method runs theReport
that belongs to the givenOutputFormat
and returns the generatedNuclosFile
static NuclosFile
ReportProvider.run
(OutputFormat format, Map<String, Object> params, NuclosLocale locale) Providing the parameters this method runs theReport
that belongs to the givenOutputFormat
and returns the generatedNuclosFile
containing all localized data in the given locale languagestatic NuclosFile
ReportProvider.run
(OutputFormat format, NuclosLocale locale) This method runs theReport
that belongs to the givenOutputFormat
and returns the generatedNuclosFile
containing all localized data in the given locale language -
Uses of OutputFormat in org.nuclos.api.service
Modifier and TypeMethodDescriptionPrintoutService.run
(OutputFormat format, Long iBusinessObjectId) PrintoutService.run
(OutputFormat format, Long iBusinessObjectId, Map<String, Object> params, NuclosLocale locale) PrintoutService.run
(OutputFormat format, Long iBusinessObjectId, NuclosLocale locale) ReportService.run
(OutputFormat format) ReportService.run
(OutputFormat format, Map<String, Object> params) ReportService.run
(OutputFormat format, Map<String, Object> params, NuclosLocale locale) ReportService.run
(OutputFormat format, NuclosLocale locale)