| Constructor and Description |
|---|
ExecutionResult(String[][] data,
Paging paging)
Creates new result
|
ExecutionResult(String[] data,
Paging paging)
Creates new result
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributeHeaderItems(List<List<AttributeHeaderItem>> items)
Add attribute header items for next dimension (this method will add dimension in attribute header items)
|
List<List<List<AttributeHeaderItem>>> |
getAttributeHeaderItems() |
Paging |
getPaging() |
List<List<List<String>>> |
getTotals() |
void |
setAttributeHeaderItems(List<List<List<AttributeHeaderItem>>> attributeHeaderItems)
Sets attribute header items, for each attribute in each dimension, there is a list of headers
|
void |
setTotals(List<List<List<String>>> totals)
Sets total data, for each total in each dimension, there is a list of total's values
|
String |
toString() |
public ExecutionResult(String[] data, Paging paging)
data - result datapaging - result pagingpublic Paging getPaging()
public List<List<List<AttributeHeaderItem>>> getAttributeHeaderItems()
public void setAttributeHeaderItems(List<List<List<AttributeHeaderItem>>> attributeHeaderItems)
attributeHeaderItems - header itemspublic void addAttributeHeaderItems(List<List<AttributeHeaderItem>> items)
items - header items for one dimensionpublic List<List<List<String>>> getTotals()
public void setTotals(List<List<List<String>>> totals)
totals - totals dataCopyright © 2017. All rights reserved.