BEA Systems, Inc.

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.


Method Summary
 GiftRegistry create(GiftRegistryPk giftRegistryPk)
          Create a new GiftRegistry entity bean using the theory.smart.ebusiness.giftregistry.GiftRegistryPk.
 GiftRegistry findByPrimaryKey(GiftRegistryPk giftRegistryPk)
          Find an GiftRegistry entity bean using the theory.smart.ebusiness.giftregistry.GiftRegistryPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public GiftRegistry create(GiftRegistryPk giftRegistryPk)
                    throws javax.ejb.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,
                                     javax.ejb.FinderException
Find an GiftRegistry entity bean using the theory.smart.ebusiness.giftregistry.GiftRegistryPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved