public interface AuthenticationMethodDao extends org.eurekaclinical.standardapis.dao.Dao<AuthenticationMethodEntity,Long>
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethodEntity |
getByName(org.eurekaclinical.eureka.client.comm.authentication.AuthenticationMethod inName)
Gets a value definition match operator based on the name attribute.
|
AuthenticationMethodEntity getByName(org.eurekaclinical.eureka.client.comm.authentication.AuthenticationMethod 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.