public interface PhenotypeEntityDao extends org.eurekaclinical.standardapis.dao.Dao<PhenotypeEntity,Long>
PhenotypeEntity objects
in the data store.| Modifier and Type | Method and Description |
|---|---|
PhenotypeEntity |
getById(Long inId)
Gets a user-defined phenotype entity based on the given id
|
PhenotypeEntity |
getByUserAndKey(Long inUserId,
String inKey)
Gets a user-defined phenotype entity based on the "key" attribute.
|
List<PhenotypeEntity> |
getByUserId(Long inUserId)
Gets a list of user-defined phenotype entities for the given user ID.
|
PhenotypeEntity |
getUserOrSystemByUserAndKey(Long inUserId,
String inKey)
Gets a system proposition definition that has been loaded previously
into the database.
|
PhenotypeEntity getByUserAndKey(Long inUserId, String inKey)
inUserId - The userId to search for in the database.inKey - The key to be searched in the database.PhenotypeEntity getUserOrSystemByUserAndKey(Long inUserId, String inKey)
inUserId - The userId to search for in the database.inKey - he key to be searched in the database.List<PhenotypeEntity> getByUserId(Long inUserId)
inUserId - the unique identifier for the given user.PhenotypeEntity getById(Long inId)
inId - The id to search for in the database.Copyright © 2012–2016 Emory University. All rights reserved.