|
Dashboard Builder Data Provider API 6.0.1-SNAPSHOT | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSet | |
|---|---|
| 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. |
| Uses of DataSet in org.jboss.dashboard.dataset |
|---|
| Methods in org.jboss.dashboard.dataset that return DataSet | |
|---|---|
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. |
| Methods in org.jboss.dashboard.dataset with parameters of type DataSet | |
|---|---|
void |
DataSetManager.registerDataSet(DataProvider dataProvider,
DataSet dataSet)
Registers the specified DataSet instance as the given DataProvider's data set. |
| Uses of DataSet in org.jboss.dashboard.dataset.profiler |
|---|
| Fields in org.jboss.dashboard.dataset.profiler with type parameters of type DataSet | |
|---|---|
protected WeakReference<DataSet> |
DataSetSortConstraints.dataSetRef
|
protected WeakReference<DataSet> |
DataSetLoadConstraints.dataSetRef
|
protected WeakReference<DataSet> |
DataSetGroupByConstraints.dataSetRef
|
protected WeakReference<DataSet> |
DataSetFilterConstraints.dataSetRef
|
| Constructors in org.jboss.dashboard.dataset.profiler with parameters of type DataSet | |
|---|---|
DataSetFilterConstraints(DataSet dataSet)
|
|
DataSetGroupByConstraints(DataSet dataSet)
|
|
DataSetLoadConstraints(DataSet dataSet)
|
|
DataSetSortConstraints(DataSet dataSet)
|
|
| Uses of DataSet in org.jboss.dashboard.provider |
|---|
| Fields in org.jboss.dashboard.provider declared as DataSet | |
|---|---|
protected DataSet |
AbstractDataProperty.dataSet
|
| Methods in org.jboss.dashboard.provider that return DataSet | |
|---|---|
DataSet |
DataProvider.filterDataSet(DataFilter filter)
Same as getDataSet by the data set retrieved satisfy the specified filter criteria. |
DataSet |
DataProvider.getDataSet()
Get a dataset. |
DataSet |
AbstractDataProperty.getDataSet()
|
DataSet |
DataProperty.getDataSet()
|
DataSet |
DataLoader.load(DataProvider provider)
Load the data set. |
DataSet |
DataProvider.refreshDataSet()
Get the most up to date data. |
| Methods in org.jboss.dashboard.provider with parameters of type DataSet | |
|---|---|
void |
AbstractDataProperty.setDataSet(DataSet dataSet)
|
void |
DataProperty.setDataSet(DataSet dataSet)
|
|
Dashboard Builder Data Provider API 6.0.1-SNAPSHOT | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||