BEA Systems, Inc.

theory.smart.ebusiness.shoppingadvisor
Interface ItemsByQualityHome


public interface ItemsByQualityHome
extends SmartEJBHome

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


Method Summary
 ItemsByQuality create(ItemsByQualityPk itemsByQualityPk)
          Create a new ItemsByQuality entity bean using the theory.smart.ebusiness.shoppingadvisor.ItemsByQualityPk.
 ItemsByQuality findByPrimaryKey(ItemsByQualityPk itemsByQualityPk)
          Find an ItemsByQuality entity bean using the theory.smart.ebusiness.shoppingadvisor.ItemsByQualityPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public ItemsByQuality create(ItemsByQualityPk itemsByQualityPk)
                      throws javax.ejb.CreateException,
                             java.rmi.RemoteException
Create a new ItemsByQuality entity bean using the theory.smart.ebusiness.shoppingadvisor.ItemsByQualityPk.

findByPrimaryKey

public ItemsByQuality findByPrimaryKey(ItemsByQualityPk itemsByQualityPk)
                                throws java.rmi.RemoteException,
                                       javax.ejb.FinderException
Find an ItemsByQuality entity bean using the theory.smart.ebusiness.shoppingadvisor.ItemsByQualityPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved