| Package | Description |
|---|---|
| org.eurekaclinical.i2b2.dao | |
| org.eurekaclinical.i2b2.entity | |
| org.eurekaclinical.i2b2.resource |
| Modifier and Type | Interface and Description |
|---|---|
interface |
I2b2RoleDao<U extends I2b2RoleEntity>
A data access object interface for working with
I2b2RoleEntity
objects in a data store. |
| Modifier and Type | Method and Description |
|---|---|
I2b2RoleEntity |
JpaI2b2RoleDao.getByName(String name) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.ListAttribute<GroupEntity,I2b2RoleEntity> |
GroupEntity_.i2b2Roles |
static javax.persistence.metamodel.SingularAttribute<I2b2RoleEntity,Long> |
I2b2RoleEntity_.id |
static javax.persistence.metamodel.SingularAttribute<I2b2RoleEntity,String> |
I2b2RoleEntity_.name |
| Modifier and Type | Method and Description |
|---|---|
List<I2b2RoleEntity> |
GroupEntity.getI2b2Roles() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupEntity.addI2b2Role(I2b2RoleEntity inI2b2Role) |
void |
GroupEntity.removeI2b2Role(I2b2RoleEntity inI2b2Role) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupEntity.setI2b2Roles(List<I2b2RoleEntity> inI2b2Roles) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
I2b2RoleResource.isAuthorizedEntity(I2b2RoleEntity entity,
javax.servlet.http.HttpServletRequest req) |
protected org.eurekaclinical.i2b2.integration.client.comm.I2b2Role |
I2b2RoleResource.toComm(I2b2RoleEntity roleEntity,
javax.servlet.http.HttpServletRequest req) |
| Constructor and Description |
|---|
GroupResource(org.eurekaclinical.standardapis.dao.GroupDao<GroupEntity> inGroupDao,
I2b2ProjectDao<I2b2ProjectEntity> inI2b2ProjectDao,
I2b2RoleDao<I2b2RoleEntity> inI2b2RoleDao) |
I2b2RoleResource(I2b2RoleDao<I2b2RoleEntity> inRoleDao) |
Copyright © 2015–2016 Emory University. All rights reserved.