public interface ThresholdsDao
ThresholdsDao interface.
| Modifier and Type | Method and Description | 
|---|---|
ThresholdGroup | 
get(String name,
   ThresholdingSession thresholdingSession)
get 
 | 
ThresholdGroup | 
merge(ThresholdGroup group,
     ThresholdingSession thresholdingSession)
merge 
 | 
ThresholdGroup get(String name, ThresholdingSession thresholdingSession)
get
name - a String object.ThresholdGroup object.ThresholdGroup merge(ThresholdGroup group, ThresholdingSession thresholdingSession)
merge
group - a ThresholdGroup object.ThresholdGroup object.Copyright © 2020. All rights reserved.