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