public interface ThresholdsOperatorDao extends org.eurekaclinical.standardapis.dao.Dao<ThresholdsOperator,Long>
| Modifier and Type | Method and Description |
|---|---|
ThresholdsOperator |
getByName(String inName)
Gets a value definition match operator based on the name attribute.
|
ThresholdsOperator getByName(String inName)
inName - the name to search for in the databaseThresholdsOperator with the given name if
found, null otherwiseCopyright © 2012–2016 Emory University. All rights reserved.