Class JasperReportingService

java.lang.Object
ru.cg.webbpm.modules.reporting.impl.jasper.service.JasperReportingService
All Implemented Interfaces:
ReportingService

@Component public class JasperReportingService extends Object implements ReportingService
Author:
a.petrov
  • Constructor Details

    • JasperReportingService

      public JasperReportingService()
  • Method Details

    • generate

      public byte[] generate(ReportTemplate reportTemplate, OutputFormat outputFormat, Map<String,Object> parameters, String datasourceJndiName)
      Specified by:
      generate in interface ReportingService
    • getExporter

      protected net.sf.jasperreports.engine.JRAbstractExporter getExporter(OutputFormat outputFormat)
    • getReportExportConfiguration

      protected net.sf.jasperreports.export.SimpleReportExportConfiguration getReportExportConfiguration(OutputFormat outputFormat)