com.stimulsoft.report.dictionary.aggregateFunctions
Class StiCountFunctionService
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.dictionary.aggregateFunctions.StiAggregateFunctionService
com.stimulsoft.report.dictionary.aggregateFunctions.StiCountFunctionService
- All Implemented Interfaces:
- IStiSerializable, IStiSerializableRef, java.lang.Cloneable
public class StiCountFunctionService
- extends StiAggregateFunctionService
|
Method Summary |
void |
CalcItem(java.lang.Object value)
A value calculation. |
boolean |
getRecureParam()
Gets value, indicates that this function require a parameter. |
java.lang.Class |
GetResultType()
Returns the type of the result. |
java.lang.String |
getServiceName()
Gets a service name. |
java.lang.Object |
GetValue()
Returns the calculation result. |
void |
Init()
First initialization. |
void |
SetValue(java.lang.Object value)
Sets the calculation result. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiCountFunctionService
public StiCountFunctionService(boolean runningTotal)
StiCountFunctionService
public StiCountFunctionService()
getServiceName
public java.lang.String getServiceName()
- Gets a service name.
- Overrides:
getServiceName in class StiService
Init
public void Init()
- First initialization.
- Specified by:
Init in class StiAggregateFunctionService
CalcItem
public void CalcItem(java.lang.Object value)
- A value calculation.
- Specified by:
CalcItem in class StiAggregateFunctionService
- Parameters:
value - Value.
GetValue
public java.lang.Object GetValue()
- Returns the calculation result.
- Specified by:
GetValue in class StiAggregateFunctionService
- Returns:
- Calculation result.
SetValue
public void SetValue(java.lang.Object value)
- Sets the calculation result.
- Specified by:
SetValue in class StiAggregateFunctionService
GetResultType
public java.lang.Class GetResultType()
- Returns the type of the result.
- Specified by:
GetResultType in class StiAggregateFunctionService
getRecureParam
public boolean getRecureParam()
- Gets value, indicates that this function require a parameter.
- Specified by:
getRecureParam in class StiAggregateFunctionService
Copyright © 2018 Stimulsoft. All Rights Reserved.