theory.smart.ebusiness.shipping
Interface  ShippingManager
- public interface ShippingManager- extends Session
Manages the creation and removal of PackingLists.  It also provides an interface to Shipping Methods.
- See Also: 
- ShippingManagerHome,- ShippingManagerImpl
 
 
getShippingMethods
public java.util.Enumeration getShippingMethods()
                                         throws java.rmi.RemoteException,
                                                FinderException
- 
 
createPackingList
public PackingList createPackingList(Order order)
                              throws java.rmi.RemoteException
- Create Packing List will create a packing list by combining an and customer key.  The user of this class is required to set other values separately.- 
 
getPendingPackingLists
public com.sun.java.util.collections.Collection getPendingPackingLists()
                                                                throws java.rmi.RemoteException
- Return a vector that contains the orderKey of all outstanding PackingLists.- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.