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
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