|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IKpiDAO
Method Summary | |
---|---|
boolean |
deleteKpi(java.lang.Integer kpiId)
|
KpiValue |
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 |
it.eng.spagobi.tools.dataset.bo.IDataSet |
getDsFromKpiId(java.lang.Integer kpiId)
|
java.lang.String |
getKpiTrendXmlResult(java.lang.Integer resId,
java.lang.Integer kpiInstId,
java.util.Date endDate)
Returns a List of all the the Threshols of the KpiInstance |
java.lang.String |
getKpiTrendXmlResult(java.lang.Integer resId,
java.lang.Integer kpiInstId,
java.util.Date beginDate,
java.util.Date endDate)
Returns a List of all the the Threshols of the KpiInstance |
KpiValue |
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 |
java.lang.Integer |
insertKpi(Kpi toCreate)
|
void |
insertKpiValue(KpiValue value)
Inserts a new KPI Value with its date, value period and thresholds |
Kpi |
loadKpiById(java.lang.Integer id)
Returns the Kpi of the referred id |
Kpi |
loadKpiDefinitionById(java.lang.Integer id)
Returns the Kpi Definition of the referred id |
java.util.List |
loadKpiList()
Returns the list of Kpi. |
java.util.List |
loadKpiList(java.lang.String fieldOrder,
java.lang.String typeOrder)
|
void |
modifyKpi(Kpi kpi)
|
Method Detail |
---|
void insertKpiValue(KpiValue value) throws it.eng.spago.error.EMFUserError
KpiValue
- to insert
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.lang.String getKpiTrendXmlResult(java.lang.Integer resId, java.lang.Integer kpiInstId, java.util.Date endDate) throws it.eng.spago.base.SourceBeanException
Integer
- resId, Integer kpiInstId, String endDate
it.eng.spago.error.EMFUserError
- If an Exception occurred
it.eng.spago.base.SourceBeanException
it.eng.spagobi.tools.dataset.bo.IDataSet getDsFromKpiId(java.lang.Integer kpiId) throws it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFUserError
java.lang.String getKpiTrendXmlResult(java.lang.Integer resId, java.lang.Integer kpiInstId, java.util.Date beginDate, java.util.Date endDate) throws it.eng.spago.base.SourceBeanException
Integer
- resId, Integer kpiInstId, String endDate
it.eng.spago.error.EMFUserError
- If an Exception occurred
it.eng.spago.base.SourceBeanException
Kpi loadKpiById(java.lang.Integer id) throws it.eng.spago.error.EMFUserError
id
- of the Kpi
it.eng.spago.error.EMFUserError
- If an Exception occurredKpi loadKpiDefinitionById(java.lang.Integer id) throws it.eng.spago.error.EMFUserError
id
- of the Kpi
it.eng.spago.error.EMFUserError
- If an Exception occurredKpiValue getKpiValue(java.lang.Integer kpiInstanceId, java.util.Date d, Resource r) throws it.eng.spago.error.EMFUserError
KpiValue
-
it.eng.spago.error.EMFUserError
- if an Exception occursKpiValue getDisplayKpiValue(java.lang.Integer kpiInstanceId, java.util.Date d, Resource r) throws it.eng.spago.error.EMFUserError
KpiValue
-
it.eng.spago.error.EMFUserError
- if an Exception occursjava.util.List loadKpiList() throws it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFUserError
- if an Exception occursjava.util.List loadKpiList(java.lang.String fieldOrder, java.lang.String typeOrder) throws it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFUserError
void modifyKpi(Kpi kpi) throws it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFUserError
java.lang.Integer insertKpi(Kpi toCreate) throws it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFUserError
boolean deleteKpi(java.lang.Integer kpiId) throws it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFUserError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |