Uses of Class
it.eng.spagobi.kpi.threshold.bo.ThresholdValue

Packages that use ThresholdValue
it.eng.spagobi.kpi.threshold.dao   
 

Uses of ThresholdValue in it.eng.spagobi.kpi.threshold.dao
 

Methods in it.eng.spagobi.kpi.threshold.dao that return ThresholdValue
 ThresholdValue IThresholdValueDAO.loadThresholdValueById(java.lang.Integer id)
           
 ThresholdValue ThresholdValueDAOImpl.loadThresholdValueById(java.lang.Integer id)
           
 

Methods in it.eng.spagobi.kpi.threshold.dao with parameters of type ThresholdValue
 java.lang.Integer IThresholdValueDAO.insertThresholdValue(ThresholdValue toCreate)
           
 java.lang.Integer ThresholdValueDAOImpl.insertThresholdValue(ThresholdValue toCreate)
           
 void IThresholdValueDAO.modifyThresholdValue(ThresholdValue threshold)
           
 void ThresholdValueDAOImpl.modifyThresholdValue(ThresholdValue thresholdValue)