Uses of Class
ejava.examples.ejbwar.customer.bo.Customer
-
-
Uses of Customer in ejava.examples.ejbwar.customer.bo
Fields in ejava.examples.ejbwar.customer.bo with type parameters of type Customer Modifier and Type Field Description private List<Customer>
Customers. customers
Methods in ejava.examples.ejbwar.customer.bo that return types with arguments of type Customer Modifier and Type Method Description List<Customer>
Customers. getCustomers()
Method parameters in ejava.examples.ejbwar.customer.bo with type arguments of type Customer Modifier and Type Method Description void
Customers. setCategories(List<Customer> customers)
Constructor parameters in ejava.examples.ejbwar.customer.bo with type arguments of type Customer Constructor Description Customers(List<Customer> customers, int offset, int limit)
-
Uses of Customer in ejava.examples.ejbwar.customer.client
Methods in ejava.examples.ejbwar.customer.client that return Customer Modifier and Type Method Description Customer
CustomerClient. addCustomer(Customer customer)
Customer
CustomerJaxRSClientImpl. addCustomer(Customer customer)
Customer
CustomerClient. getCustomer(int id)
Customer
CustomerJaxRSClientImpl. getCustomer(int id)
Methods in ejava.examples.ejbwar.customer.client with parameters of type Customer Modifier and Type Method Description Customer
CustomerClient. addCustomer(Customer customer)
Customer
CustomerJaxRSClientImpl. addCustomer(Customer customer)
-
Uses of Customer in ejava.examples.ejbwar.customer.dao
Methods in ejava.examples.ejbwar.customer.dao that return Customer Modifier and Type Method Description Customer
CustomerDAO. getCustomer(int id)
Customer
CustomerDAOImpl. getCustomer(int id)
Customer
CustomerDAO. update(Customer customer)
Customer
CustomerDAOImpl. update(Customer customer)
Methods in ejava.examples.ejbwar.customer.dao that return types with arguments of type Customer Modifier and Type Method Description List<Customer>
CustomerDAO. findCustomerByName(String firstName, String lastName, int offset, int limit)
List<Customer>
CustomerDAOImpl. findCustomerByName(String firstName, String lastName, int offset, int limit)
Methods in ejava.examples.ejbwar.customer.dao with parameters of type Customer Modifier and Type Method Description void
CustomerDAO. createCustomer(Customer customer)
void
CustomerDAOImpl. createCustomer(Customer customer)
void
CustomerDAO. deleteCustomer(Customer customer)
void
CustomerDAOImpl. deleteCustomer(Customer customer)
Customer
CustomerDAO. update(Customer customer)
Customer
CustomerDAOImpl. update(Customer customer)
-
Uses of Customer in ejava.examples.ejbwar.customer.ejb
Methods in ejava.examples.ejbwar.customer.ejb that return Customer Modifier and Type Method Description Customer
CustomerMgmt. addCustomer(Customer customer)
Customer
CustomerMgmtEJB. addCustomer(Customer customer)
Customer
CustomerMgmt. getCustomer(int id)
Customer
CustomerMgmtEJB. getCustomer(int id)
Methods in ejava.examples.ejbwar.customer.ejb with parameters of type Customer Modifier and Type Method Description Customer
CustomerMgmt. addCustomer(Customer customer)
Customer
CustomerMgmtEJB. addCustomer(Customer customer)
-
Uses of Customer in ejava.examples.ejbwar.customer.rs
Methods in ejava.examples.ejbwar.customer.rs with parameters of type Customer Modifier and Type Method Description javax.ws.rs.core.Response
CustomersResource. addCustomer(Customer customer)
-