Skip navigation links
A B C D E F G I L N O R S T U V 

A

addCustomer(Customer) - Method in interface ejava.examples.ejbwar.customer.client.CustomerClient
 
addCustomer(Customer) - Method in class ejava.examples.ejbwar.customer.client.CustomerClientImpl
 
addCustomer(Customer) - Method in interface ejava.examples.ejbwar.customer.ejb.CustomerMgmt
 
addCustomer(Customer) - Method in class ejava.examples.ejbwar.customer.ejb.CustomerMgmtEJB
 
addCustomer(Customer) - Method in class ejava.examples.ejbwar.customer.rs.CustomersResource
 
appURI - Variable in class ejava.examples.ejbwar.customer.client.CustomerClientImpl
Defines the HTTP URL for the WAR that hosts the JAX-RS resources.

B

buildURI(Class<T>, String) - Method in class ejava.examples.ejbwar.customer.client.CustomerClientImpl
Helper method that returns a URIBuilder fully initialized to point to the URI that will reach the specified method within the inventory resource classes.

C

client - Variable in class ejava.examples.ejbwar.customer.client.CustomerClientImpl
 
createCustomer(Customer) - Method in interface ejava.examples.ejbwar.customer.dao.CustomerDAO
 
createCustomer(Customer) - Method in class ejava.examples.ejbwar.customer.dao.CustomerDAOImpl
 
Customer - Class in ejava.examples.ejbwar.customer.bo
 
Customer() - Constructor for class ejava.examples.ejbwar.customer.bo.Customer
 
Customer(String, String) - Constructor for class ejava.examples.ejbwar.customer.bo.Customer
 
CustomerClient - Interface in ejava.examples.ejbwar.customer.client
Defines an interface to the customer business logic using JAX-RS resources.
CustomerClientImpl - Class in ejava.examples.ejbwar.customer.client
This class implements an HTTP Client interface to the customer web application.
CustomerClientImpl() - Constructor for class ejava.examples.ejbwar.customer.client.CustomerClientImpl
 
CustomerDAO - Interface in ejava.examples.ejbwar.customer.dao
This interface defines basic DAO capabilities for the customer domain.
CustomerDAOImpl - Class in ejava.examples.ejbwar.customer.dao
This class implemenets a DAO for the Customer domain.
CustomerDAOImpl() - Constructor for class ejava.examples.ejbwar.customer.dao.CustomerDAOImpl
 
customerEM - Variable in class ejava.examples.ejbwar.customer.CustomerResources
 
CustomerMgmt - Interface in ejava.examples.ejbwar.customer.ejb
This interface defines the business interface for the customer management EJB.
CustomerMgmtEJB - Class in ejava.examples.ejbwar.customer.ejb
 
CustomerMgmtEJB() - Constructor for class ejava.examples.ejbwar.customer.ejb.CustomerMgmtEJB
 
CustomerMgmtLocal - Interface in ejava.examples.ejbwar.customer.ejb
 
CustomerMgmtRemote - Interface in ejava.examples.ejbwar.customer.ejb
 
CustomerRepresentation - Class in ejava.examples.ejbwar.customer.bo
This class provides base definition and helper methods for representations within the customer domain.
CustomerRepresentation() - Constructor for class ejava.examples.ejbwar.customer.bo.CustomerRepresentation
 
CustomerResources - Class in ejava.examples.ejbwar.customer
This class defines producers for resources required within the customer application.
CustomerResources() - Constructor for class ejava.examples.ejbwar.customer.CustomerResources
 
Customers - Class in ejava.examples.ejbwar.customer.bo
This class is used to represent a collection of customers to/from the server.
Customers() - Constructor for class ejava.examples.ejbwar.customer.bo.Customers
 
Customers(List<Customer>, int, int) - Constructor for class ejava.examples.ejbwar.customer.bo.Customers
 
customers - Variable in class ejava.examples.ejbwar.customer.bo.Customers
 
