Class DefaultJasperReportCacheService

    • Constructor Detail

      • DefaultJasperReportCacheService

        public DefaultJasperReportCacheService()
    • Method Detail

      • getCompiledReport

        public net.sf.jasperreports.engine.JasperReport getCompiledReport​(JasperWidgetPreferencesModel widget)
        Returns cached report. If no report is in the cache, the implementing class must create one, add it to the cache and return it.
        Specified by:
        getCompiledReport in interface JasperReportCacheService
        Parameters:
        widget - for which report is cached.
      • setJasperMediaService

        public void setJasperMediaService​(JasperMediaService jasperMediaService)
        Parameters:
        jasperMediaService - the jasperMediaService to set
      • setJasperReportCompileService

        public void setJasperReportCompileService​(JasperReportCompileService jasperReportCompileService)
        Parameters:
        jasperReportCompileService - the jasperReportCompileService to set
      • setJasperReportFillService

        public void setJasperReportFillService​(JasperReportFillService jasperReportFillService)
        Parameters:
        jasperReportFillService - the jasperReportFillService to set
      • setJasperReportExportService

        public void setJasperReportExportService​(JasperReportExportService jasperReportExportService)
        Parameters:
        jasperReportExportService - the jasperReportExportService to set