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

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

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.Boolean alarm, KpiValue value, 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.config.bo
 

Methods in it.eng.spagobi.kpi.config.bo that return ThresholdValue
 ThresholdValue KpiValue.getThresholdOfValue()
          This function return the ThresholdValue in which the kpiValue falls
 

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 thrVal)
           
 void ThresholdValueDAOImpl.modifyThresholdValue(ThresholdValue thresholdValue)
           
 void IThresholdValueDAO.modifyThresholdValue(ThresholdValue thrVal)
           
 java.lang.Integer ThresholdValueDAOImpl.saveOrUpdateThresholdValue(ThresholdValue thresholdValue)
           
 java.lang.Integer IThresholdValueDAO.saveOrUpdateThresholdValue(ThresholdValue thrVal)
           
 

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.