Interface CustomerService
public interface CustomerService
-
Method Summary
Modifier and TypeMethodDescriptiongetCustomersByName(GetCustomersByName parameters) voidsaveCustomer(SaveCustomer parameters)
-
Method Details
-
getAllAmericanCustomers
GetAllAmericanCustomersResponse getAllAmericanCustomers() -
saveCustomer
-
getCustomersByName
GetCustomersByNameResponse getCustomersByName(GetCustomersByName parameters) throws NoSuchCustomerException - Throws:
NoSuchCustomerException
-
getAllCustomers
GetAllCustomersResponse getAllCustomers()
-