Interface FieldAggregationFunction
-
- All Superinterfaces:
AggregationFunction
,Cloneable
,EventListener
,Expression
,Function
,ReportListener
,Serializable
- All Known Implementing Classes:
ConditionalItemSumFunction
,CountDistinctFunction
,ItemAvgFunction
,ItemMaxFunction
,ItemMinFunction
,ItemSumFunction
,PageItemSumFunction
,TotalGroupSumFunction
,TotalItemMaxFunction
,TotalItemMinFunction
,TotalPageSumFunction
public interface FieldAggregationFunction extends AggregationFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getField()
void
setField(String field)
-
Methods inherited from interface org.pentaho.reporting.engine.classic.core.function.AggregationFunction
getCrosstabFilterGroup, getGroup, setCrosstabFilterGroup, setGroup
-
Methods inherited from interface org.pentaho.reporting.engine.classic.core.function.Expression
clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, getValue, isActive, isDeepTraversing, isPreserve, setDependencyLevel, setName, setRuntime
-
Methods inherited from interface org.pentaho.reporting.engine.classic.core.event.ReportListener
groupFinished, groupStarted, itemsAdvanced, itemsFinished, itemsStarted, reportDone, reportFinished, reportInitialized, reportStarted, summaryRowSelection
-
-