public class ConstrIntermedGrpColsInitStep extends AbstractReportInitStep<List<GroupColumn>>
| Constructor and Description |
|---|
ConstrIntermedGrpColsInitStep() |
| Modifier and Type | Method and Description |
|---|---|
StepResult<List<GroupColumn>> |
init(StepInput input)
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 StepResult<List<GroupColumn>> init(StepInput input)
AlgorithmInitStepCopyright © 2006–2015. All rights reserved.