| Property | Defined By | ||
|---|---|---|---|
![]() | properties : StiRepositoryItems | StiService | |
| recureParam : Boolean [read-only] Gets value, indicates that this function require a parameter. | StiAggregateFunctionService | ||
| runningTotal : Boolean | StiAggregateFunctionService | ||
![]() | serviceCategory : String [read-only] Gets a service category. | StiService | |
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
![]() | serviceName : String [read-only] Gets a service name. | StiService | |
![]() | serviceType : Class [read-only] Gets a service type. | StiService | |
| Property | Defined By | ||
|---|---|---|---|
| isFirstInit : Boolean = false | StiAggregateFunctionService | ||
| Method | Defined By | ||
|---|---|---|---|
StiAggregateFunctionService(runningTotal:Boolean = false) | StiAggregateFunctionService | ||
calcItem(value:*):void A value calculation. | StiAggregateFunctionService | ||
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
![]() | equals(object:Object):Boolean | StiObject | |
getResultType():Class Returns the type of the result. | StiAggregateFunctionService | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
getValue():* Returns the calculation result. | StiAggregateFunctionService | ||
init():void First initialization. | StiAggregateFunctionService | ||
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object [override] Creates a shallow copy of the current Collection. | StiService | |
![]() | packService():void | StiService | |
reset():void Reset result of total calculation. | StiAggregateFunctionService | ||
| isFirstInit | property |
protected var isFirstInit:Boolean = false| recureParam | property |
recureParam:Boolean [read-only] Gets value, indicates that this function require a parameter.
public function get recureParam():Boolean| runningTotal | property |
runningTotal:Boolean public function get runningTotal():Boolean public function set runningTotal(value:Boolean):void| StiAggregateFunctionService | () | Constructor |
public function StiAggregateFunctionService(runningTotal:Boolean = false)runningTotal:Boolean (default = false) |
| calcItem | () | method |
public function calcItem(value:*):voidA value calculation.
Parameters
value:* |
| getResultType | () | method |
public function getResultType():ClassReturns the type of the result.
ReturnsClass |
| getValue | () | method |
public function getValue():*Returns the calculation result.
Returns* |
| init | () | method |
public function init():voidFirst initialization.
| reset | () | method |
public function reset():voidReset result of total calculation.