theory.smart.ebusiness.shipping
Interface  ShippingMethodHome
- public interface ShippingMethodHome- extends SmartEJBHome
The home interface for the ShippingMethod entity bean.  Use this
  class to create, remove, and find ShippingMethod entity beans.
 
 
create
public ShippingMethod create(ShippingMethodPk shippingMethodPk)
                      throws CreateException,
                             java.rmi.RemoteException
- Create a new ShippingMethod entity bean using the theory.smart.ebusiness.shipping.ShippingMethodPk.- 
 
findByPrimaryKey
public ShippingMethod findByPrimaryKey(ShippingMethodPk shippingMethodPk)
                                throws java.rmi.RemoteException,
                                       FinderException
- Find an ShippingMethod entity bean using the theory.smart.ebusiness.shipping.ShippingMethodPk.- 
 
findAll
public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     FinderException
- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.