Package | Description |
---|---|
org.jboss.dashboard.dataset |
It contains classes for the load and in-memory handling of the data displayed by the business indicators.
|
org.jboss.dashboard.dataset.profiler | |
org.jboss.dashboard.provider |
It contains classes in for the creation & load of data sets from several sources, f.i: SQL databases.
|
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSet.filter(DataFilter filter)
Filter the dataset.
|
DataSet |
DataSetManager.filterDataSet(DataProvider dataProvider,
DataFilter dataFilter)
Apply a filter on the specified DataProvider's data set and save a reference to the resulting data set.
|
DataSet |
DataSetManager.getDataSet(DataProvider dataProvider)
Get the current data set for the given provider.
|
DataSet |
DataSet.groupBy(DataProperty groupByProperty,
int[] columns,
String[] functionCodes)
Groups this data set.
|
DataSet |
DataSet.groupBy(DataProperty groupByProperty,
int[] columns,
String[] functionCodes,
int sortIndex,
int sortOrder)
Groups this data set.
|
DataSet |
DataSetManager.refreshDataSet(DataProvider dataProvider)
Discard any active filter and ensure the most up to date data is loaded and returned.
|
DataSet |
DataSet.sort(ComparatorByCriteria comparator)
Sorts this data set.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSetManager.registerDataSet(DataProvider dataProvider,
DataSet dataSet)
Registers the specified DataSet instance as the given DataProvider's data set.
|
Modifier and Type | Field and Description |
---|---|
protected WeakReference<DataSet> |
DataSetSortConstraints.dataSetRef |
protected WeakReference<DataSet> |
DataSetLoadConstraints.dataSetRef |
protected WeakReference<DataSet> |
DataSetGroupByConstraints.dataSetRef |
protected WeakReference<DataSet> |
DataSetFilterConstraints.dataSetRef |
Constructor and Description |
---|
DataSetFilterConstraints(DataSet dataSet) |
DataSetGroupByConstraints(DataSet dataSet) |
DataSetLoadConstraints(DataSet dataSet) |
DataSetSortConstraints(DataSet dataSet) |
Modifier and Type | Field and Description |
---|---|
protected DataSet |
AbstractDataProperty.dataSet |
Modifier and Type | Method and Description |
---|---|
DataSet |
DataProvider.filterDataSet(DataFilter filter)
Same as
getDataSet by the data set retrieved satisfy the specified filter criteria. |
DataSet |
DataProperty.getDataSet() |
DataSet |
AbstractDataProperty.getDataSet() |
DataSet |
DataProvider.getDataSet()
Get a dataset.
|
DataSet |
DataLoader.load(DataProvider provider)
Load the data set.
|
DataSet |
DataProvider.refreshDataSet()
Get the most up to date data.
|
Modifier and Type | Method and Description |
---|---|
void |
DataProperty.setDataSet(DataSet dataSet) |
void |
AbstractDataProperty.setDataSet(DataSet dataSet) |
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.