Class TimeSeriesCollectorFunction

  • All Implemented Interfaces:
    Serializable, Cloneable, EventListener, ICollectorFunction, org.pentaho.reporting.engine.classic.core.event.ReportListener, org.pentaho.reporting.engine.classic.core.function.Expression, org.pentaho.reporting.engine.classic.core.function.Function

    public class TimeSeriesCollectorFunction
    extends BaseCollectorFunction
    Deprecated.
    Dont use this one, use the TimeSeriesCollector instead.
    Creation-Date: 02.07.2007
    Author:
    Gretchen Moran
    See Also:
    Serialized Form
    • Constructor Detail

      • TimeSeriesCollectorFunction

        public TimeSeriesCollectorFunction()
        Deprecated.
    • Method Detail

      • setValueColumn

        public void setValueColumn​(int index,
                                   String field)
        Deprecated.
      • setTimeValueColumn

        public void setTimeValueColumn​(int index,
                                       String field)
        Deprecated.
      • getValueColumn

        public String getValueColumn​(int index)
        Deprecated.
      • getValueColumnCount

        public int getValueColumnCount()
        Deprecated.
      • getValueColumn

        public String[] getValueColumn()
        Deprecated.
      • setValueColumn

        public void setValueColumn​(String[] fields)
        Deprecated.
      • getTimeValueColumn

        public String getTimeValueColumn​(int index)
        Deprecated.
      • getTimeValueColumnCount

        public int getTimeValueColumnCount()
        Deprecated.
      • getTimeValueColumn

        public String[] getTimeValueColumn()
        Deprecated.
      • setTimeValueColumn

        public void setTimeValueColumn​(String[] fields)
        Deprecated.
      • itemsAdvanced

        public void itemsAdvanced​(org.pentaho.reporting.engine.classic.core.event.ReportEvent reportEvent)
        Deprecated.
        Specified by:
        itemsAdvanced in interface org.pentaho.reporting.engine.classic.core.event.ReportListener
        Overrides:
        itemsAdvanced in class org.pentaho.reporting.engine.classic.core.function.AbstractFunction
      • groupFinished

        public void groupFinished​(org.pentaho.reporting.engine.classic.core.event.ReportEvent reportEvent)
        Deprecated.
        Specified by:
        groupFinished in interface org.pentaho.reporting.engine.classic.core.event.ReportListener
        Overrides:
        groupFinished in class org.pentaho.reporting.engine.classic.core.function.AbstractFunction
      • getDomainPeriodType

        public String getDomainPeriodType()
        Deprecated.
      • setDomainPeriodType

        public void setDomainPeriodType​(String domainPeriodType)
        Deprecated.
      • getInstance

        public org.pentaho.reporting.engine.classic.core.function.Expression getInstance()
        Deprecated.
        Return a completly separated copy of this function. The copy no longer shares any changeable objects with the original function. Also from Thomas: Should retain data from the report definition, but clear calculated data.
        Specified by:
        getInstance in interface org.pentaho.reporting.engine.classic.core.function.Expression
        Overrides:
        getInstance in class BaseCollectorFunction
        Returns:
        a copy of this function.