public abstract class AbstractReportInitStep<U> extends AbstractInitStep<U>
| Constructor and Description |
|---|
AbstractReportInitStep() |
| Modifier and Type | Method and Description |
|---|---|
List<DataColumn> |
getDataColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect on the
following methods:
#getDataColumnsLength() |
int |
getDataColumnsLength(StepInput stepInput) |
List<GroupColumn> |
getGroupColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect on the
following methods:
#getGroupColumns() |
int |
getGroupColumnsLength(StepInput stepInput) |
TableInput |
getReportInput(StepInput stepInput) |
Boolean |
getShowGrandTotal(StepInput stepInput) |
Boolean |
getShowTotals(StepInput stepInput) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic TableInput getReportInput(StepInput stepInput)
public List<DataColumn> getDataColumns(StepInput stepInput)
#getDataColumnsLength()public int getDataColumnsLength(StepInput stepInput)
public List<GroupColumn> getGroupColumns(StepInput stepInput)
#getGroupColumns()public int getGroupColumnsLength(StepInput stepInput)
Copyright © 2006–2015. All rights reserved.