examples.buybeans.item
Interface  BeanieBabyHome
- public interface BeanieBabyHome- extends SmartEJBHome
The home interface for the BeanieBaby entity bean.  Use this
  class to create, remove, and find BeanieBaby entity beans.
 
 
create
public BeanieBaby create(BeanieBabyPk beanieBabyPk)
                  throws CreateException,
                         java.rmi.RemoteException
- Create a new BeanieBaby entity bean using the examples.buybeans.item.BeanieBabyPk.- 
 
findByPrimaryKey
public BeanieBaby findByPrimaryKey(BeanieBabyPk beanieBabyPk)
                            throws java.rmi.RemoteException,
                                   FinderException
- Find an BeanieBaby entity bean using the examples.buybeans.item.BeanieBabyPk.- 
 
findAll
public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     FinderException
- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.