|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The home interface for the Customer entity bean. Use this class to create, remove, and find Customer entity beans.
| Method Summary | |
Customer |
create(CustomerPk customerPk)
Create a new Customer entity bean using the primary key |
Customer |
findByPrimaryKey(CustomerPk customerPk)
Find an Customer entity bean using the primary key |
Customer |
findByUserIdentifier(java.lang.String identifier)
Access existing customer -- if not found, then try to create a new one. |
| Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData,
getHomeHandle,
remove,
remove |
| Method Detail |
public Customer create(CustomerPk customerPk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
public Customer findByPrimaryKey(CustomerPk customerPk)
throws java.rmi.RemoteException,
javax.ejb.FinderException
public Customer findByUserIdentifier(java.lang.String identifier)
throws java.rmi.RemoteException,
javax.ejb.FinderException
identifier - Customer name
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||