Skip navigation links
A B D E G H M O P S T U 

A

asJson() - Method in class org.glassfish.jersey.examples.bookmark_em.resource.BookmarkResource
 
asString() - Method in class org.glassfish.jersey.examples.bookmark_em.resource.BookmarkResource
 

B

BookmarkEntity - Class in org.glassfish.jersey.examples.bookmark_em.entity
Entity class BookmarkEntity.
BookmarkEntity() - Constructor for class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Creates a new instance of BookmarkEntity
BookmarkEntity(BookmarkEntityPK) - Constructor for class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Creates a new instance of BookmarkEntity with the specified values.
BookmarkEntity(BookmarkEntityPK, String) - Constructor for class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Creates a new instance of BookmarkEntity with the specified values.
BookmarkEntity(String, String) - Constructor for class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Creates a new instance of BookmarkEntityPK with the specified values.
bookmarkEntityPK - Variable in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
EmbeddedId primary key field
BookmarkEntityPK - Class in org.glassfish.jersey.examples.bookmark_em.entity
Primary Key class BookmarkEntityPK for entity class BookmarkEntity.
BookmarkEntityPK() - Constructor for class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntityPK
Creates a new instance of BookmarkEntityPK
BookmarkEntityPK(String, String) - Constructor for class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntityPK
Creates a new instance of BookmarkEntityPK with the specified values.
BookmarkResource - Class in org.glassfish.jersey.examples.bookmark_em.resource
 
BookmarkResource(UriInfo, EntityManager, UserTransaction, UserEntity, String) - Constructor for class org.glassfish.jersey.examples.bookmark_em.resource.BookmarkResource
Creates a new instance of UserResource
BookmarksResource - Class in org.glassfish.jersey.examples.bookmark_em.resource
 
BookmarksResource(UriInfo, EntityManager, UserTransaction, UserResource) - Constructor for class org.glassfish.jersey.examples.bookmark_em.resource.BookmarksResource
Creates a new instance of BookmarksResource

D

deleteBookmark() - Method in class org.glassfish.jersey.examples.bookmark_em.resource.BookmarkResource
 
deleteUser() - Method in class org.glassfish.jersey.examples.bookmark_em.resource.UserResource
 

E

equals(Object) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Determines whether another object is equal to this BookmarkEntity.
equals(Object) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntityPK
Determines whether another object is equal to this BookmarkEntityPK.
equals(Object) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Determines whether another object is equal to this UserEntity.
ExtendedNotFoundException - Exception in org.glassfish.jersey.examples.bookmark_em.exception
 
ExtendedNotFoundException(String) - Constructor for exception org.glassfish.jersey.examples.bookmark_em.exception.ExtendedNotFoundException
 

G

getBmid() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntityPK
Gets the bmid of this BookmarkEntityPK.
getBookmark() - Method in class org.glassfish.jersey.examples.bookmark_em.resource.BookmarkResource
 
getBookmark(String) - Method in class org.glassfish.jersey.examples.bookmark_em.resource.BookmarksResource
 
getBookmarkEntityCollection() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Gets the bookmarkEntityCollection of this UserEntity.
getBookmarkEntityPK() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Gets the bookmarkEntityPK of this BookmarkEntity.
getBookmarks() - Method in class org.glassfish.jersey.examples.bookmark_em.resource.BookmarksResource
 
getBookmarksAsJsonArray() - Method in class org.glassfish.jersey.examples.bookmark_em.resource.BookmarksResource
 
getBookmarksResource() - Method in class org.glassfish.jersey.examples.bookmark_em.resource.UserResource
 
getEmail() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Gets the email of this UserEntity.
getLdesc() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Gets the ldesc of this BookmarkEntity.
getPassword() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Gets the password of this UserEntity.
getSdesc() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Gets the sdesc of this BookmarkEntity.
getUpdated() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Gets the updated of this BookmarkEntity.
getUri() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Gets the uri of this BookmarkEntity.
getUser() - Method in class org.glassfish.jersey.examples.bookmark_em.resource.UserResource
 
getUser(String) - Method in class org.glassfish.jersey.examples.bookmark_em.resource.UsersResource
 
getUserEntity() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Gets the userEntity of this BookmarkEntity.
getUserEntity() - Method in class org.glassfish.jersey.examples.bookmark_em.resource.UserResource
 
getUserid() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntityPK
Gets the userid of this BookmarkEntityPK.
getUserid() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Gets the userid of this UserEntity.
getUsername() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Gets the username of this UserEntity.
getUsers() - Method in class org.glassfish.jersey.examples.bookmark_em.resource.UsersResource
 
getUsersAsJsonArray() - Method in class org.glassfish.jersey.examples.bookmark_em.resource.UsersResource
 

