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.alarm.dao   
it.eng.spagobi.kpi.config.bo   
it.eng.spagobi.kpi.config.dao   
it.eng.spagobi.kpi.utils   
 

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

Methods in it.eng.spagobi.engines.kpi that return KpiValue
 KpiValue SpagoBIKpiInternalEngine.getNewKpiValue(it.eng.spagobi.tools.dataset.bo.IDataSet dataSet, KpiInstance kpiInst, Resource r, java.lang.Integer modelInstanceId)
           
 

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.Boolean alarm, KpiValue value, java.util.List children, java.util.List documents, java.lang.Integer modelInstanceNodeId, java.lang.String modelInstanceCode, ThresholdValue thresholdOfValue)
           
 

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

Methods in it.eng.spagobi.kpi.alarm.dao with parameters of type KpiValue
 void SbiAlarmDAOHibImpl.isAlarmingValue(KpiValue value)
           
 void ISbiAlarmDAO.isAlarmingValue(KpiValue value)
           
 

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

Methods in it.eng.spagobi.kpi.config.bo that return KpiValue
 KpiValue KpiValue.clone()
           
 

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

Methods in it.eng.spagobi.kpi.config.dao that return KpiValue
 KpiValue IKpiDAO.getDisplayKpiValue(java.lang.Integer kpiInstanceId, java.util.Date d, Resource r)
          The last KpiValue for the the KpiInstance selected, for the resource selected, in the date selected or before
 KpiValue KpiDAOImpl.getDisplayKpiValue(java.lang.Integer kpiInstanceId, java.util.Date d, Resource r)
           
 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
 java.lang.Integer IKpiDAO.insertKpiValue(KpiValue value)
          Inserts a new KPI Value with its date, value period and thresholds
 java.lang.Integer KpiDAOImpl.insertKpiValue(KpiValue value)
           
 

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

Methods in it.eng.spagobi.kpi.utils with parameters of type KpiValue
 it.eng.spago.base.SourceBean BasicXmlBuilder.newKpiValue(KpiValue value)