Uses of Class
it.eng.spagobi.kpi.config.metadata.SbiKpiRel

Packages that use SbiKpiRel
it.eng.spagobi.kpi.config.dao   
it.eng.spagobi.tools.importexport   
 

Uses of SbiKpiRel in it.eng.spagobi.kpi.config.dao
 

Methods in it.eng.spagobi.kpi.config.dao with parameters of type SbiKpiRel
 KpiRel KpiDAOImpl.toKpiRel(SbiKpiRel sbiKpiRel)
           
 

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

Methods in it.eng.spagobi.tools.importexport that return SbiKpiRel
static SbiKpiRel ImportUtilities.makeNew(SbiKpiRel kpirel, org.hibernate.Session sessionCurrDB, MetadataAssociations metaAss, ImporterMetadata importer)
          Creates a new hibernate SbiKpiRel object.
static SbiKpiRel ImportUtilities.modifyExisting(SbiKpiRel exportedKpiRel, org.hibernate.Session sessionCurrDB, java.lang.Integer existingKpiRelId)
          Load an existing Kpi Relation and make modifications as per the exported udp in input
 

Methods in it.eng.spagobi.tools.importexport with parameters of type SbiKpiRel
static void ImportUtilities.entitiesAssociations(SbiKpiRel exportedKpiRel, SbiKpiRel existingKpiRel, org.hibernate.Session sessionCurrDB, MetadataAssociations metaAss, ImporterMetadata importer)
          For SbiKpiRel search new Ids
static SbiKpiRel ImportUtilities.makeNew(SbiKpiRel kpirel, org.hibernate.Session sessionCurrDB, MetadataAssociations metaAss, ImporterMetadata importer)
          Creates a new hibernate SbiKpiRel object.
static SbiKpiRel ImportUtilities.modifyExisting(SbiKpiRel exportedKpiRel, org.hibernate.Session sessionCurrDB, java.lang.Integer existingKpiRelId)
          Load an existing Kpi Relation and make modifications as per the exported udp in input