com.beasys.commerce.ebusiness.shipping
Interface ShippingHelper

All Superinterfaces
BusinessSmartComponent, javax.ejb.EJBObject, Remote, Serializable, Session

Deprecated See BEA Commerce product offering

@Deprecated
public interface ShippingHelper
extends Session

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

See Also
ShippingMethodValue

Method Summary
 List getShippingMethodList()
          Deprecated See BEA Commerce product offering
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getShippingMethodList

List getShippingMethodList()
                           throws RemoteException
Deprecated See BEA Commerce product offering

Gets a list of available shipping methods. This method returns a list of ShippingMethodValue objects.

Returns
java.util.List list of ShippingMethodValue objects.
Throws
RemoteException - on Remote error.
RemoteException


Copyright © 2008 BEA Systems, Inc. All Rights Reserved