|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KpiInstance | |
---|---|
it.eng.spagobi.engines.kpi | |
it.eng.spagobi.kpi.config.dao | |
it.eng.spagobi.kpi.model.bo |
Uses of KpiInstance in it.eng.spagobi.engines.kpi |
---|
Methods in it.eng.spagobi.engines.kpi with parameters of type KpiInstance | |
---|---|
KpiValue |
SpagoBIKpiInternalEngine.getNewKpiValue(it.eng.spagobi.tools.dataset.bo.IDataSet dataSet,
KpiInstance k,
Resource r,
java.lang.Integer modelInstanceId)
|
Uses of KpiInstance in it.eng.spagobi.kpi.config.dao |
---|
Methods in it.eng.spagobi.kpi.config.dao that return KpiInstance | |
---|---|
KpiInstance |
IKpiDAO.loadKpiInstanceById(java.lang.Integer id)
Returns the KpiInstance of the referred id |
KpiInstance |
KpiDAOImpl.loadKpiInstanceById(java.lang.Integer id)
|
KpiInstance |
IKpiDAO.loadKpiInstanceByIdFromHistory(java.lang.Integer id,
java.util.Date d)
Returns the KpiInstance with id 'id' that was valid in date d |
KpiInstance |
KpiDAOImpl.loadKpiInstanceByIdFromHistory(java.lang.Integer id,
java.util.Date d)
|
Methods in it.eng.spagobi.kpi.config.dao with parameters of type KpiInstance | |
---|---|
java.util.List |
IKpiDAO.getThresholds(KpiInstance k)
Returns a List of all the the Threshols of the KpiInstance |
java.util.List |
KpiDAOImpl.getThresholds(KpiInstance k)
|
void |
IKpiDAO.setKpiInstanceFromKPI(KpiInstance kpiInstance,
java.lang.Integer kpiId)
|
void |
KpiDAOImpl.setKpiInstanceFromKPI(KpiInstance kpiInstance,
java.lang.Integer kpiId)
|
Uses of KpiInstance in it.eng.spagobi.kpi.model.bo |
---|
Methods in it.eng.spagobi.kpi.model.bo that return KpiInstance | |
---|---|
KpiInstance |
ModelInstance.getKpiInstance()
|
KpiInstance |
ModelInstanceNode.getKpiInstanceAssociated()
|
Methods in it.eng.spagobi.kpi.model.bo with parameters of type KpiInstance | |
---|---|
void |
ModelInstance.setKpiInstance(KpiInstance kpiInstance)
|
void |
ModelInstanceNode.setKpiInstanceAssociated(KpiInstance kpiInstanceAssociated)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |