public class CrosstabHeaderOutputInitStep extends AbstractOutputInitStep<String>
| Constructor and Description |
|---|
CrosstabHeaderOutputInitStep() |
| Modifier and Type | Method and Description |
|---|---|
PivotData |
getCrosstabData(StepInput stepInput) |
List<DataColumn> |
getDataColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect on the
following methods:
#getDataColumnsLength() |
List<GroupColumn> |
getGroupColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect on the
following methods:
#getGroupColumns() |
StepResult<String> |
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.
|
getNewReportOutput, outputNoValue, outputOneValuegetDataColumnsLength, getGroupColumnsLength, getReportInput, getShowGrandTotal, getShowTotalspublic StepResult<String> init(StepInput stepInput)
AlgorithmInitSteppublic List<DataColumn> getDataColumns(StepInput stepInput)
AbstractReportInitStep#getDataColumnsLength()getDataColumns in class AbstractReportInitStep<String>public List<GroupColumn> getGroupColumns(StepInput stepInput)
AbstractReportInitStep#getGroupColumns()getGroupColumns in class AbstractReportInitStep<String>Copyright © 2006–2015. All rights reserved.