public interface ValueComparatorDao extends org.eurekaclinical.standardapis.dao.Dao<ValueComparator,Long>
| Modifier and Type | Method and Description |
|---|---|
List<ValueComparator> |
getAllAsc() |
ValueComparator |
getByName(String inName)
Gets a value comparator based on the name attribute.
|
ValueComparator getByName(String inName)
inName - the name to search for in the databaseValueComparator with the given name if found, null otherwiseList<ValueComparator> getAllAsc()
Copyright © 2012–2016 Emory University. All rights reserved.