public class IntermedDataRowsOutputStep extends DataRowsOutputStep
DATA_CELL_TEMPLATE, END_DATA_ROW_TEMPLATE, START_DATA_ROW_TEMPLATE
GRAND_TOTAL_GROUPING_LEVEL
Constructor and Description |
---|
IntermedDataRowsOutputStep() |
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:
#getGroupColumnsCount()
#computeAggLevelForCalcRowNumber(int)
#computeCalcRowNumberForAggLevel(int) |
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,String>
algoInput
- algoContext
- public List<GroupColumn> getGroupColumns(StepInput stepInput)
#getGroupColumnsCount()
#computeAggLevelForCalcRowNumber(int)
#computeCalcRowNumberForAggLevel(int)
getGroupColumns
in class AbstractReportStep<String,Integer,String>
algoInput
- algoContext
- Copyright © 2006–2015. All rights reserved.