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.
 | 
 
 
create
public Order create(OrderPk orderPk)
             throws 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,
                              FinderException
- Find an Order entity bean using the theory.smart.ebusiness.order.OrderPk.- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.