Uses of Class
it.eng.spagobi.tools.importexport.MetadataAssociations

Packages that use MetadataAssociations
it.eng.spagobi.tools.importexport   
 

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

Methods in it.eng.spagobi.tools.importexport that return MetadataAssociations
 MetadataAssociations ImportManager.getMetadataAssociation()
          Gets the object which contains the association between exported metadata and the current system metadata.
 MetadataAssociations IImportManager.getMetadataAssociation()
          Gets the object which contains the association between exported metadata and the current system metadata.
 

Methods in it.eng.spagobi.tools.importexport with parameters of type MetadataAssociations
static void ImportUtilities.associateWithExistingEntities(SbiDataSetConfig dataset, SbiDataSetConfig exportedDataset, org.hibernate.Session sessionCurrDB, ImporterMetadata importer, MetadataAssociations metaAss)
          Set into the dataset the datasource associated with the exported dataset.
static void ImportUtilities.associateWithExistingEntities(SbiDataSource datasource, SbiDataSource exportedDatasource, org.hibernate.Session sessionCurrDB, ImporterMetadata importer, MetadataAssociations metaAss)
          Set into the datasource the dialect type domain associated with the exported datasource.
static void ImportUtilities.associateWithExistingEntities(SbiLov lov, SbiLov exportedLov, org.hibernate.Session sessionCurrDB, ImporterMetadata importer, MetadataAssociations metaAss)
          Set into the lov the lov type domain associated with the exported lov.
static void ImportUtilities.associateWithExistingEntities(SbiObjects obj, SbiObjects exportedObj, org.hibernate.Session sessionCurrDB, ImporterMetadata importer, MetadataAssociations metaAss)
          Set into the biobject to the engine/object type/object state/datasource the entities associated with the exported biobject.
static void ImportUtilities.associateWithExistingEntities(SbiParameters parameter, SbiParameters exportedParameter, org.hibernate.Session sessionCurrDB, ImporterMetadata importer, MetadataAssociations metaAss)
          Set into the parameter to the parameter type domain associated with the exported parameter.