public class DefaultThresholdsDao extends Object implements ThresholdsDao, org.springframework.beans.factory.InitializingBean
DefaultThresholdsDao class.
| Constructor and Description | 
|---|
DefaultThresholdsDao()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterPropertiesSet()
afterPropertiesSet 
 | 
ThresholdGroup | 
get(String name,
   ThresholdingSession thresholdingSession)
get 
 | 
ThresholdGroup | 
merge(ThresholdGroup group,
     ThresholdingSession thresholdingSession)
merge 
 | 
void | 
setEntityScopeProvider(EntityScopeProvider entityScopeProvider)  | 
void | 
setEventProxy(ThresholdingEventProxy eventProxy)  | 
void | 
setThresholdingDao(ReadableThresholdingDao thresholdingDao)  | 
public ThresholdGroup get(String name, ThresholdingSession thresholdingSession)
get
get in interface ThresholdsDaoname - a String object.ThresholdGroup object.public ThresholdGroup merge(ThresholdGroup group, ThresholdingSession thresholdingSession)
merge
merge in interface ThresholdsDaogroup - a ThresholdGroup object.ThresholdGroup object.public void setThresholdingDao(ReadableThresholdingDao thresholdingDao)
public void afterPropertiesSet()
                        throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.public void setEventProxy(ThresholdingEventProxy eventProxy)
public void setEntityScopeProvider(EntityScopeProvider entityScopeProvider)
Copyright © 2020. All rights reserved.