|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 k,
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.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 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 | |
---|---|
void |
IKpiDAO.insertKpiValue(KpiValue value)
Inserts a new KPI Value with its date, value period and thresholds |
void |
KpiDAOImpl.insertKpiValue(KpiValue value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |