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

Packages that use SbiDataSetConfig
it.eng.spagobi.analiticalmodel.document.metadata   
it.eng.spagobi.behaviouralmodel.lov.bo   
it.eng.spagobi.behaviouralmodel.lov.metadata   
it.eng.spagobi.kpi.config.metadata   
it.eng.spagobi.tools.dataset.dao   
it.eng.spagobi.tools.dataset.metadata   
it.eng.spagobi.tools.importexport   
 

Uses of SbiDataSetConfig in it.eng.spagobi.analiticalmodel.document.metadata
 

Methods in it.eng.spagobi.analiticalmodel.document.metadata that return SbiDataSetConfig
 SbiDataSetConfig SbiObjects.getDataSet()
          Gets the data set.
 

Methods in it.eng.spagobi.analiticalmodel.document.metadata with parameters of type SbiDataSetConfig
 void SbiObjects.setDataSet(SbiDataSetConfig dataSet)
          Sets the data set.
 

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

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

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

Uses of SbiDataSetConfig in it.eng.spagobi.behaviouralmodel.lov.metadata
 

Methods in it.eng.spagobi.behaviouralmodel.lov.metadata that return SbiDataSetConfig
 SbiDataSetConfig SbiLov.getDatasetId()
           
 

Methods in it.eng.spagobi.behaviouralmodel.lov.metadata with parameters of type SbiDataSetConfig
 void SbiLov.setDatasetId(SbiDataSetConfig datasetId)
           
 

Uses of SbiDataSetConfig in it.eng.spagobi.kpi.config.metadata
 

Methods in it.eng.spagobi.kpi.config.metadata that return SbiDataSetConfig
 SbiDataSetConfig SbiKpi.getSbiDataSet()
           
 

Methods in it.eng.spagobi.kpi.config.metadata with parameters of type SbiDataSetConfig
 void SbiKpi.setSbiDataSet(SbiDataSetConfig sbiDataSet)
           
 

Constructors in it.eng.spagobi.kpi.config.metadata with parameters of type SbiDataSetConfig
SbiKpi(SbiKpi sbiKpi, SbiDataSetConfig sbiDataSet, SbiDomains sbiDomainsByMeasureType, SbiDomains sbiDomainsByKpiType, SbiThreshold sbiThreshold, SbiMeasureUnit sbiMeasureUnit, SbiDomains sbiDomainsByMetricScaleType, java.lang.String name, java.util.Set sbiKpiDocumentses, java.lang.String code, java.lang.String metric, java.lang.String description, java.lang.Double weight, java.lang.Character flgIsFather, java.lang.String interpretation, java.lang.String inputAttributes, java.lang.String modelReference, java.lang.String targetAudience, java.util.Set sbiKpis, java.util.Set sbiKpiInstances, java.util.Set sbiKpiRoles, java.util.Set sbiKpiModels)
           
 

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

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

Uses of SbiDataSetConfig in it.eng.spagobi.tools.dataset.metadata
 

Methods in it.eng.spagobi.tools.dataset.metadata that return SbiDataSetConfig
 SbiDataSetConfig SbiDataSetHistory.getSbiDsConfig()
           
 

Methods in it.eng.spagobi.tools.dataset.metadata with parameters of type SbiDataSetConfig
 void SbiDataSetHistory.setSbiDsConfig(SbiDataSetConfig sbiDsConfig)
           
 

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

Methods in it.eng.spagobi.tools.importexport that return SbiDataSetConfig
static SbiDataSetConfig ImportUtilities.makeNew(SbiDataSetConfig dataset, it.eng.spago.security.IEngUserProfile profile)
          Make new data set.
static SbiDataSetConfig ImportUtilities.modifyExisting(SbiDataSetConfig 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 SbiDataSetConfig
static void ImportUtilities.associateNewSbiDataSethistory(SbiDataSetConfig dataset, SbiDataSetConfig exportedDataset, org.hibernate.Session sessionCurrDB, org.hibernate.Session sessionExpDB, ImporterMetadata importer, MetadataAssociations metaAss, it.eng.spago.security.IEngUserProfile profile)
          associate the new History associated with the exported dataset.
static SbiDataSetConfig ImportUtilities.makeNew(SbiDataSetConfig dataset, it.eng.spago.security.IEngUserProfile profile)
          Make new data set.
static SbiDataSetConfig ImportUtilities.modifyExisting(SbiDataSetConfig 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