Interface CustomerClient
-
- All Known Implementing Classes:
CustomerJaxRSClientImpl
public interface CustomerClient
Defines an interface to the customer business logic using JAX-RS resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Customer
addCustomer(Customer customer)
boolean
deleteCustomer(int id)
Customers
findCustomersByName(String firstName, String lastName, int offset, int limit)
Customer
getCustomer(int id)
-