BEA Systems, Inc.

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.


Method Summary
 ShippingMethod create(ShippingMethodPk shippingMethodPk)
          Create a new ShippingMethod entity bean using the theory.smart.ebusiness.shipping.ShippingMethodPk.
 java.util.Enumeration findAll()
           
 ShippingMethod findByPrimaryKey(ShippingMethodPk shippingMethodPk)
          Find an ShippingMethod entity bean using the theory.smart.ebusiness.shipping.ShippingMethodPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public ShippingMethod create(ShippingMethodPk shippingMethodPk)
                      throws javax.ejb.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,
                                       javax.ejb.FinderException
Find an ShippingMethod entity bean using the theory.smart.ebusiness.shipping.ShippingMethodPk.

findAll

public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved