BEA Systems, Inc.

theory.smart.ebusiness.inventory
Interface InventoryRecordHome


public interface InventoryRecordHome
extends SmartEJBHome

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


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

Method Detail

create

public InventoryRecord create(InventoryRecordPk inventoryRecordPk)
                       throws javax.ejb.CreateException,
                              java.rmi.RemoteException
Create a new InventoryRecord entity bean using the theory.smart.ebusiness.inventory.InventoryRecordPk.

findByPrimaryKey

public InventoryRecord findByPrimaryKey(InventoryRecordPk inventoryRecordPk)
                                 throws java.rmi.RemoteException,
                                        javax.ejb.FinderException
Find an InventoryRecord entity bean using the theory.smart.ebusiness.inventory.InventoryRecordPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved