public class IntermedPreviousRowManagerStep extends PreviousRowManagerStep
GRAND_TOTAL_GROUPING_LEVEL| Constructor and Description |
|---|
IntermedPreviousRowManagerStep() |
| Modifier and Type | Method and Description |
|---|---|
StepResult<Object[]> |
execute(NewRowEvent newRow,
StepInput stepInput)
executes the super only if the report has group columns
|
List<GroupColumn> |
getGroupColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect on the
following methods:
#getGroupColumnsCount()
#computeAggLevelForCalcRowNumber(int)
#computeCalcRowNumberForAggLevel(int) |
exit, initcomputeAggLevelForCalcRowNumber, computeCalcRowNumberForAggLevel, getCalcIntermResultsMatrix, getCalculatorDistributionInColumnDataArray, getDataColumns, getDataColumnsLength, getDataRowCount, getGroupColumnsCount, getGroupingLevel, getPreviousRowOfGroupValues, getShowGrandTotal, getShowTotals, getTotalStringForGroupingLevel, getTotalStringForGroupingLevelAndPredecessors, getTotalStringForGroupingLevelAndPredecessorspublic List<GroupColumn> getGroupColumns(StepInput stepInput)
AbstractReportStep#getGroupColumnsCount()
#computeAggLevelForCalcRowNumber(int)
#computeCalcRowNumberForAggLevel(int)getGroupColumns in class AbstractReportStep<String,Object[],String>public StepResult<Object[]> execute(NewRowEvent newRow, StepInput stepInput)
execute in interface AlgorithmMainStep<String,Object[],String>execute in class PreviousRowManagerStepstepInput - TODOCopyright © 2006–2015. All rights reserved.