com.beasys.commerce.ebusiness.shipping
Interface ShippingHelper

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

Deprecated

@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 Gets a list of available shipping methods.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getShippingMethodList

List getShippingMethodList()
                           throws RemoteException
Deprecated 
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 © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.