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.
 | 
 
 
create
public Item create(ItemPk itemPk)
            throws 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,
                             FinderException
- Find an Item entity bean using the theory.smart.ebusiness.item.ItemPk.- 
 
findAll
public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     FinderException
- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.