Customers - Annotation Type in ejava.examples.ejbwar.customer
 
CustomersResource - Class in ejava.examples.ejbwar.customer.rs
This class provides a JAX-RS resource for interfacing with customer methods.
CustomersResource() - Constructor for class ejava.examples.ejbwar.customer.rs.CustomersResource
 

D

dao - Variable in class ejava.examples.ejbwar.customer.ejb.CustomerMgmtEJB
 
deleteCustomer(int) - Method in interface ejava.examples.ejbwar.customer.client.CustomerClient
 
deleteCustomer(int) - Method in class ejava.examples.ejbwar.customer.client.CustomerClientImpl
 
deleteCustomer(Customer) - Method in interface ejava.examples.ejbwar.customer.dao.CustomerDAO
 
deleteCustomer(Customer) - Method in class ejava.examples.ejbwar.customer.dao.CustomerDAOImpl
 
deleteCustomer(int) - Method in interface ejava.examples.ejbwar.customer.ejb.CustomerMgmt
 
deleteCustomer(int) - Method in class ejava.examples.ejbwar.customer.ejb.CustomerMgmtEJB
 
deleteCustomer(int) - Method in class ejava.examples.ejbwar.customer.rs.CustomersResource
 

E

ejava.examples.ejbwar.customer - package ejava.examples.ejbwar.customer
 
ejava.examples.ejbwar.customer.bo - package ejava.examples.ejbwar.customer.bo
 
ejava.examples.ejbwar.customer.client - package ejava.examples.ejbwar.customer.client
 
ejava.examples.ejbwar.customer.dao - package ejava.examples.ejbwar.customer.dao
 
ejava.examples.ejbwar.customer.ejb - package ejava.examples.ejbwar.customer.ejb
 
ejava.examples.ejbwar.customer.rs - package ejava.examples.ejbwar.customer.rs
 
ejb - Variable in class ejava.examples.ejbwar.customer.rs.CustomersResource
 
em - Variable in class ejava.examples.ejbwar.customer.dao.CustomerDAOImpl
 

F

FIND_BY_NAME - Static variable in class ejava.examples.ejbwar.customer.bo.Customer
 
findCustomerByName(String, String, int, int) - Method in interface ejava.examples.ejbwar.customer.dao.CustomerDAO
 
findCustomerByName(String, String, int, int) - Method in class ejava.examples.ejbwar.customer.dao.CustomerDAOImpl
 
findCustomersByName(String, String, int, int) - Method in interface ejava.examples.ejbwar.customer.client.CustomerClient
 
findCustomersByName(String, String, int, int) - Method in class ejava.examples.ejbwar.customer.client.CustomerClientImpl
 
findCustomersByName(String, String, int, int) - Method in interface ejava.examples.ejbwar.customer.ejb.CustomerMgmt
 
findCustomersByName(String, String, int, int) - Method in class ejava.examples.ejbwar.customer.ejb.CustomerMgmtEJB
 
findCustomersByName(String, String, int, int) - Method in class ejava.examples.ejbwar.customer.rs.CustomersResource
 
firstName - Variable in class ejava.examples.ejbwar.customer.bo.Customer
 

G

getCount() - Method in class ejava.examples.ejbwar.customer.bo.Customers
 
getCustomer(int) - Method in interface ejava.examples.ejbwar.customer.client.CustomerClient
 
getCustomer(int) - Method in class ejava.examples.ejbwar.customer.client.CustomerClientImpl
 
getCustomer(int) - Method in interface ejava.examples.ejbwar.customer.dao.CustomerDAO
 
getCustomer(int) - Method in class ejava.examples.ejbwar.customer.dao.CustomerDAOImpl
 
getCustomer(int) - Method in interface ejava.examples.ejbwar.customer.ejb.CustomerMgmt
 
getCustomer(int) - Method in class ejava.examples.ejbwar.customer.ejb.CustomerMgmtEJB
 
