| Package | Description |
|---|---|
| org.eurekaclinical.useragreement.service.entity | |
| org.eurekaclinical.useragreement.service.resource |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<AuthorizedRoleEntity,Boolean> |
AuthorizedRoleEntity_.defaultRole |
static javax.persistence.metamodel.SingularAttribute<AuthorizedRoleEntity,Long> |
AuthorizedRoleEntity_.id |
static javax.persistence.metamodel.SingularAttribute<AuthorizedRoleEntity,String> |
AuthorizedRoleEntity_.name |
static javax.persistence.metamodel.ListAttribute<AuthorizedUserEntity,AuthorizedRoleEntity> |
AuthorizedUserEntity_.roles |
static javax.persistence.metamodel.ListAttribute<UserTemplateEntity,AuthorizedRoleEntity> |
UserTemplateEntity_.roles |
| Modifier and Type | Method and Description |
|---|---|
List<AuthorizedRoleEntity> |
UserTemplateEntity.getRoles() |
List<AuthorizedRoleEntity> |
AuthorizedUserEntity.getRoles()
Get all the roles assigned to the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserTemplateEntity.addRole(AuthorizedRoleEntity role) |
void |
AuthorizedUserEntity.addRole(AuthorizedRoleEntity inRole) |
void |
UserTemplateEntity.removeRole(AuthorizedRoleEntity role) |
void |
AuthorizedUserEntity.removeRole(AuthorizedRoleEntity inRole) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserTemplateEntity.setRoles(List<AuthorizedRoleEntity> inRoles) |
void |
AuthorizedUserEntity.setRoles(List<AuthorizedRoleEntity> inRoles)
Set the roles assigned to the current user.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.eurekaclinical.common.comm.Role |
RoleResource.toComm(AuthorizedRoleEntity roleEntity,
javax.servlet.http.HttpServletRequest req) |
| Constructor and Description |
|---|
UserResource(org.eurekaclinical.standardapis.dao.UserDao<AuthorizedRoleEntity,AuthorizedUserEntity> inUserDao,
UserAgreementServiceRoleDao inRoleDao) |
UserTemplateResource(org.eurekaclinical.standardapis.dao.UserTemplateDao<AuthorizedRoleEntity,UserTemplateEntity> inUserDao,
org.eurekaclinical.standardapis.dao.RoleDao<AuthorizedRoleEntity> inRoleDao) |
UserTemplateResource(org.eurekaclinical.standardapis.dao.UserTemplateDao<AuthorizedRoleEntity,UserTemplateEntity> inUserDao,
org.eurekaclinical.standardapis.dao.RoleDao<AuthorizedRoleEntity> inRoleDao) |
Copyright © 2016–2018 Emory University. All rights reserved.