public interface CustomerDAO
Modifier and Type | Method and Description |
---|---|
void |
createCustomer(Customer customer) |
void |
deleteCustomer(Customer customer) |
List<Customer> |
findCustomerByName(String firstName,
String lastName,
int offset,
int limit) |
Customer |
getCustomer(int id) |
Customer |
update(Customer customer) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.