Uses of Class
it.eng.spagobi.kpi.threshold.metadata.SbiThresholdValue

Packages that use SbiThresholdValue
it.eng.spagobi.kpi.alarm.metadata   
it.eng.spagobi.kpi.threshold.dao   
it.eng.spagobi.tools.importexport   
 

Uses of SbiThresholdValue in it.eng.spagobi.kpi.alarm.metadata
 

Methods in it.eng.spagobi.kpi.alarm.metadata that return SbiThresholdValue
 SbiThresholdValue SbiAlarm.getSbiThresholdValue()
           
 

Methods in it.eng.spagobi.kpi.alarm.metadata with parameters of type SbiThresholdValue
 void SbiAlarm.setSbiThresholdValue(SbiThresholdValue sbiThresholdValue)
           
 

Constructors in it.eng.spagobi.kpi.alarm.metadata with parameters of type SbiThresholdValue
SbiAlarm(java.lang.Boolean singleEvent, SbiObjects sbiObjects, SbiThresholdValue sbiThresholdValue, SbiKpiInstance sbiKpiInstance, SbiDomains sbiDomains, java.lang.Boolean autoDisabled, java.lang.String label, java.lang.String name, java.lang.String descr, java.lang.String text, java.lang.String url, java.util.Set<SbiAlarmContact> sbiAlarmContacts)
           
 

Uses of SbiThresholdValue in it.eng.spagobi.kpi.threshold.dao
 

Methods in it.eng.spagobi.kpi.threshold.dao with parameters of type SbiThresholdValue
 ThresholdValue ThresholdValueDAOImpl.toThresholdValue(SbiThresholdValue t)
           
 ThresholdValue IThresholdValueDAO.toThresholdValue(SbiThresholdValue t)
           
 

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

Methods in it.eng.spagobi.tools.importexport that return SbiThresholdValue
static SbiThresholdValue ImportUtilities.makeNewSbiThresholdValue(SbiThresholdValue thresholdValue, org.hibernate.Session sessionCurrDB, MetadataAssociations metaAss, ImporterMetadata importer)
          Creates a new hibernate th value object.
static SbiThresholdValue ImportUtilities.modifyExistingSbiThresholdValue(SbiThresholdValue exportedThValue, org.hibernate.Session sessionCurrDB, java.lang.Integer existingId, MetadataAssociations metaAss, ImporterMetadata importer)
          Load an existing threshold Values and make modifications as per the exported thValue in input
 

Methods in it.eng.spagobi.tools.importexport with parameters of type SbiThresholdValue
static void ImportUtilities.entitiesAssociationsSbiThresholdValues(SbiThresholdValue exportedThValue, SbiThresholdValue existingThvalue, org.hibernate.Session sessionCurrDB, MetadataAssociations metaAss, ImporterMetadata importer)
          For ThresholdValues search new Ids
 void MetadataAssociations.insertCoupleThresholdValue(SbiThresholdValue exp, SbiThresholdValue curr)
          Inserts a couple of threshold value into the associations.
static SbiThresholdValue ImportUtilities.makeNewSbiThresholdValue(SbiThresholdValue thresholdValue, org.hibernate.Session sessionCurrDB, MetadataAssociations metaAss, ImporterMetadata importer)
          Creates a new hibernate th value object.
static SbiThresholdValue ImportUtilities.modifyExistingSbiThresholdValue(SbiThresholdValue exportedThValue, org.hibernate.Session sessionCurrDB, java.lang.Integer existingId, MetadataAssociations metaAss, ImporterMetadata importer)
          Load an existing threshold Values and make modifications as per the exported thValue in input