public interface LocalUserDao extends org.eurekaclinical.standardapis.dao.Dao<LocalUserEntity,Long>
| Modifier and Type | Method and Description |
|---|---|
LocalUserEntity |
getByName(String name)
Get a user object, given the user name.
|
LocalUserEntity |
getByVerificationCode(String code)
Get a user by the verification code.
|
LocalUserEntity getByVerificationCode(String code)
code - The verification code to search for.LocalUserEntity getByName(String name)
name - The name of the user to retrieve.Copyright © 2012–2016 Emory University. All rights reserved.