| Package | Description |
|---|---|
| org.eurekaclinical.useragreementservice.entity | |
| org.eurekaclinical.useragreementservice.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.toUserEntity(org.eurekaclinical.common.comm.User user) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eurekaclinical.common.comm.User |
UserResource.toUser(UserEntity userEntity) |
| Constructor and Description |
|---|
UserResource(org.eurekaclinical.standardapis.dao.UserDao<UserEntity> inUserDao,
org.eurekaclinical.standardapis.dao.RoleDao<RoleEntity> inRoleDao) |
Copyright © 2016 Emory University. All rights reserved.