Interface CustomerMgmt
-
- All Known Subinterfaces:
CustomerMgmtLocal
,CustomerMgmtRemote
- All Known Implementing Classes:
CustomerMgmtEJB
public interface CustomerMgmt
This interface defines the business interface for the customer management EJB.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Customer
addCustomer(Customer customer)
void
deleteCustomer(int id)
Customers
findCustomersByName(String firstName, String lastName, int offset, int limit)
Customer
getCustomer(int id)
-