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 NuclosFilePrintoutProvider.run(OutputFormat format, Long boId) This method runs thePrintoutthat belongs to the givenOutputFormatand returns the generatedNuclosFilestatic NuclosFileProviding the parameters this method runs thePrintoutthat belongs to the givenOutputFormatand returns the generatedNuclosFilestatic NuclosFilePrintoutProvider.run(OutputFormat format, Long boId, Map<String, Object> params, NuclosLocale locale) Providing the parameters this method runs thePrintoutthat belongs to the givenOutputFormatand returns the generatedNuclosFilecontaining all localized data in the given locale languagestatic NuclosFilePrintoutProvider.run(OutputFormat format, Long boId, NuclosLocale locale) This method runs thePrintoutthat belongs to the givenOutputFormatand returns the generatedNuclosFilecontaining all localized data in the given locale languagestatic NuclosFileReportProvider.run(OutputFormat format) This method runs theReportthat belongs to the givenOutputFormatand returns the generatedNuclosFilestatic NuclosFileReportProvider.run(OutputFormat format, Map<String, Object> params) Providing the parameters this method runs theReportthat belongs to the givenOutputFormatand returns the generatedNuclosFilestatic NuclosFileReportProvider.run(OutputFormat format, Map<String, Object> params, NuclosLocale locale) Providing the parameters this method runs theReportthat belongs to the givenOutputFormatand returns the generatedNuclosFilecontaining all localized data in the given locale languagestatic NuclosFileReportProvider.run(OutputFormat format, NuclosLocale locale) This method runs theReportthat belongs to the givenOutputFormatand returns the generatedNuclosFilecontaining 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)