it.eng.spagobi.kpi.threshold.dao
Class ThresholdValueDAOImpl
java.lang.Object
it.eng.spagobi.commons.dao.AbstractHibernateDAO
it.eng.spagobi.kpi.threshold.dao.ThresholdValueDAOImpl
- All Implemented Interfaces:
- IThresholdValueDAO
public class ThresholdValueDAOImpl
- extends AbstractHibernateDAO
- implements IThresholdValueDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThresholdValueDAOImpl
public ThresholdValueDAOImpl()
loadThresholdValuesByThresholdId
public java.util.List loadThresholdValuesByThresholdId(java.lang.Integer id)
throws it.eng.spago.error.EMFUserError
- Specified by:
loadThresholdValuesByThresholdId
in interface IThresholdValueDAO
- Throws:
it.eng.spago.error.EMFUserError
getThresholdValues
public java.util.List getThresholdValues(KpiInstance k)
throws it.eng.spago.error.EMFUserError
- Specified by:
getThresholdValues
in interface IThresholdValueDAO
- Throws:
it.eng.spago.error.EMFUserError
loadThresholdValueList
public java.util.List loadThresholdValueList(java.lang.Integer thresholdId,
java.lang.String fieldOrder,
java.lang.String typeOrder)
throws it.eng.spago.error.EMFUserError
- Specified by:
loadThresholdValueList
in interface IThresholdValueDAO
- Throws:
it.eng.spago.error.EMFUserError
loadThresholdValueById
public ThresholdValue loadThresholdValueById(java.lang.Integer id)
throws it.eng.spago.error.EMFUserError
- Specified by:
loadThresholdValueById
in interface IThresholdValueDAO
- Throws:
it.eng.spago.error.EMFUserError
loadSbiThresholdValueById
public SbiThresholdValue loadSbiThresholdValueById(java.lang.Integer id)
throws it.eng.spago.error.EMFUserError
- Specified by:
loadSbiThresholdValueById
in interface IThresholdValueDAO
- Throws:
it.eng.spago.error.EMFUserError
modifyThresholdValue
public void modifyThresholdValue(ThresholdValue thresholdValue)
throws it.eng.spago.error.EMFUserError
- Specified by:
modifyThresholdValue
in interface IThresholdValueDAO
- Throws:
it.eng.spago.error.EMFUserError
saveOrUpdateThresholdValue
public java.lang.Integer saveOrUpdateThresholdValue(ThresholdValue thresholdValue)
throws it.eng.spago.error.EMFUserError
- Specified by:
saveOrUpdateThresholdValue
in interface IThresholdValueDAO
- Throws:
it.eng.spago.error.EMFUserError
insertThresholdValue
public java.lang.Integer insertThresholdValue(ThresholdValue toCreate)
throws it.eng.spago.error.EMFUserError
- Specified by:
insertThresholdValue
in interface IThresholdValueDAO
- Throws:
it.eng.spago.error.EMFUserError
deleteThresholdValue
public boolean deleteThresholdValue(java.lang.Integer thresholdValueId)
throws it.eng.spago.error.EMFUserError
- Specified by:
deleteThresholdValue
in interface IThresholdValueDAO
- Throws:
it.eng.spago.error.EMFUserError
toThresholdValue
public ThresholdValue toThresholdValue(SbiThresholdValue t)
- Specified by:
toThresholdValue
in interface IThresholdValueDAO