Class JFreeReportParametersComponent

  • All Implemented Interfaces:
    Serializable, org.pentaho.platform.api.engine.IAuditable, org.pentaho.platform.api.engine.IComponent, org.pentaho.platform.api.engine.ILogger, org.pentaho.platform.api.engine.IParameterResolver

    @Deprecated
    public class JFreeReportParametersComponent
    extends AbstractJFreeReportComponent
    Deprecated.
    This sets the report parameters. This is another data preparation step and should be executed before the query is fired. The data-factory may depend on these parameters.
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • JFreeReportParametersComponent

        public JFreeReportParametersComponent()
        Deprecated.
    • Method Detail

      • validateAction

        protected boolean validateAction()
        Deprecated.
        Specified by:
        validateAction in class org.pentaho.platform.engine.services.solution.ComponentBase
      • validateSystemSettings

        protected boolean validateSystemSettings()
        Deprecated.
        Specified by:
        validateSystemSettings in class org.pentaho.platform.engine.services.solution.ComponentBase
      • done

        public void done()
        Deprecated.
        Specified by:
        done in interface org.pentaho.platform.api.engine.IComponent
        Specified by:
        done in class org.pentaho.platform.engine.services.solution.ComponentBase
      • getReport

        protected org.pentaho.reporting.engine.classic.core.MasterReport getReport()
        Deprecated.
      • executeAction

        protected boolean executeAction()
                                 throws Throwable
        Deprecated.
        Specified by:
        executeAction in class org.pentaho.platform.engine.services.solution.ComponentBase
        Throws:
        Throwable
      • init

        public boolean init()
        Deprecated.
        Specified by:
        init in interface org.pentaho.platform.api.engine.IComponent
        Specified by:
        init in class org.pentaho.platform.engine.services.solution.ComponentBase
      • getLogger

        public org.apache.commons.logging.Log getLogger()
        Deprecated.
        Specified by:
        getLogger in class org.pentaho.platform.engine.core.system.PentahoBase