Uses of Class
org.glassfish.jersey.examples.bookmark_em.entity.UserEntity

Packages that use UserEntity
org.glassfish.jersey.examples.bookmark_em.entity   
org.glassfish.jersey.examples.bookmark_em.resource   
 

Uses of UserEntity in org.glassfish.jersey.examples.bookmark_em.entity
 

Methods in org.glassfish.jersey.examples.bookmark_em.entity that return UserEntity
 UserEntity BookmarkEntity.getUserEntity()
          Gets the userEntity of this BookmarkEntity.
 

Methods in org.glassfish.jersey.examples.bookmark_em.entity with parameters of type UserEntity
 void BookmarkEntity.setUserEntity(UserEntity userEntity)
          Sets the userEntity of this BookmarkEntity to the specified value.
 

Uses of UserEntity in org.glassfish.jersey.examples.bookmark_em.resource
 

Methods in org.glassfish.jersey.examples.bookmark_em.resource that return UserEntity
 UserEntity UserResource.getUserEntity()
           
 

Methods in org.glassfish.jersey.examples.bookmark_em.resource that return types with arguments of type UserEntity
 List<UserEntity> UsersResource.getUsers()
           
 

Constructors in org.glassfish.jersey.examples.bookmark_em.resource with parameters of type UserEntity
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-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.