public class DefaultThresholdingSetPersister extends Object implements ThresholdingSetPersister
ThresholdingSetPersister
.Constructor and Description |
---|
DefaultThresholdingSetPersister() |
Modifier and Type | Method and Description |
---|---|
void |
clear(ThresholdingSession session) |
ThresholdingSet |
getThresholdingSet(ThresholdingSession session,
ThresholdingEventProxy eventProxy) |
void |
persistSet(ThresholdingSession session,
ThresholdingSet set) |
void |
reinitializeThresholdingSets() |
void |
setEntityScopeProvider(EntityScopeProvider entityScopeProvider) |
void |
setIfLabelDao(IfLabel ifLabelDao) |
void |
setPollOutagesDao(ReadablePollOutagesDao pollOutagesDao) |
void |
setThreshdDao(ReadableThreshdDao threshdDao) |
void |
setThresholdingDao(ReadableThresholdingDao thresholdingDao) |
public void persistSet(ThresholdingSession session, ThresholdingSet set)
persistSet
in interface ThresholdingSetPersister
public ThresholdingSet getThresholdingSet(ThresholdingSession session, ThresholdingEventProxy eventProxy) throws ThresholdInitializationException
getThresholdingSet
in interface ThresholdingSetPersister
ThresholdInitializationException
public void reinitializeThresholdingSets()
reinitializeThresholdingSets
in interface ThresholdingSetPersister
public void clear(ThresholdingSession session)
clear
in interface ThresholdingSetPersister
public void setThreshdDao(ReadableThreshdDao threshdDao)
public void setThresholdingDao(ReadableThresholdingDao thresholdingDao)
public void setPollOutagesDao(ReadablePollOutagesDao pollOutagesDao)
public void setIfLabelDao(IfLabel ifLabelDao)
public void setEntityScopeProvider(EntityScopeProvider entityScopeProvider)
Copyright © 2021. All rights reserved.