Interface CustomerClient

  • All Known Implementing Classes:
    CustomerJaxRSClientImpl

    public interface CustomerClient
    Defines an interface to the customer business logic using JAX-RS resources.
    • Method Detail

      • findCustomersByName

        Customers findCustomersByName​(String firstName,
                                      String lastName,
                                      int offset,
                                      int limit)
      • getCustomer

        Customer getCustomer​(int id)
      • deleteCustomer

        boolean deleteCustomer​(int id)