|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated 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)
Deprecated Create a new Customer entity bean using the primary key |
CustomerDelegate |
findByPrimaryKey(CustomerDelegatePk customerPk)
Deprecated Find an Customer entity bean using the primary key |
CustomerDelegate |
findByUserIdentifier(String identifier)
Deprecated 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 |
|---|
CustomerDelegate create(CustomerDelegatePk customerPk)
throws javax.ejb.CreateException,
RemoteException
javax.ejb.CreateException
RemoteException
CustomerDelegate findByPrimaryKey(CustomerDelegatePk customerPk)
throws RemoteException,
javax.ejb.FinderException
javax.ejb.FinderException - if cannot locate named customer
RemoteException
CustomerDelegate findByUserIdentifier(String identifier)
throws RemoteException,
javax.ejb.FinderException
identifier - Customer name
javax.ejb.CreateException - if cannot create new customer of that name
RemoteException
javax.ejb.FinderException
|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||