getCustomer(int) - Method in class ejava.examples.ejbwar.customer.rs.CustomersResource
 
getCustomers() - Method in class ejava.examples.ejbwar.customer.bo.Customers
 
getFirstName() - Method in class ejava.examples.ejbwar.customer.bo.Customer
 
getId() - Method in class ejava.examples.ejbwar.customer.bo.Customer
 
getLastName() - Method in class ejava.examples.ejbwar.customer.bo.Customer
 
getLimit() - Method in class ejava.examples.ejbwar.customer.bo.Customers
 
getOffset() - Method in class ejava.examples.ejbwar.customer.bo.Customers
 
getVersion() - Method in class ejava.examples.ejbwar.customer.bo.CustomerRepresentation
This property is added to each entity so that we can have better control over concurrent updates

I

id - Variable in class ejava.examples.ejbwar.customer.bo.Customer
 

L

lastName - Variable in class ejava.examples.ejbwar.customer.bo.Customer
 
limit - Variable in class ejava.examples.ejbwar.customer.bo.Customers
 
log - Static variable in class ejava.examples.ejbwar.customer.client.CustomerClientImpl
 
log - Static variable in class ejava.examples.ejbwar.customer.ejb.CustomerMgmtEJB
 
log - Static variable in class ejava.examples.ejbwar.customer.rs.CustomersResource
 

N

NAMESPACE - Static variable in class ejava.examples.ejbwar.customer.bo.CustomerRepresentation
 

O

offset - Variable in class ejava.examples.ejbwar.customer.bo.Customers
 

R

request - Variable in class ejava.examples.ejbwar.customer.rs.CustomersResource
 

S

serialVersionUID - Static variable in class ejava.examples.ejbwar.customer.bo.Customer
 
serialVersionUID - Static variable in class ejava.examples.ejbwar.customer.bo.Customers
 
serverError(Log, String, Exception) - Static method in class ejava.examples.ejbwar.customer.rs.CustomersResource
 
setAppURI(URI) - Method in class ejava.examples.ejbwar.customer.client.CustomerClientImpl
 
setCategories(List<Customer>) - Method in class ejava.examples.ejbwar.customer.bo.Customers
 
setCount(int) - Method in class ejava.examples.ejbwar.customer.bo.Customers
 
setFirstName(String) - Method in class ejava.examples.ejbwar.customer.bo.Customer
 
setHttpClient(HttpClient) - Method in class ejava.examples.ejbwar.customer.client.CustomerClientImpl
 
setId(int) - Method in class ejava.examples.ejbwar.customer.bo.Customer
 
setLastName(String) - Method in class ejava.examples.ejbwar.customer.bo.Customer
 
setLimit(int) - Method in class ejava.examples.ejbwar.customer.bo.Customers
 
setOffset(int) - Method in class ejava.examples.ejbwar.customer.bo.Customers
 
setVersion(int) - Method in class ejava.examples.ejbwar.customer.bo.CustomerRepresentation
 

T

toString() - Method in class ejava.examples.ejbwar.customer.bo.CustomerRepresentation
Our toString() implementation will take advantage of the JAXB defintion for the class and marshall the object as an XML string.

U

unmarshall(Class<T>, InputStream) - Static method in class ejava.examples.ejbwar.customer.bo.CustomerRepresentation
This method will unmarshall the specified class from the provided XML input stream.
update(Customer) - Method in interface ejava.examples.ejbwar.customer.dao.CustomerDAO
 
update(Customer) - Method in class ejava.examples.ejbwar.customer.dao.CustomerDAOImpl
 
uriInfo - Variable in class ejava.examples.ejbwar.customer.rs.CustomersResource
 

V

version - Variable in class ejava.examples.ejbwar.customer.bo.CustomerRepresentation
 
A B C D E F G I L N O R S T U V 
Skip navigation links

Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.