ShippingHelper Interface

com.beasys.commerce.ebusiness.shipping
ShippingHelper Interface

public interface ShippingHelper

    extends Session

The ShippingHelper interface defines a method to get a list of available shipping methods.

Related Topics

ShippingMethodValue


All Superinterfaces
BusinessSmartComponent, EJBObject, Remote, Serializable, Session

Method Summary

public List
getShippingMethodList()
Gets a list of available shipping methods.
 
Methods from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
   

Method Detail

getShippingMethodList() Method

public List getShippingMethodList()
throws RemoteException
Gets a list of available shipping methods. This method returns a list of ShippingMethodValue objects.

Returns

java.util.List list of ShippingMethodValue objects.

Exceptions

RemoteException