Uses of Interface
com.retek.component.shipping.ShippingMethod

Packages that use ShippingMethod
com.retek.component.banner_channel   
com.retek.component.customerorder   
com.retek.component.event   
com.retek.component.item   
com.retek.component.shipping   
com.retek.rcom.gui.wrapper   
 

Uses of ShippingMethod in com.retek.component.banner_channel
 

Methods in com.retek.component.banner_channel that return ShippingMethod
 ShippingMethod Banner.getDefaultShippingMethod()
           
 

Methods in com.retek.component.banner_channel with parameters of type ShippingMethod
 void Banner.setDefaultShippingMethod(ShippingMethod shippingMethod)
           
 

Uses of ShippingMethod in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return ShippingMethod
 ShippingMethod ShippedContainer.getShippingMethod()
           
 ShippingMethod CustomerOrderLine.getShippingMethod()
           
 ShippingMethod ShipmentRequest.getShippingMethod()
           
 

Methods in com.retek.component.customerorder with parameters of type ShippingMethod
 void ShippedContainer.setShippingMethod(ShippingMethod shippingMethod)
           
 void CustomerOrderLine.setShippingMethod(ShippingMethod shippingMethod)
           
 

Constructors in com.retek.component.customerorder with parameters of type ShippingMethod
InvalidShippingMethodForSellableItemException(ShippingMethod shippingMethod, SellableItem sellableItem)
           
 

Uses of ShippingMethod in com.retek.component.event
 

Methods in com.retek.component.event that return ShippingMethod
 ShippingMethod GenericEvent.getShippingMethod()
           
 

Methods in com.retek.component.event with parameters of type ShippingMethod
 void GenericEvent.setShippingMethod(ShippingMethod shippingMethod)
           
 

Uses of ShippingMethod in com.retek.component.item
 

Methods in com.retek.component.item that return ShippingMethod
 ShippingMethod SellableItem.getPrimaryShippingMethod()
           
 

Methods in com.retek.component.item with parameters of type ShippingMethod
 void SellableItem.addShippingMethod(ShippingMethod shippingMethod)
           
 void SellableItem.removeShippingMethod(ShippingMethod shippingMethod)
           
 void SellableItem.setPrimaryShippingMethod(ShippingMethod shippingMethod)
           
 

Uses of ShippingMethod in com.retek.component.shipping
 

Methods in com.retek.component.shipping that return ShippingMethod
 ShippingMethod ShippingMethodManager.read(DistributedReference ref)
           
 ShippingMethod ShippingMethodManager.findByDisplayCode(java.lang.String displayCode)
           
 

Uses of ShippingMethod in com.retek.rcom.gui.wrapper
 

Methods in com.retek.rcom.gui.wrapper that return ShippingMethod
 ShippingMethod RcomOrderLine.getShippingMethod()
          Retrieves the shipping method of the order line/return line.
 

Methods in com.retek.rcom.gui.wrapper with parameters of type ShippingMethod
 void RcomOrderLine.setShippingMethod(ShippingMethod shippingMethod)
          Assigns a shipping method to an order line or partial line.
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25