U - a user type.public interface I2b2ProjectDao<U extends I2b2ProjectEntity> extends org.eurekaclinical.standardapis.dao.Dao<U,Long>
I2b2ProjectEntity
objects in a data store.| Modifier and Type | Method and Description |
|---|---|
U |
getI2b2ProjectByName(String name)
Get an i2b2 project, given the name of that project.
|
U getI2b2ProjectByName(String name)
name - The name of the project to search for.I2b2ProjectEntity object with the given name.Copyright © 2015–2016 Emory University. All rights reserved.