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

Packages that use Threshold
it.eng.spagobi.kpi.config.bo   
it.eng.spagobi.kpi.config.dao   
it.eng.spagobi.kpi.threshold.bo   
it.eng.spagobi.kpi.threshold.dao   
 

Uses of Threshold in it.eng.spagobi.kpi.config.bo
 

Methods in it.eng.spagobi.kpi.config.bo that return Threshold
 Threshold Kpi.getThreshold()
           
 

Methods in it.eng.spagobi.kpi.config.bo with parameters of type Threshold
 void Kpi.setThreshold(Threshold threshold)
           
 

Uses of Threshold in it.eng.spagobi.kpi.config.dao
 

Methods in it.eng.spagobi.kpi.config.dao that return Threshold
 Threshold KpiDAOImpl.toThreshold(SbiThresholdValue t)
           
 

Uses of Threshold in it.eng.spagobi.kpi.threshold.bo
 

Subclasses of Threshold in it.eng.spagobi.kpi.threshold.bo
 class ThresholdValue
           
 

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

Methods in it.eng.spagobi.kpi.threshold.dao that return Threshold
 Threshold IThresholdDAO.loadThresholdById(java.lang.Integer id)
          Returns the Threshold of the referred id
 Threshold ThresholdDAOImpl.loadThresholdById(java.lang.Integer id)
           
 

Methods in it.eng.spagobi.kpi.threshold.dao with parameters of type Threshold
 java.lang.Integer IThresholdDAO.insertThreshold(Threshold toCreate)
           
 java.lang.Integer ThresholdDAOImpl.insertThreshold(Threshold threshold)
           
 void IThresholdDAO.modifyThreshold(Threshold threshold)
           
 void ThresholdDAOImpl.modifyThreshold(Threshold threshold)