it.eng.spagobi.analiticalmodel.document.bo
Class DataSetExecutorForBIObject

java.lang.Object
  extended by it.eng.spagobi.analiticalmodel.document.bo.DataSetExecutorForBIObject

public class DataSetExecutorForBIObject
extends java.lang.Object


Constructor Summary
DataSetExecutorForBIObject(it.eng.spagobi.tools.dataset.bo.IDataSet dataSet, BIObject biObject, it.eng.spago.security.IEngUserProfile profile)
           
 
Method Summary
 it.eng.spagobi.tools.dataset.common.datastore.IDataStore executeDataSet()
          Executes the dataset with the parameters of the BIObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSetExecutorForBIObject

public DataSetExecutorForBIObject(it.eng.spagobi.tools.dataset.bo.IDataSet dataSet,
                                  BIObject biObject,
                                  it.eng.spago.security.IEngUserProfile profile)
Parameters:
dataSet: - IDataSet the data set to execute
biObject: - BIObject the object
profile: - IEngUserProfile the user profile
Method Detail

executeDataSet

public it.eng.spagobi.tools.dataset.common.datastore.IDataStore executeDataSet()
Executes the dataset with the parameters of the BIObject

Returns:
IDataStore