|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomerDelegateHome
The home interface for the Customer entity bean. Use this class to create, remove, and find Customer entity beans.
| Method Summary | |
|---|---|
CustomerDelegate |
create(CustomerDelegatePk customerPk)
Create a new Customer entity bean using the primary key |
CustomerDelegate |
findByPrimaryKey(CustomerDelegatePk customerPk)
Find an Customer entity bean using the primary key |
CustomerDelegate |
findByUserIdentifier(String identifier)
Access existing customer -- if not found, then try to create a new one. |
| Method Detail |
|---|
CustomerDelegate create(CustomerDelegatePk customerPk)
throws CreateException,
RemoteException
CreateException
RemoteException
CustomerDelegate findByPrimaryKey(CustomerDelegatePk customerPk)
throws RemoteException,
FinderException
FinderException - if cannot locate named customer
RemoteException
CustomerDelegate findByUserIdentifier(String identifier)
throws RemoteException,
FinderException
identifier - Customer name
CreateException - if cannot create new customer of that name
RemoteException
FinderException
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||