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.
create
public ShippingMethod create(ShippingMethodPk shippingMethodPk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Create a new ShippingMethod entity bean using the com.beasys.commerce.ebusiness.shipping.ShippingMethodPk.
findByPrimaryKey
public ShippingMethod findByPrimaryKey(ShippingMethodPk shippingMethodPk)
throws java.rmi.RemoteException,
com.beasys.commerce.foundation.FinderException
- Find an ShippingMethod entity bean using the com.beasys.commerce.ebusiness.shipping.ShippingMethodPk.
findAll
public java.util.Enumeration findAll()
throws java.rmi.RemoteException,
com.beasys.commerce.foundation.FinderException
Copyright © 2001 BEA Systems, Inc. All Rights Reserved