public class TimeSeriesCollectorFunction extends BaseCollectorFunction
Modifier and Type | Field and Description |
---|---|
static String |
DAY_PERIOD_TYPE_STR
Deprecated.
|
static String |
FIXEDMILLISECOND_PERIOD_TYPE_STR
Deprecated.
|
static String |
HOUR_PERIOD_TYPE_STR
Deprecated.
|
static String |
MILLISECOND_PERIOD_TYPE_STR
Deprecated.
|
static String |
MINUTE_PERIOD_TYPE_STR
Deprecated.
|
static String |
MONTH_PERIOD_TYPE_STR
Deprecated.
|
static String |
QUARTER_PERIOD_TYPE_STR
Deprecated.
|
static String |
SECOND_PERIOD_TYPE_STR
Deprecated.
|
static String |
WEEK_PERIOD_TYPE_STR
Deprecated.
|
static String |
YEAR_PERIOD_TYPE_STR
Deprecated.
|
logger
Constructor and Description |
---|
TimeSeriesCollectorFunction()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.jfree.data.general.Dataset |
createNewDataset()
Deprecated.
|
String |
getDomainPeriodType()
Deprecated.
|
org.pentaho.reporting.engine.classic.core.function.Expression |
getInstance()
Deprecated.
Return a completly separated copy of this function.
|
String[] |
getTimeValueColumn()
Deprecated.
|
String |
getTimeValueColumn(int index)
Deprecated.
|
int |
getTimeValueColumnCount()
Deprecated.
|
String[] |
getValueColumn()
Deprecated.
|
String |
getValueColumn(int index)
Deprecated.
|
int |
getValueColumnCount()
Deprecated.
|
void |
groupFinished(org.pentaho.reporting.engine.classic.core.event.ReportEvent reportEvent)
Deprecated.
|
void |
itemsAdvanced(org.pentaho.reporting.engine.classic.core.event.ReportEvent reportEvent)
Deprecated.
|
void |
setDomainPeriodType(String domainPeriodType)
Deprecated.
|
void |
setTimeValueColumn(int index,
String field)
Deprecated.
|
void |
setTimeValueColumn(String[] fields)
Deprecated.
|
void |
setValueColumn(int index,
String field)
Deprecated.
|
void |
setValueColumn(String[] fields)
Deprecated.
|
getCacheKey, getDatasourceValue, getGroup, getNewDataset, getResetGroup, getSeriesName, getSeriesName, getSeriesNameCount, getValue, groupStarted, isSeriesColumn, isSummaryOnly, reportInitialized, setGroup, setResetGroup, setSeriesColumn, setSeriesName, setSeriesName, setSummaryOnly
itemsFinished, itemsStarted, reportDone, reportFinished, reportStarted, summaryRowSelection
clone, getDataRow, getDependencyLevel, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime
public static final String DAY_PERIOD_TYPE_STR
public static final String FIXEDMILLISECOND_PERIOD_TYPE_STR
public static final String HOUR_PERIOD_TYPE_STR
public static final String MILLISECOND_PERIOD_TYPE_STR
public static final String MINUTE_PERIOD_TYPE_STR
public static final String MONTH_PERIOD_TYPE_STR
public static final String QUARTER_PERIOD_TYPE_STR
public static final String SECOND_PERIOD_TYPE_STR
public static final String WEEK_PERIOD_TYPE_STR
public static final String YEAR_PERIOD_TYPE_STR
public void setValueColumn(int index, String field)
public void setTimeValueColumn(int index, String field)
public String getValueColumn(int index)
public int getValueColumnCount()
public String[] getValueColumn()
public void setValueColumn(String[] fields)
public String getTimeValueColumn(int index)
public int getTimeValueColumnCount()
public String[] getTimeValueColumn()
public void setTimeValueColumn(String[] fields)
public void itemsAdvanced(org.pentaho.reporting.engine.classic.core.event.ReportEvent reportEvent)
itemsAdvanced
in interface org.pentaho.reporting.engine.classic.core.event.ReportListener
itemsAdvanced
in class org.pentaho.reporting.engine.classic.core.function.AbstractFunction
public void groupFinished(org.pentaho.reporting.engine.classic.core.event.ReportEvent reportEvent)
groupFinished
in interface org.pentaho.reporting.engine.classic.core.event.ReportListener
groupFinished
in class org.pentaho.reporting.engine.classic.core.function.AbstractFunction
public org.jfree.data.general.Dataset createNewDataset()
createNewDataset
in class BaseCollectorFunction
public String getDomainPeriodType()
public void setDomainPeriodType(String domainPeriodType)
public org.pentaho.reporting.engine.classic.core.function.Expression getInstance()
getInstance
in interface org.pentaho.reporting.engine.classic.core.function.Expression
getInstance
in class BaseCollectorFunction
Copyright © 2002–2017 Pentaho Corporation. All rights reserved.