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

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

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.threshold.dao
 

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

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

Uses of Threshold in it.eng.spagobi.kpi.utils
 

Methods in it.eng.spagobi.kpi.utils with parameters of type Threshold
 java.util.List BasicTemplateBuilder.newThresholdLine(Threshold t)
           
 java.util.List BasicTemplateBuilder.newThresholdLine(Threshold t, it.eng.spago.base.SourceBean bandDetailReport)
           
 

Uses of Threshold in it.eng.spagobi.tools.importexport
 

Methods in it.eng.spagobi.tools.importexport with parameters of type Threshold
 void ExporterMetadata.insertThreshold(Threshold th, org.hibernate.Session session)
          Insert Threshold .