Modifier and Type | Field and Description |
---|---|
private List<Customer> |
Customers.customers |
Modifier and Type | Method and Description |
---|---|
List<Customer> |
Customers.getCustomers() |
Modifier and Type | Method and Description |
---|---|
void |
Customers.setCategories(List<Customer> customers) |
Constructor and Description |
---|
Customers(List<Customer> customers,
int offset,
int limit) |
Modifier and Type | Method and Description |
---|---|
Customer |
CustomerClient.addCustomer(Customer customer) |
Customer |
CustomerClientImpl.addCustomer(Customer customer) |
Customer |
CustomerClient.getCustomer(int id) |
Customer |
CustomerClientImpl.getCustomer(int id) |
Modifier and Type | Method and Description |
---|---|
Customer |
CustomerClient.addCustomer(Customer customer) |
Customer |
CustomerClientImpl.addCustomer(Customer customer) |
Modifier and Type | Method and Description |
---|---|
Customer |
CustomerDAO.getCustomer(int id) |
Customer |
CustomerDAOImpl.getCustomer(int id) |
Customer |
CustomerDAO.update(Customer customer) |
Customer |
CustomerDAOImpl.update(Customer customer) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Customer |
CustomerMgmtEJB.addCustomer(Customer customer) |
Customer |
CustomerMgmt.addCustomer(Customer customer) |
Customer |
CustomerMgmtEJB.getCustomer(int id) |
Customer |
CustomerMgmt.getCustomer(int id) |
Modifier and Type | Method and Description |
---|---|
Customer |
CustomerMgmtEJB.addCustomer(Customer customer) |
Customer |
CustomerMgmt.addCustomer(Customer customer) |
Modifier and Type | Method and Description |
---|---|
Response |
CustomersResource.addCustomer(Customer customer) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.