public class FlatTableTotalsOutputStep extends AbstractOutputStep<String,Integer,Integer>
Modifier and Type | Field and Description |
---|---|
static String |
GRAND_TOTAL_STRING
"Grand " label.
|
GRAND_TOTAL_GROUPING_LEVEL
Constructor and Description |
---|
FlatTableTotalsOutputStep() |
Modifier and Type | Method and Description |
---|---|
StepResult<Integer> |
execute(NewRowEvent rowEvent,
StepInput stepInput)
execute
|
StepResult<Integer> |
exit(StepInput stepInput)
exit displays the last totals in the calculator matrix buffer and the
grand total
|
StepResult<String> |
init(StepInput stepInput)
init method
|
getNewReportOutput, outputNoValue, outputOneValue
computeAggLevelForCalcRowNumber, computeCalcRowNumberForAggLevel, getCalcIntermResultsMatrix, getCalculatorDistributionInColumnDataArray, getDataColumns, getDataColumnsLength, getDataRowCount, getGroupColumns, getGroupColumnsCount, getGroupingLevel, getPreviousRowOfGroupValues, getShowGrandTotal, getShowTotals, getTotalStringForGroupingLevel, getTotalStringForGroupingLevelAndPredecessors, getTotalStringForGroupingLevelAndPredecessors
public static final String GRAND_TOTAL_STRING
public StepResult<String> init(StepInput stepInput)
stepInput
- TODOpublic StepResult<Integer> execute(NewRowEvent rowEvent, StepInput stepInput)
stepInput
- TODOpublic StepResult<Integer> exit(StepInput stepInput)
Copyright © 2006–2015. All rights reserved.