Uses of Class
it.eng.spagobi.kpi.model.metadata.SbiKpiModelInst

Packages that use SbiKpiModelInst
it.eng.spagobi.kpi.model.metadata   
it.eng.spagobi.tools.importexport   
 

Uses of SbiKpiModelInst in it.eng.spagobi.kpi.model.metadata
 

Methods in it.eng.spagobi.kpi.model.metadata that return SbiKpiModelInst
 SbiKpiModelInst SbiKpiModelInst.getSbiKpiModelInst()
           
 SbiKpiModelInst SbiKpiModelResources.getSbiKpiModelInst()
           
 

Methods in it.eng.spagobi.kpi.model.metadata with parameters of type SbiKpiModelInst
 void SbiKpiModelInst.setSbiKpiModelInst(SbiKpiModelInst sbiKpiModelInst)
           
 void SbiKpiModelResources.setSbiKpiModelInst(SbiKpiModelInst sbiKpiModelInst)
           
 

Constructors in it.eng.spagobi.kpi.model.metadata with parameters of type SbiKpiModelInst
SbiKpiModelInst(java.lang.Integer kpiModelInst, SbiKpiInstance sbiKpiInstance, SbiKpiModel sbiKpiModel, SbiKpiModelInst sbiKpiModelInst, java.lang.String name, java.lang.String description, java.util.Set sbiKpiModelInsts, java.util.Set sbiKpiModelResourceses)
          full constructor
SbiKpiModelResources(java.lang.Integer kpiModelResourcesId, SbiKpiModelInst sbiKpiModelInst, SbiResources sbiResources)
          full constructor
 

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

Methods in it.eng.spagobi.tools.importexport that return SbiKpiModelInst
static SbiKpiModelInst ImportUtilities.makeNewSbiModelInstance(SbiKpiModelInst modelInst, org.hibernate.Session sessionCurrDB, MetadataAssociations metaAss)
          Creates a new hibernate model instance object.
static SbiKpiModelInst ImportUtilities.modifyExistingSbiModelInstance(SbiKpiModelInst exportedModInst, org.hibernate.Session sessionCurrDB, java.lang.Integer existingId, MetadataAssociations metaAss)
          Load an existing Model Inst and make modifications
 

Methods in it.eng.spagobi.tools.importexport with parameters of type SbiKpiModelInst
static void ImportUtilities.entitiesAssociationsSbiModelInstance(SbiKpiModelInst exportedModInst, SbiKpiModelInst existingModInst, org.hibernate.Session sessionCurrDB, MetadataAssociations metaAss)
          For Model Instance search new Ids
 void MetadataAssociations.insertCoupleModelInstance(SbiKpiModelInst exp, SbiKpiModelInst curr)
          Inserts a couple of model instance into the associations.
static SbiKpiModelInst ImportUtilities.makeNewSbiModelInstance(SbiKpiModelInst modelInst, org.hibernate.Session sessionCurrDB, MetadataAssociations metaAss)
          Creates a new hibernate model instance object.
static SbiKpiModelInst ImportUtilities.modifyExistingSbiModelInstance(SbiKpiModelInst exportedModInst, org.hibernate.Session sessionCurrDB, java.lang.Integer existingId, MetadataAssociations metaAss)
          Load an existing Model Inst and make modifications