public class IntermedTotalsOutputStep extends FlatTableTotalsOutputStep
GRAND_TOTAL_STRING
GRAND_TOTAL_GROUPING_LEVEL
Constructor and Description |
---|
IntermedTotalsOutputStep() |
Modifier and Type | Method and Description |
---|---|
List<DataColumn> |
getDataColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect
on the following methods:
#getDataColumns()
#getDataColumnsLength() |
List<GroupColumn> |
getGroupColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect
on the following methods:
#getGroupColumns()
#getGroupColumnsCount()
#computeAggLevelForCalcRowNumber(int)
#computeCalcRowNumberForAggLevel(int) |
List<DataColumn> |
getInitialDataColumns(StepInput stepInput) |
execute, exit, init
getNewReportOutput, outputNoValue, outputOneValue
computeAggLevelForCalcRowNumber, computeCalcRowNumberForAggLevel, getCalcIntermResultsMatrix, getCalculatorDistributionInColumnDataArray, getDataColumnsLength, getDataRowCount, getGroupColumnsCount, getGroupingLevel, getPreviousRowOfGroupValues, getShowGrandTotal, getShowTotals, getTotalStringForGroupingLevel, getTotalStringForGroupingLevelAndPredecessors, getTotalStringForGroupingLevelAndPredecessors
public List<DataColumn> getDataColumns(StepInput stepInput)
#getDataColumns()
#getDataColumnsLength()
getDataColumns
in class AbstractReportStep<String,Integer,Integer>
public List<GroupColumn> getGroupColumns(StepInput stepInput)
#getGroupColumns()
#getGroupColumnsCount()
#computeAggLevelForCalcRowNumber(int)
#computeCalcRowNumberForAggLevel(int)
getGroupColumns
in class AbstractReportStep<String,Integer,Integer>
public List<DataColumn> getInitialDataColumns(StepInput stepInput)
Copyright © 2006–2015. All rights reserved.