public class GroupSum extends GroupOperation<BigDecimal>
| Constructor and Description |
|---|
GroupSum(FieldPath sourceFieldName) |
GroupSum(FieldPath sourceFieldName,
FieldPath targetFieldName) |
GroupSum(FieldPath sourceFieldName,
FieldPath targetFieldName,
boolean excludeNulls) |
GroupSum(String sourceFieldName) |
GroupSum(String sourceFieldName,
String targetFieldName) |
GroupSum(String sourceFieldName,
String targetFieldName,
boolean excludeNulls) |
| Modifier and Type | Method and Description |
|---|---|
protected GroupOperationField<BigDecimal> |
createField() |
getExcludeNulls, getFilter, getSourceFieldName, getSourceFieldPath, getTargetFieldName, getTargetFieldPath, setExcludeNulls, setFilter, setTargetFieldName, toStringpublic GroupSum(String sourceFieldName)
public GroupSum(FieldPath sourceFieldName)
protected GroupOperationField<BigDecimal> createField()
createField in class GroupOperation<BigDecimal>Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.