com.example.customerservice.server
Class CustomerServiceImpl
java.lang.Object
com.example.customerservice.server.CustomerServiceImpl
- All Implemented Interfaces:
- CustomerService
public class CustomerServiceImpl
- extends Object
- implements CustomerService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_Owner
protected CustomerServiceWS m_Owner
- the ADAMS owner.
CustomerServiceImpl
public CustomerServiceImpl(CustomerServiceWS owner)
- Initializes the service.
getCustomersByName
public List<Customer> getCustomersByName(String name)
throws NoSuchCustomerException
- Specified by:
getCustomersByName in interface CustomerService
- Throws:
NoSuchCustomerException
updateCustomer
public void updateCustomer(Customer customer)
- Specified by:
updateCustomer in interface CustomerService
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.