it.eng.spagobi.services.dataset.service
Class DataSetSupplier

java.lang.Object
  extended by it.eng.spagobi.services.dataset.service.DataSetSupplier

public class DataSetSupplier
extends java.lang.Object


Constructor Summary
DataSetSupplier()
           
 
Method Summary
 SpagoBiDataSet[] getAllDataSet()
          Gets the all data source.
 SpagoBiDataSet getDataSet(java.lang.String documentId)
          Gets the data set.
 SpagoBiDataSet getDataSetByLabel(java.lang.String label)
          Gets the data set by label.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSetSupplier

public DataSetSupplier()
Method Detail

getDataSet

public SpagoBiDataSet getDataSet(java.lang.String documentId)
Gets the data set.

Parameters:
documentId - the document id
Returns:
the data set

getDataSetByLabel

public SpagoBiDataSet getDataSetByLabel(java.lang.String label)
Gets the data set by label.

Parameters:
label - the ds label
Returns:
the data set by label

getAllDataSet

public SpagoBiDataSet[] getAllDataSet()
Gets the all data source.

Returns:
the all data source