H

hashCode() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Returns a hash code value for the object.
hashCode() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntityPK
Returns a hash code value for the object.
hashCode() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Returns a hash code value for the object.

M

manage(UserTransaction, Transactional) - Static method in class org.glassfish.jersey.examples.bookmark_em.util.tx.TransactionManager
 
MyApplication - Class in org.glassfish.jersey.examples.bookmark_em
 
MyApplication() - Constructor for class org.glassfish.jersey.examples.bookmark_em.MyApplication
 

O

org.glassfish.jersey.examples.bookmark_em - package org.glassfish.jersey.examples.bookmark_em
 
org.glassfish.jersey.examples.bookmark_em.entity - package org.glassfish.jersey.examples.bookmark_em.entity
 
org.glassfish.jersey.examples.bookmark_em.exception - package org.glassfish.jersey.examples.bookmark_em.exception
 
org.glassfish.jersey.examples.bookmark_em.resource - package org.glassfish.jersey.examples.bookmark_em.resource
 
org.glassfish.jersey.examples.bookmark_em.util.tx - package org.glassfish.jersey.examples.bookmark_em.util.tx
 

P

postForm(JSONObject) - Method in class org.glassfish.jersey.examples.bookmark_em.resource.BookmarksResource
 
putBookmark(JSONObject) - Method in class org.glassfish.jersey.examples.bookmark_em.resource.BookmarkResource
 
putUser(JSONObject) - Method in class org.glassfish.jersey.examples.bookmark_em.resource.UserResource
 

S

setBmid(String) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntityPK
Sets the bmid of this BookmarkEntityPK to the specified value.
setBookmarkEntityCollection(Collection<BookmarkEntity>) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Sets the bookmarkEntityCollection of this UserEntity to the specified value.
setBookmarkEntityPK(BookmarkEntityPK) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Sets the bookmarkEntityPK of this BookmarkEntity to the specified value.
setEmail(String) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Sets the email of this UserEntity to the specified value.
setLdesc(String) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Sets the ldesc of this BookmarkEntity to the specified value.
setPassword(String) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Sets the password of this UserEntity to the specified value.
setSdesc(String) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Sets the sdesc of this BookmarkEntity to the specified value.
setUpdated(Date) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Sets the updated of this BookmarkEntity to the specified value.
setUri(String) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Sets the uri of this BookmarkEntity to the specified value.
setUserEntity(UserEntity) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Sets the userEntity of this BookmarkEntity to the specified value.
setUserid(String) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntityPK
Sets the userid of this BookmarkEntityPK to the specified value.
setUserid(String) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Sets the userid of this UserEntity to the specified value.
setUsername(String) - Method in class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Sets the username of this UserEntity to the specified value.

T

toString() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Returns a string representation of the object.
toString() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntityPK
Returns a string representation of the object.
toString() - Method in class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Returns a string representation of the object.
toString() - Method in class org.glassfish.jersey.examples.bookmark_em.resource.BookmarkResource
 
toString() - Method in class org.glassfish.jersey.examples.bookmark_em.resource.UserResource
 
transact() - Method in class org.glassfish.jersey.examples.bookmark_em.util.tx.Transactional
 
Transactional - Class in org.glassfish.jersey.examples.bookmark_em.util.tx
 
Transactional(EntityManager, boolean) - Constructor for class org.glassfish.jersey.examples.bookmark_em.util.tx.Transactional
 
Transactional(EntityManager) - Constructor for class org.glassfish.jersey.examples.bookmark_em.util.tx.Transactional
 
TransactionManager - Class in org.glassfish.jersey.examples.bookmark_em.util.tx
 
TransactionManager() - Constructor for class org.glassfish.jersey.examples.bookmark_em.util.tx.TransactionManager
 

U

UserEntity - Class in org.glassfish.jersey.examples.bookmark_em.entity
Entity class UserEntity.
UserEntity() - Constructor for class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Creates a new instance of UserEntity
UserEntity(String) - Constructor for class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Creates a new instance of UserEntity with the specified values.
UserEntity(String, String) - Constructor for class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Creates a new instance of UserEntity with the specified values.
UserResource - Class in org.glassfish.jersey.examples.bookmark_em.resource
 
UserResource(UriInfo, EntityManager, UserTransaction, String) - Constructor for class org.glassfish.jersey.examples.bookmark_em.resource.UserResource
Creates a new instance of UserResource
UsersResource - Class in org.glassfish.jersey.examples.bookmark_em.resource
 
UsersResource() - Constructor for class org.glassfish.jersey.examples.bookmark_em.resource.UsersResource
Creates a new instance of Users
A B D E G H M O P S T U 
Skip navigation links

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