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
 it.eng.spagobi.services.dataset.bo.SpagoBiDataSet[] getAllDataSet()
          Gets the all data source.
 it.eng.spagobi.services.dataset.bo.SpagoBiDataSet getDataSet(java.lang.String documentId)
          Gets the data set.
 it.eng.spagobi.services.dataset.bo.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 it.eng.spagobi.services.dataset.bo.SpagoBiDataSet getDataSet(java.lang.String documentId)
Gets the data set.

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

getDataSetByLabel

public it.eng.spagobi.services.dataset.bo.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 it.eng.spagobi.services.dataset.bo.SpagoBiDataSet[] getAllDataSet()
Gets the all data source.

Returns:
the all data source