| Package | Description |
|---|---|
| org.eurekaclinical.useragreement.service.entity | |
| org.eurekaclinical.useragreement.service.resource |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<UserEntity,Long> |
UserEntity_.id |
static javax.persistence.metamodel.ListAttribute<UserEntity,RoleEntity> |
UserEntity_.roles |
static javax.persistence.metamodel.SingularAttribute<UserEntity,String> |
UserEntity_.username |
| Modifier and Type | Method and Description |
|---|---|
protected UserEntity |
UserResource.toEntity(org.eurekaclinical.common.comm.User user) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eurekaclinical.common.comm.User |
UserResource.toComm(UserEntity userEntity,
javax.servlet.http.HttpServletRequest req) |
| Constructor and Description |
|---|
UserResource(org.eurekaclinical.standardapis.dao.UserDao<UserEntity> inUserDao,
org.eurekaclinical.standardapis.dao.RoleDao<RoleEntity> inRoleDao) |
Copyright © 2016–2018 Emory University. All rights reserved.