com.beasys.commerce.ebusiness.shipping
Interface ShippingMethodHome

All Superinterfaces
SmartEJBHome, SmartHome

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 com.beasys.commerce.ebusiness.shipping.ShippingMethodPk.
 Enumeration findAll()
           
 ShippingMethod findByPrimaryKey(ShippingMethodPk shippingMethodPk)
          Find an ShippingMethod entity bean using the com.beasys.commerce.ebusiness.shipping.ShippingMethodPk.
 

Method Detail

create

ShippingMethod create(ShippingMethodPk shippingMethodPk)
                      throws CreateException,
                             RemoteException
Create a new ShippingMethod entity bean using the com.beasys.commerce.ebusiness.shipping.ShippingMethodPk.

Throws
CreateException
RemoteException

findByPrimaryKey

ShippingMethod findByPrimaryKey(ShippingMethodPk shippingMethodPk)
                                throws RemoteException,
                                       FinderException
Find an ShippingMethod entity bean using the com.beasys.commerce.ebusiness.shipping.ShippingMethodPk.

Throws
RemoteException
FinderException

findAll

Enumeration findAll()
                    throws RemoteException,
                           FinderException
Throws
RemoteException
FinderException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved