| Package | Description |
|---|---|
| org.eurekaclinical.useragreement.service.entity | |
| org.eurekaclinical.useragreement.service.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 |
static javax.persistence.metamodel.ListAttribute<UserTemplateEntity,RoleEntity> |
UserTemplateEntity_.roles |
| Modifier and Type | Method and Description |
|---|---|
List<RoleEntity> |
UserTemplateEntity.getRoles() |
List<RoleEntity> |
UserEntity.getRoles()
Get all the roles assigned to the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserTemplateEntity.addRole(RoleEntity role) |
void |
UserEntity.addRole(RoleEntity inRole) |
void |
UserTemplateEntity.removeRole(RoleEntity role) |
void |
UserEntity.removeRole(RoleEntity inRole) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserTemplateEntity.setRoles(List<RoleEntity> inRoles) |
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.toComm(RoleEntity roleEntity,
javax.servlet.http.HttpServletRequest req) |
| 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) |
UserTemplateResource(org.eurekaclinical.standardapis.dao.UserTemplateDao<UserTemplateEntity> inUserDao,
org.eurekaclinical.standardapis.dao.RoleDao<RoleEntity> inRoleDao) |
Copyright © 2016–2018 Emory University. All rights reserved.