public class PieSetCollectorFunction extends org.pentaho.reporting.engine.classic.core.function.AbstractFunction implements ICollectorFunction
Constructor and Description |
---|
PieSetCollectorFunction()
Deprecated.
Creates an unnamed function.
|
Modifier and Type | Method and Description |
---|---|
Object |
getCacheKey()
Deprecated.
|
Object |
getDatasourceValue()
Deprecated.
|
String |
getGroup()
Deprecated.
|
org.pentaho.reporting.engine.classic.core.function.Expression |
getInstance()
Deprecated.
Return a completly separated copy of this function.
|
String |
getResetGroup()
Deprecated.
|
String |
getSeriesColumn()
Deprecated.
|
Object |
getValue()
Deprecated.
|
String |
getValueColumn()
Deprecated.
|
void |
groupFinished(org.pentaho.reporting.engine.classic.core.event.ReportEvent reportEvent)
Deprecated.
|
void |
groupStarted(org.pentaho.reporting.engine.classic.core.event.ReportEvent event)
Deprecated.
|
boolean |
isSummaryOnly()
Deprecated.
|
void |
itemsAdvanced(org.pentaho.reporting.engine.classic.core.event.ReportEvent reportEvent)
Deprecated.
|
void |
reportInitialized(org.pentaho.reporting.engine.classic.core.event.ReportEvent event)
Deprecated.
|
void |
setGroup(String value)
Deprecated.
|
void |
setResetGroup(String value)
Deprecated.
|
void |
setSeriesColumn(String value)
Deprecated.
|
void |
setSummaryOnly(boolean value)
Deprecated.
|
void |
setValueColumn(String value)
Deprecated.
|
itemsFinished, itemsStarted, reportDone, reportFinished, reportStarted, summaryRowSelection
clone, getDataRow, getDependencyLevel, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime
public PieSetCollectorFunction()
AbstractExpression.setName(java.lang.String)
before the function
is added to the report's function collection.public String getSeriesColumn()
public String getValueColumn()
public String getGroup()
getGroup
in interface ICollectorFunction
public String getResetGroup()
public void setSeriesColumn(String value)
public void setValueColumn(String value)
public void setGroup(String value)
public void setResetGroup(String value)
public boolean isSummaryOnly()
public void setSummaryOnly(boolean value)
public Object getValue()
getValue
in interface ICollectorFunction
getValue
in interface org.pentaho.reporting.engine.classic.core.function.Expression
public void reportInitialized(org.pentaho.reporting.engine.classic.core.event.ReportEvent event)
reportInitialized
in interface org.pentaho.reporting.engine.classic.core.event.ReportListener
reportInitialized
in class org.pentaho.reporting.engine.classic.core.function.AbstractFunction
public void groupStarted(org.pentaho.reporting.engine.classic.core.event.ReportEvent event)
groupStarted
in interface org.pentaho.reporting.engine.classic.core.event.ReportListener
groupStarted
in class org.pentaho.reporting.engine.classic.core.function.AbstractFunction
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.pentaho.reporting.engine.classic.core.function.Expression getInstance()
getInstance
in interface org.pentaho.reporting.engine.classic.core.function.Expression
getInstance
in class org.pentaho.reporting.engine.classic.core.function.AbstractExpression
public Object getCacheKey()
getCacheKey
in interface ICollectorFunction
public Object getDatasourceValue()
getDatasourceValue
in interface ICollectorFunction
Copyright © 2002–2017 Pentaho Corporation. All rights reserved.