Uses of Class
it.eng.spagobi.tools.dataset.metadata.SbiDataSet

Packages that use SbiDataSet
it.eng.spagobi.behaviouralmodel.lov.bo   
it.eng.spagobi.tools.dataset.dao   
it.eng.spagobi.tools.importexport   
 

Uses of SbiDataSet in it.eng.spagobi.behaviouralmodel.lov.bo
 

Methods in it.eng.spagobi.behaviouralmodel.lov.bo that return SbiDataSet
 SbiDataSet ModalitiesValue.getDataset()
           
 

Methods in it.eng.spagobi.behaviouralmodel.lov.bo with parameters of type SbiDataSet
 void ModalitiesValue.setDataset(SbiDataSet dataset)
           
 

Uses of SbiDataSet in it.eng.spagobi.tools.dataset.dao
 

Methods in it.eng.spagobi.tools.dataset.dao that return SbiDataSet
 SbiDataSet DataSetDAOImpl.copyDataSet(SbiDataSet hibDataSet)
          copy a dataset
 SbiDataSet IDataSetDAO.copyDataSet(SbiDataSet hibDataSet)
          Deprecated.  
 

Methods in it.eng.spagobi.tools.dataset.dao that return types with arguments of type SbiDataSet
 java.util.List<SbiDataSet> DataSetDAOImpl.loadPagedSbiDatasetConfigList(java.lang.Integer offset, java.lang.Integer fetchSize)
          Returns List of all existent SbiDataSet elements (NO DETAIL, only name, label, descr...).
 java.util.List<SbiDataSet> IDataSetDAO.loadPagedSbiDatasetConfigList(java.lang.Integer offset, java.lang.Integer fetchSize)
          Deprecated.  
 

Methods in it.eng.spagobi.tools.dataset.dao with parameters of type SbiDataSet
 SbiDataSet DataSetDAOImpl.copyDataSet(SbiDataSet hibDataSet)
          copy a dataset
 SbiDataSet IDataSetDAO.copyDataSet(SbiDataSet hibDataSet)
          Deprecated.  
static it.eng.spagobi.tools.dataset.bo.IDataSet DataSetFactory.toDataSet(SbiDataSet sbiDataSet)
           
static it.eng.spagobi.tools.dataset.bo.IDataSet DataSetFactory.toGuiDataSet(SbiDataSet sbiDataSet)
           
 

Uses of SbiDataSet in it.eng.spagobi.tools.importexport
 

Methods in it.eng.spagobi.tools.importexport that return SbiDataSet
static SbiDataSet ImportUtilities.associateWithExistingEntities(SbiDataSet newDataset, SbiDataSet exportedDataset, org.hibernate.Session sessionCurrDB, ImporterMetadata importer, MetadataAssociations metaAss)
           
static SbiDataSet ImportUtilities.makeNew(SbiDataSet exportedDataset, org.hibernate.Session sessionCurrDB, it.eng.spago.security.IEngUserProfile profile)
          Make new data set.
static SbiDataSet ImportUtilities.modifyExisting(SbiDataSet exportedDataset, org.hibernate.Session sessionCurrDB, java.lang.Integer existingId, org.hibernate.Session sessionExpDB, it.eng.spago.security.IEngUserProfile profile)
          Load an existing dataset and make modifications as per the exported dataset in input For what concern the history keep track of the previous one and insert the new one
 

Methods in it.eng.spagobi.tools.importexport with parameters of type SbiDataSet
static SbiDataSet ImportUtilities.associateWithExistingEntities(SbiDataSet newDataset, SbiDataSet exportedDataset, org.hibernate.Session sessionCurrDB, ImporterMetadata importer, MetadataAssociations metaAss)
           
static SbiDataSet ImportUtilities.makeNew(SbiDataSet exportedDataset, org.hibernate.Session sessionCurrDB, it.eng.spago.security.IEngUserProfile profile)
          Make new data set.
static SbiDataSet ImportUtilities.modifyExisting(SbiDataSet exportedDataset, org.hibernate.Session sessionCurrDB, java.lang.Integer existingId, org.hibernate.Session sessionExpDB, it.eng.spago.security.IEngUserProfile profile)
          Load an existing dataset and make modifications as per the exported dataset in input For what concern the history keep track of the previous one and insert the new one