theory.smart.ebusiness.giftregistry
Interface  GiftRegistryHome
- public interface GiftRegistryHome- extends SmartEJBHome
The home interface for the GiftRegistry entity bean.  Use this
  class to create, remove, and find GiftRegistry entity beans.
 
 
create
public GiftRegistry create(GiftRegistryPk giftRegistryPk)
                    throws CreateException,
                           java.rmi.RemoteException
- Create a new GiftRegistry entity bean using the theory.smart.ebusiness.giftregistry.GiftRegistryPk.- 
 
findByPrimaryKey
public GiftRegistry findByPrimaryKey(GiftRegistryPk giftRegistryPk)
                              throws java.rmi.RemoteException,
                                     FinderException
- Find an GiftRegistry entity bean using the theory.smart.ebusiness.giftregistry.GiftRegistryPk.- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.