Dashboard Builder Data Provider API 6.0.0.Beta3

Uses of Interface
org.jboss.dashboard.dataset.DataSet

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.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.groupBy(DataProperty property, List<DataProperty> groupByProps, List<String> functionCodes)
          Groups this data set.
 DataSet DataSet.sort(ComparatorByCriteria comparator)
          Sorts this data set.
 

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 DataProperty.getDataSet()
           
 DataSet DataProvider.getDataSet()
          Get a dataset.
 DataSet AbstractDataProperty.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 DataProperty.setDataSet(DataSet dataSet)
           
 void DataProvider.setDataSet(DataSet s)
           
 void AbstractDataProperty.setDataSet(DataSet dataSet)
           
 


Dashboard Builder Data Provider API 6.0.0.Beta3

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.