Interface CustomerService
-
public interface CustomerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAllAmericanCustomersResponsegetAllAmericanCustomers()GetAllCustomersResponsegetAllCustomers()GetCustomersByNameResponsegetCustomersByName(GetCustomersByName parameters)voidsaveCustomer(SaveCustomer parameters)
-
-
-
Method Detail
-
getAllAmericanCustomers
GetAllAmericanCustomersResponse getAllAmericanCustomers()
-
saveCustomer
void saveCustomer(SaveCustomer parameters)
-
getCustomersByName
GetCustomersByNameResponse getCustomersByName(GetCustomersByName parameters) throws NoSuchCustomerException
- Throws:
NoSuchCustomerException
-
getAllCustomers
GetAllCustomersResponse getAllCustomers()
-
-