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 ThresholdsDao
name
- a String
object.ThresholdGroup
object.public ThresholdGroup merge(ThresholdGroup group, ThresholdingSession thresholdingSession)
merge
merge
in interface ThresholdsDao
group
- a ThresholdGroup
object.ThresholdGroup
object.public void setThresholdingDao(ReadableThresholdingDao thresholdingDao)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
- if any.public void setEventProxy(ThresholdingEventProxy eventProxy)
public void setEntityScopeProvider(EntityScopeProvider entityScopeProvider)
Copyright © 2021. All rights reserved.