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