© 2002 BEA Systems, Inc.


com.beasys.commerce.ebusiness.shipping
Interface ShippingHelper


public interface ShippingHelper
extends Session

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

See Also:
ShippingMethodValue

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

Method Detail

getShippingMethodList

public java.util.List getShippingMethodList()
                                     throws java.rmi.RemoteException
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.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved