public interface CustomerMgmt
Modifier and Type | Method and Description |
---|---|
Customer |
addCustomer(Customer customer) |
void |
deleteCustomer(int id) |
Customers |
findCustomersByName(String firstName,
String lastName,
int offset,
int limit) |
Customer |
getCustomer(int id) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.