|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |