Class DefaultJasperReportFillService

java.lang.Object
de.hybris.platform.cockpit.reports.impl.DefaultJasperReportFillService
All Implemented Interfaces:
JasperReportFillService

public class DefaultJasperReportFillService extends Object implements JasperReportFillService
Default implementation of JasperReportFillService
  • Constructor Details

    • DefaultJasperReportFillService

      public DefaultJasperReportFillService()
  • Method Details

    • fillReport

      public net.sf.jasperreports.engine.JasperPrint fillReport(net.sf.jasperreports.engine.JasperReport report, JasperWidgetPreferencesModel configuration)
      Fills compiled report with parameters
      Specified by:
      fillReport in interface JasperReportFillService
      Parameters:
      report - to fill
      configuration - used to fill report
      Returns:
      filled in report
    • setI18NService

      public void setI18NService(I18NService i18nService)
      Parameters:
      i18nService - the i18NService to set
    • setJasperReportConnectionFactory

      public void setJasperReportConnectionFactory(JasperReportConnectionFactory jasperReportConnectionFactory)
      Parameters:
      jasperReportConnectionFactory - the jasperReportConnectionFactory to set