Uses of Class
it.eng.spagobi.kpi.threshold.bo.ThresholdValue

Packages that use ThresholdValue
it.eng.spagobi.engines.kpi   
it.eng.spagobi.engines.kpi.bo   
it.eng.spagobi.kpi.threshold.dao   
it.eng.spagobi.tools.importexport   
 

Uses of ThresholdValue in it.eng.spagobi.engines.kpi
 

Methods in it.eng.spagobi.engines.kpi that return ThresholdValue
 ThresholdValue SpagoBIKpiInternalEngine.getSemaphorColor(java.util.List thresholdValues, java.lang.Double value)
          This function fills up the vector "intervals" with the intervals of the chart, getting them from a list of Thresholds
 

Uses of ThresholdValue in it.eng.spagobi.engines.kpi.bo
 

Methods in it.eng.spagobi.engines.kpi.bo that return ThresholdValue
 ThresholdValue KpiLine.getThresholdOfValue()
           
 

Methods in it.eng.spagobi.engines.kpi.bo with parameters of type ThresholdValue
 void KpiLine.setThresholdOfValue(ThresholdValue thresholdOfValue)
           
 

Constructors in it.eng.spagobi.engines.kpi.bo with parameters of type ThresholdValue
KpiLine(java.lang.String modelNodeName, java.lang.String arrayJs, java.lang.Boolean alarm, KpiValue value, java.awt.Color semaphorColor, ChartImpl chartBullet, java.util.List children, java.util.List documents, java.lang.Integer modelInstanceNodeId, java.lang.String modelInstanceCode, ThresholdValue thresholdOfValue)
           
 

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

Methods in it.eng.spagobi.kpi.threshold.dao that return ThresholdValue
 ThresholdValue ThresholdValueDAOImpl.loadThresholdValueById(java.lang.Integer id)
           
 ThresholdValue IThresholdValueDAO.loadThresholdValueById(java.lang.Integer id)
           
 ThresholdValue ThresholdValueDAOImpl.toThresholdValue(SbiThresholdValue t)
           
 ThresholdValue IThresholdValueDAO.toThresholdValue(SbiThresholdValue t)
           
 

Methods in it.eng.spagobi.kpi.threshold.dao with parameters of type ThresholdValue
 java.lang.Integer ThresholdValueDAOImpl.insertThresholdValue(ThresholdValue toCreate)
           
 java.lang.Integer IThresholdValueDAO.insertThresholdValue(ThresholdValue toCreate)
           
 void ThresholdValueDAOImpl.modifyThresholdValue(ThresholdValue thresholdValue)
           
 void IThresholdValueDAO.modifyThresholdValue(ThresholdValue threshold)
           
 

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

Methods in it.eng.spagobi.tools.importexport with parameters of type ThresholdValue
 void ExporterMetadata.insertThresholdValue(ThresholdValue thValue, org.hibernate.Session session, SbiThreshold sbiTh)
          Insert Threshold Value.