BEA Systems, Inc.

theory.smart.ebusiness.item
Interface ItemHome


public interface ItemHome
extends SmartEJBHome

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


Method Summary
 Item create(ItemPk itemPk)
          Create a new Item entity bean using the theory.smart.ebusiness.item.ItemPk.
 java.util.Enumeration findAll()
           
 Item findByPrimaryKey(ItemPk itemPk)
          Find an Item entity bean using the theory.smart.ebusiness.item.ItemPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Item create(ItemPk itemPk)
            throws javax.ejb.CreateException,
                   java.rmi.RemoteException
Create a new Item entity bean using the theory.smart.ebusiness.item.ItemPk.

findByPrimaryKey

public Item findByPrimaryKey(ItemPk itemPk)
                      throws java.rmi.RemoteException,
                             javax.ejb.FinderException
Find an Item entity bean using the theory.smart.ebusiness.item.ItemPk.

findAll

public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved