Uses of Class
it.eng.spagobi.kpi.config.bo.KpiValue

Packages that use KpiValue
it.eng.spagobi.engines.kpi   
it.eng.spagobi.engines.kpi.bo   
it.eng.spagobi.kpi.config.dao   
 

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

Methods in it.eng.spagobi.engines.kpi that return KpiValue
 KpiValue SpagoBIKpiInternalEngine.getNewKpiValue(IDataSet dataSet, KpiInstance k, Resource r)
           
 

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

Methods in it.eng.spagobi.engines.kpi.bo that return KpiValue
 KpiValue KpiLine.getValue()
           
 

Methods in it.eng.spagobi.engines.kpi.bo with parameters of type KpiValue
 void KpiLine.setValue(KpiValue value)
           
 

Constructors in it.eng.spagobi.engines.kpi.bo with parameters of type KpiValue
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)
           
 

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

Methods in it.eng.spagobi.kpi.config.dao that return KpiValue
 KpiValue IKpiDAO.getKpiValue(java.lang.Integer kpiInstanceId, java.util.Date d, Resource r)
          KpiValue valid for the the KpiInstance selected, for the resource selected, in the date selected
 KpiValue KpiDAOImpl.getKpiValue(java.lang.Integer kpiInstanceId, java.util.Date d, Resource r)
           
 

Methods in it.eng.spagobi.kpi.config.dao with parameters of type KpiValue
 void IKpiDAO.insertKpiValue(KpiValue value)
          Inserts a new KPI Value with its date, value period and thresholds
 void KpiDAOImpl.insertKpiValue(KpiValue value)
           
 void IKpiDAO.isAlarmingValue(KpiValue value)
          For the specific KpiValue verifies if it is ok with every threshold and if not writes an alarm event in the AlarmEvent table so that later on an alarm will be sent
 void KpiDAOImpl.isAlarmingValue(KpiValue value)