ShippingMethodHome Interface

com.beasys.commerce.ebusiness.shipping
ShippingMethodHome Interface

public interface ShippingMethodHome

    extends SmartEJBHome

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


All Superinterfaces
EJBHome, Remote, SmartEJBHome, SmartHome

Method Summary

public ShippingMethod
create(ShippingMethodPk shippingMethodPk)
Create a new ShippingMethod entity bean using the com.beasys.commerce.ebusiness.shipping.ShippingMethodPk.
public Enumeration
findAll()
public ShippingMethod
findByPrimaryKey(ShippingMethodPk shippingMethodPk)
Find an ShippingMethod entity bean using the com.beasys.commerce.ebusiness.shipping.ShippingMethodPk.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Method Detail

create(ShippingMethodPk) Method

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

Exceptions

CreateException
RemoteException

findAll() Method

public Enumeration findAll()
throws RemoteException, FinderException

Exceptions

RemoteException
FinderException

findByPrimaryKey(ShippingMethodPk) Method

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

Exceptions

RemoteException
FinderException