public class FlatReportExtractTotalsDataInitStep extends AbstractReportInitStep<ArrayList<Integer>>
| Modifier and Type | Field and Description |
|---|---|
static Integer |
NO_CALCULATOR_ON_THIS_POSITION |
| Constructor and Description |
|---|
FlatReportExtractTotalsDataInitStep() |
| Modifier and Type | Method and Description |
|---|---|
StepResult<ArrayList<Integer>> |
init(StepInput stepInput)
this method is called only once for a report
and represents the construction step where you can define the keys and
values used inside the execute method.
|
getDataColumns, getDataColumnsLength, getGroupColumns, getGroupColumnsLength, getReportInput, getShowGrandTotal, getShowTotalspublic static final Integer NO_CALCULATOR_ON_THIS_POSITION
public StepResult<ArrayList<Integer>> init(StepInput stepInput)
AlgorithmInitStepCopyright © 2006–2015. All rights reserved.