public class ThresholdsOperatorResource extends Object
| Constructor and Description |
|---|
ThresholdsOperatorResource(ThresholdsOperatorDao thresholdsOpDao) |
| Modifier and Type | Method and Description |
|---|---|
ThresholdsOperator |
get(Long inId) |
List<ThresholdsOperator> |
getAll() |
ThresholdsOperator |
getByName(String inName) |
@Inject public ThresholdsOperatorResource(ThresholdsOperatorDao thresholdsOpDao)
public List<ThresholdsOperator> getAll()
public ThresholdsOperator get(Long inId)
public ThresholdsOperator getByName(String inName)
Copyright © 2012–2016 Emory University. All rights reserved.