public abstract class AbstractCrosstabStep<T,U,V> extends AbstractReportStep<T,U,V>
GRAND_TOTAL_GROUPING_LEVEL
Constructor and Description |
---|
AbstractCrosstabStep() |
Modifier and Type | Method and Description |
---|---|
PivotData |
getCrosstabData(StepInput stepInput) |
List<PivotHeaderRow> |
getCrosstabHeaderRows(StepInput stepInput) |
int |
getCrosstabHeaderRowsLength(StepInput stepInput) |
DefaultDistinctValuesHolder |
getDistinctValuesHolder(StepInput stepInput) |
IntermediateCrosstabOutput |
getIntermCrosstabOutput(StepInput stepInput) |
IntermediateDataInfo |
getIntermediateCrosstabDataInfo(StepInput stepInput) |
IntermediateReportRow |
getIntermediateRow(StepInput stepInput) |
int[] |
getPositionOfTotal(StepInput stepInput,
int from,
int groupingLevel) |
boolean |
getShowTotalsInHeader() |
computeAggLevelForCalcRowNumber, computeCalcRowNumberForAggLevel, getCalcIntermResultsMatrix, getCalculatorDistributionInColumnDataArray, getDataColumns, getDataColumnsLength, getDataRowCount, getGroupColumns, getGroupColumnsCount, getGroupingLevel, getPreviousRowOfGroupValues, getShowGrandTotal, getShowTotals, getTotalStringForGroupingLevel, getTotalStringForGroupingLevelAndPredecessors, getTotalStringForGroupingLevelAndPredecessors
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, exit, init
public List<PivotHeaderRow> getCrosstabHeaderRows(StepInput stepInput)
public int getCrosstabHeaderRowsLength(StepInput stepInput)
public DefaultDistinctValuesHolder getDistinctValuesHolder(StepInput stepInput)
public IntermediateDataInfo getIntermediateCrosstabDataInfo(StepInput stepInput)
public IntermediateReportRow getIntermediateRow(StepInput stepInput)
public boolean getShowTotalsInHeader()
public int[] getPositionOfTotal(StepInput stepInput, int from, int groupingLevel)
public IntermediateCrosstabOutput getIntermCrosstabOutput(StepInput stepInput)
stepInput
- Copyright © 2006–2015. All rights reserved.