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

Packages that use SbiThreshold
it.eng.spagobi.kpi.config.metadata   
it.eng.spagobi.kpi.threshold.metadata   
 

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

Methods in it.eng.spagobi.kpi.config.metadata that return SbiThreshold
 SbiThreshold SbiKpiInstanceHistory.getSbiThreshold()
           
 SbiThreshold SbiKpi.getSbiThreshold()
           
 SbiThreshold SbiKpiInstance.getSbiThreshold()
           
 

Methods in it.eng.spagobi.kpi.config.metadata with parameters of type SbiThreshold
 void SbiKpiInstanceHistory.setSbiThreshold(SbiThreshold sbiThreshold)
           
 void SbiKpi.setSbiThreshold(SbiThreshold sbiThreshold)
           
 void SbiKpiInstance.setSbiThreshold(SbiThreshold sbiThreshold)
           
 

Constructors in it.eng.spagobi.kpi.config.metadata with parameters of type SbiThreshold
SbiKpi(java.lang.Integer kpiId, SbiKpi sbiKpi, SbiDataSetConfig sbiDataSet, SbiThreshold sbiThreshold, SbiMeasureUnit sbiMeasureUnit, java.lang.String name, java.lang.String documentLabel, java.lang.String code, java.lang.String metric, java.lang.String description, java.lang.Double weight, java.lang.Character flgIsFather, java.util.Set sbiKpiModels, java.util.Set sbiKpis, java.util.Set sbiKpiInstances, java.util.Set sbiKpiRoles)
          full constructor
SbiKpiInstance(java.lang.Integer idKpiInstance, SbiKpi sbiKpi, SbiDomains sbiDomains, SbiThreshold sbiThreshold, SbiMeasureUnit sbiMeasureUnit, double weight, java.util.Set sbiKpiModelInsts, java.util.Set sbiKpiInstanceHistories, java.util.Set sbiKpiValues, java.util.Set sbiAlarms, java.util.Set sbiKpiInstPeriods)
          full constructor
SbiKpiInstance(java.lang.Integer idKpiInstance, SbiKpi sbiKpi, SbiThreshold sbiThreshold, SbiMeasureUnit sbiMeasureUnit)
          minimal constructor
SbiKpiInstanceHistory(java.lang.Integer idKpiInstanceHistory, SbiDomains sbiDomains, SbiKpiInstance sbiKpiInstance, SbiThreshold sbiThreshold, SbiMeasureUnit sbiMeasureUnit)
          minimal constructor
SbiKpiInstanceHistory(java.lang.Integer idKpiInstanceHistory, SbiDomains sbiDomains, SbiKpiInstance sbiKpiInstance, SbiThreshold sbiThreshold, SbiMeasureUnit sbiMeasureUnit, java.lang.Double weight, java.lang.Double target, java.util.Date beginDt, java.util.Date endDt)
          full constructor
 

Uses of SbiThreshold in it.eng.spagobi.kpi.threshold.metadata
 

Methods in it.eng.spagobi.kpi.threshold.metadata that return SbiThreshold
 SbiThreshold SbiThresholdValue.getSbiThreshold()
           
 

Methods in it.eng.spagobi.kpi.threshold.metadata with parameters of type SbiThreshold
 void SbiThresholdValue.setSbiThreshold(SbiThreshold sbiThreshold)
           
 

Constructors in it.eng.spagobi.kpi.threshold.metadata with parameters of type SbiThreshold
SbiThresholdValue(java.lang.Integer idThresholdValue, SbiThreshold sbiThreshold)
          minimal constructor
SbiThresholdValue(java.lang.Integer idThresholdValue, SbiThreshold sbiThreshold, SbiDomains sbiDomains, double minValue, double maxValue, java.lang.String label, java.lang.String colour, java.lang.Integer position, java.util.Set sbiAlarms)
          full constructor