org.pentaho.reporting.engine.classic.core.function
Interface AggregationFunction

All Superinterfaces:
Cloneable, EventListener, Expression, Function, ReportListener, Serializable
All Known Subinterfaces:
FieldAggregationFunction
All Known Implementing Classes:
ConditionalItemSumFunction, CountDistinctFunction, ItemAvgFunction, ItemCountFunction, ItemMaxFunction, ItemMinFunction, ItemSumFunction, PageItemCountFunction, PageItemSumFunction, TotalGroupSumFunction, TotalItemCountFunction, TotalItemMaxFunction, TotalItemMinFunction, TotalPageItemCountFunction

public interface AggregationFunction
extends Function

Todo: Document Me

Author:
Thomas Morgner

Method Summary
 String getGroup()
           
 void setGroup(String groupName)
           
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.event.ReportListener
groupFinished, groupStarted, itemsAdvanced, itemsFinished, itemsStarted, reportDone, reportFinished, reportInitialized, reportStarted
 
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
 

Method Detail

getGroup

String getGroup()

setGroup

void setGroup(String groupName)