Interface CustomerMgmt
-
- All Known Subinterfaces:
CustomerMgmtLocal,CustomerMgmtRemote
- All Known Implementing Classes:
CustomerMgmtEJB
public interface CustomerMgmtThis interface defines the business interface for the customer management EJB.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomeraddCustomer(Customer customer)voiddeleteCustomer(int id)CustomersfindCustomersByName(String firstName, String lastName, int offset, int limit)CustomergetCustomer(int id)
-