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

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

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

Methods in org.glassfish.jersey.examples.bookmark_em.entity that return types with arguments of type BookmarkEntity
 java.util.Collection<BookmarkEntity> UserEntity.getBookmarkEntityCollection()
          Gets the bookmarkEntityCollection of this UserEntity.
 

Method parameters in org.glassfish.jersey.examples.bookmark_em.entity with type arguments of type BookmarkEntity
 void UserEntity.setBookmarkEntityCollection(java.util.Collection<BookmarkEntity> bookmarkEntityCollection)
          Sets the bookmarkEntityCollection of this UserEntity to the specified value.
 

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

Methods in org.glassfish.jersey.examples.bookmark_em.resource that return types with arguments of type BookmarkEntity
 java.util.Collection<BookmarkEntity> BookmarksResource.getBookmarks()
           
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.