Uses of Interface
org.nuclos.api.report.OutputFormat
Packages that use OutputFormat
Package
Description
-
Uses of OutputFormat in org.nuclos.api.context
Methods in org.nuclos.api.context with type parameters of type OutputFormatModifier and TypeMethodDescription<T extends OutputFormat>
TPrintResult.getOutputFormat()
returns executedOutputFormat
-
Uses of OutputFormat in org.nuclos.api.printout
Methods in org.nuclos.api.printout with type parameters of type OutputFormatModifier and TypeMethodDescription<T extends OutputFormat>
List<T>Printout.getOutputFormats()
returns assignedOutputFormat
-
Uses of OutputFormat in org.nuclos.api.provider
Methods in org.nuclos.api.provider with parameters of type OutputFormatModifier 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
Methods in org.nuclos.api.service with parameters of type OutputFormatModifier 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)