public abstract class StiSummaries
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected StiCrossSummary |
crossSummary |
protected StiComponentsCollection |
sumFields |
protected StiSummaryValues |
summaryValues |
protected java.util.ArrayList<java.lang.Object> |
sums |
protected int |
totalIndex |
| Constructor and Description |
|---|
StiSummaries(java.util.ArrayList<java.lang.Object> sums,
int totalIndex,
StiComponentsCollection sumFields) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
calculation() |
protected java.math.BigDecimal |
ConvertToDecimal(java.lang.Object value) |
protected java.util.ArrayList<java.lang.Object> |
getSum() |
protected boolean |
IsAllowConvertToDecimal(java.lang.Object value) |
protected boolean |
IsDateTime(java.util.ArrayList list) |
protected final StiComponentsCollection sumFields
protected final StiCrossSummary crossSummary
protected StiSummaryValues summaryValues
protected final java.util.ArrayList<java.lang.Object> sums
protected final int totalIndex
public StiSummaries(java.util.ArrayList<java.lang.Object> sums,
int totalIndex,
StiComponentsCollection sumFields)
public abstract java.lang.Object calculation()
protected java.util.ArrayList<java.lang.Object> getSum()
protected boolean IsAllowConvertToDecimal(java.lang.Object value)
protected java.math.BigDecimal ConvertToDecimal(java.lang.Object value)
protected boolean IsDateTime(java.util.ArrayList list)
Copyright © 2019 Stimulsoft. All Rights Reserved.