Class DefaultJasperReportCompiler

    • Constructor Detail

      • DefaultJasperReportCompiler

        public DefaultJasperReportCompiler()
        Deprecated.
    • Method Detail

      • getConnection

        protected java.sql.Connection getConnection()
                                             throws java.lang.InstantiationException,
                                                    java.lang.IllegalAccessException,
                                                    java.lang.ClassNotFoundException
        Deprecated.
        Throws:
        java.lang.InstantiationException
        java.lang.IllegalAccessException
        java.lang.ClassNotFoundException
      • getUsername

        protected java.lang.String getUsername()
        Deprecated.
      • fillReport

        public net.sf.jasperreports.engine.JasperPrint fillReport​(net.sf.jasperreports.engine.JasperReport report,
                                                                  JasperWidgetPreferencesModel configuration)
        Deprecated.
        Specified by:
        fillReport in interface JasperReportCompiler
        Parameters:
        report - compiled report to be filled.
        configuration - for which report is filled.
      • setUserService

        public void setUserService​(UserService userService)
        Deprecated.
        Parameters:
        userService - the userService to set
      • setMediaService

        public void setMediaService​(MediaService mediaService)
        Deprecated.
        Parameters:
        mediaService - the mediaService to set
      • setI18NService

        public void setI18NService​(I18NService i18nService)
        Deprecated.
        Parameters:
        i18nService - the i18NService to set
      • setTenantService

        public void setTenantService​(TenantService tenantService)
        Deprecated.
        Parameters:
        tenantService - the tenantService to set