| Package | Description |
|---|---|
| org.eurekaclinical.useragreementservice.entity | |
| org.eurekaclinical.useragreementservice.resource |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<RoleEntity,Boolean> |
RoleEntity_.defaultRole |
static javax.persistence.metamodel.SingularAttribute<RoleEntity,Long> |
RoleEntity_.id |
static javax.persistence.metamodel.SingularAttribute<RoleEntity,String> |
RoleEntity_.name |
static javax.persistence.metamodel.ListAttribute<UserEntity,RoleEntity> |
UserEntity_.roles |
| Modifier and Type | Method and Description |
|---|---|
List<RoleEntity> |
UserEntity.getRoles()
Get all the roles assigned to the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserEntity.setRoles(List<RoleEntity> inRoles)
Set the roles assigned to the current user.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.eurekaclinical.common.comm.Role |
RoleResource.toRole(RoleEntity roleEntity) |
| Constructor and Description |
|---|
RoleResource(org.eurekaclinical.standardapis.dao.RoleDao<RoleEntity> inRoleDao) |
UserResource(org.eurekaclinical.standardapis.dao.UserDao<UserEntity> inUserDao,
org.eurekaclinical.standardapis.dao.RoleDao<RoleEntity> inRoleDao) |
Copyright © 2016 Emory University. All rights reserved.