Uses of Record Class
org.idempiere.print.ReportContentRequest
Packages that use ReportContentRequest
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
Provide interface and classes for custom report header and footer
-
Uses of ReportContentRequest in org.adempiere.base
Methods in org.adempiere.base with parameters of type ReportContentRequestModifier and TypeMethodDescriptionstatic FileCore.getReportContent(ReportContentRequest request, String contentType, String fileExtension) Creates report content through the highest-ranking applicable service and falls back to the standardReportEngine.static FileCore.getReportContent(ReportContentRequest request, String contentType, String fileExtension, File outputFile) Creates report content through the highest-ranking applicable service and copies it tooutputFilewhen supplied.static IReportContentRendererCore.getReportContentRenderer(ReportContentRequest request) Gets a cached report content renderer using the first applicable factory in OSGi service ranking order, or the standard report engine as fallback.static FileCore.processReportContent(ReportContentRequest request, String contentType, String fileExtension, File content) Applies all applicable report content processors in descending OSGi service ranking order. -
Uses of ReportContentRequest in org.adempiere.report.jasper
Methods in org.adempiere.report.jasper with parameters of type ReportContentRequestModifier and TypeMethodDescriptionJasperReportContentRendererFactory.createRenderer(ReportContentRequest request) -
Uses of ReportContentRequest in org.idempiere.print
Methods in org.idempiere.print with parameters of type ReportContentRequestModifier and TypeMethodDescriptionIReportContentRendererFactory.createRenderer(ReportContentRequest request) booleanIReportContentProcessor.isApplicable(ReportContentRequest request, String contentType, String fileExtension) Tests whether this processor applies to the generated content.IReportContentProcessor.process(ReportContentRequest request, String contentType, String fileExtension, File input) Processes generated report content.