|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IKpiInstanceDAO
Method Summary | |
---|---|
java.lang.String |
getChartType(java.lang.Integer kpiInstanceID)
|
java.util.List |
getThresholds(KpiInstance k)
Returns a List of all the the Threshols of the KpiInstance |
java.lang.Boolean |
isKpiInstUnderAlramControl(java.lang.Integer kpiInstID)
|
java.util.List<KpiAlarmInstance> |
loadKpiAlarmInstances()
|
KpiInstance |
loadKpiInstanceById(java.lang.Integer id)
Returns the KpiInstance of the referred id |
KpiInstance |
loadKpiInstanceByIdFromHistory(java.lang.Integer id,
java.util.Date d)
Returns the KpiInstance with id 'id' that was valid in date d |
SbiKpiInstance |
loadSbiKpiInstanceById(java.lang.Integer id)
Returns the SbiKpiInstance of the referred id |
void |
setKpiInstanceFromKPI(KpiInstance kpiInstance,
java.lang.Integer kpiId)
|
KpiInstance |
toKpiInstance(SbiKpiInstance kpiInst)
|
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setUserID, setUserProfile |
Method Detail |
---|
KpiInstance loadKpiInstanceById(java.lang.Integer id) throws it.eng.spago.error.EMFUserError
id
- of the KpiInstance
it.eng.spago.error.EMFUserError
- If an Exception occurredSbiKpiInstance loadSbiKpiInstanceById(java.lang.Integer id) throws it.eng.spago.error.EMFUserError
id
- of the KpiInstance
it.eng.spago.error.EMFUserError
- If an Exception occurredKpiInstance loadKpiInstanceByIdFromHistory(java.lang.Integer id, java.util.Date d) throws it.eng.spago.error.EMFUserError
id
- of the KpiInstanceDate
- of when the KpiInstance has to be valid
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.util.List getThresholds(KpiInstance k) throws it.eng.spago.error.EMFUserError
KpiInstance
- k
it.eng.spago.error.EMFUserError
- If an Exception occurredKpiInstance toKpiInstance(SbiKpiInstance kpiInst) throws it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFUserError
void setKpiInstanceFromKPI(KpiInstance kpiInstance, java.lang.Integer kpiId) throws it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFUserError
java.lang.Boolean isKpiInstUnderAlramControl(java.lang.Integer kpiInstID) throws it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFUserError
java.lang.String getChartType(java.lang.Integer kpiInstanceID) throws it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFUserError
java.util.List<KpiAlarmInstance> loadKpiAlarmInstances() 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 |