| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The customer manager manages the life cycle of a customer.
CustomerManagerHome, 
CustomerManagerImpl| Method Summary | |
|  Customer | authenticateCustomer(java.lang.String customerKey,
                     java.lang.String password)Deprecated. Finds the customer, using the user supplied key, and checks that the password matches with the parameter. | 
|  Customer | createCustomer(java.lang.String customerKey)Deprecated. Creates new customer with the specified customer key and returns a reference. | 
|  void | deleteCustomer(java.lang.String customerKey)Deprecated. Remove the specified customer from the system. | 
|  Customer | findCustomer(java.lang.String customerKey)Deprecated. Finds the customer by key and returns a reference. | 
| Methods inherited from interface javax.ejb.EJBObject | 
| getEJBHome, 
getHandle, 
getPrimaryKey, 
isIdentical, 
remove | 
| Method Detail | 
public Customer authenticateCustomer(java.lang.String customerKey,
                                     java.lang.String password)
                              throws java.rmi.RemoteException,
                                     FinderException
public Customer findCustomer(java.lang.String customerKey)
                      throws java.rmi.RemoteException,
                             FinderException
public Customer createCustomer(java.lang.String customerKey)
                        throws java.rmi.RemoteException,
                               javax.naming.NamingException,
                               CreateException
public void deleteCustomer(java.lang.String customerKey)
                    throws java.rmi.RemoteException
| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||