| Package | Description |
|---|---|
| org.glassfish.jersey.examples.bookmark_em.entity | |
| org.glassfish.jersey.examples.bookmark_em.resource |
| Modifier and Type | Method and Description |
|---|---|
UserEntity |
BookmarkEntity.getUserEntity()
Gets the userEntity of this BookmarkEntity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BookmarkEntity.setUserEntity(UserEntity userEntity)
Sets the userEntity of this BookmarkEntity to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
UserEntity |
UserResource.getUserEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<UserEntity> |
UsersResource.getUsers() |
| Constructor and Description |
|---|
BookmarkResource(javax.ws.rs.core.UriInfo uriInfo,
javax.persistence.EntityManager em,
UserTransaction utx,
UserEntity userEntity,
String bmid)
Creates a new instance of UserResource
|
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.