bea Systems, Inc.

theory.smart.ebusiness.inventory
Interface ItemInventoryHome


public interface ItemInventoryHome
extends SmartEJBHome

The home interface for the ItemInventory entity bean. Use this class to create, remove, and find ItemInventory entity beans.


Method Summary
 ItemInventory create(ItemInventoryPk itemInventoryPk)
          Create a new ItemInventory entity bean using the theory.smart.ebusiness.inventory.ItemInventoryPk.
 ItemInventory findByPrimaryKey(ItemInventoryPk itemInventoryPk)
          Find an ItemInventory entity bean using the theory.smart.ebusiness.inventory.ItemInventoryPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, remove, remove
 

Method Detail

create

public ItemInventory create(ItemInventoryPk itemInventoryPk)
                     throws CreateException,
                            java.rmi.RemoteException
Create a new ItemInventory entity bean using the theory.smart.ebusiness.inventory.ItemInventoryPk.

findByPrimaryKey

public ItemInventory findByPrimaryKey(ItemInventoryPk itemInventoryPk)
                               throws java.rmi.RemoteException,
                                      FinderException
Find an ItemInventory entity bean using the theory.smart.ebusiness.inventory.ItemInventoryPk.

bea Systems, Inc.

© Copyright 2000 bea Systems, Inc. All rights reserved.