BEA Systems, Inc.

theory.smart.ebusiness.order
Interface OrderHome


public interface OrderHome
extends SmartEJBHome

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


Method Summary
 Order create(OrderPk orderPk)
          Create a new Order entity bean using the theory.smart.ebusiness.order.OrderPk.
 Order findByPrimaryKey(OrderPk orderPk)
          Find an Order entity bean using the theory.smart.ebusiness.order.OrderPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Order create(OrderPk orderPk)
             throws javax.ejb.CreateException,
                    java.rmi.RemoteException
Create a new Order entity bean using the theory.smart.ebusiness.order.OrderPk.

findByPrimaryKey

public Order findByPrimaryKey(OrderPk orderPk)
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException
Find an Order entity bean using the theory.smart.ebusiness.order.OrderPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved