Class JFreeReportDataComponent

  • 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 JFreeReportDataComponent
    extends AbstractJFreeReportComponent
    Deprecated.
    This is step 2 out of 3. This class is a wrapper around an other component, for instance the SQL- or MDX query component.
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • JFreeReportDataComponent

        public JFreeReportDataComponent()
        Deprecated.
    • Method Detail

      • validateAction

        protected boolean validateAction()
        Deprecated.
        Validates the parameters of this action.
        Specified by:
        validateAction in class org.pentaho.platform.engine.services.solution.ComponentBase
        Returns:
      • getDataComponent

        public org.pentaho.platform.api.data.IDataComponent getDataComponent()
        Deprecated.
      • 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
      • 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