|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShipTo | |
com.retek.component.customerorder | |
com.retek.component.customerorder.impl | |
com.retek.component.internet.impl | |
com.retek.rcom.gui.html | |
com.retek.rcom.gui.wrapper |
Uses of ShipTo in com.retek.component.customerorder |
Methods in com.retek.component.customerorder that return ShipTo | |
ShipTo |
ShippedContainer.getShipTo()
|
ShipTo |
ShipToTotals.getShipTo()
|
ShipTo |
CustomerOrderLine.getShipTo()
|
ShipTo |
ShipmentRequest.getShipTo()
|
ShipTo |
ReturnLine.getShipTo()
Return the parent ship-to for the return line (ship-to for the original sale order line). |
Methods in com.retek.component.customerorder with parameters of type ShipTo | |
void |
ShipToTotals.setShipTo(ShipTo shipTo)
|
Uses of ShipTo in com.retek.component.customerorder.impl |
Classes in com.retek.component.customerorder.impl that implement ShipTo | |
class |
ShipToImpl
|
Methods in com.retek.component.customerorder.impl that return ShipTo | |
ShipTo |
CustomerOrderLineImpl.getShipTo()
|
ShipTo |
ShippedContainerImpl.getShipTo()
|
ShipTo |
ShipToTotalsImpl.getShipTo()
|
ShipTo |
ShipmentRequestImpl.getShipTo()
|
ShipTo |
ReturnLineImpl.getShipTo()
|
ShipTo |
ReturnLineImpl.getRefundableShipTo()
|
Methods in com.retek.component.customerorder.impl with parameters of type ShipTo | |
void |
CustomerOrderLineImpl.setShipTo(ShipTo shipTo)
|
void |
ShipToTotalsImpl.setShipTo(ShipTo shipTo)
|
Uses of ShipTo in com.retek.component.internet.impl |
Methods in com.retek.component.internet.impl with parameters of type ShipTo | |
static ExAShipToLabel |
ShipToConverter.getExAShipToLabel(ShipTo shipTo,
DistributedContext context)
|
Uses of ShipTo in com.retek.rcom.gui.html |
Methods in com.retek.rcom.gui.html with parameters of type ShipTo | |
void |
ReturnTotalHtmlTemplate.setShipTo(ShipTo orderLineShipTo)
|
void |
ShipToHtmlTemplate.setShipmentToDraw(ShipTo orderLineShipTo,
int lineNumber,
int totalShipTos)
|
Uses of ShipTo in com.retek.rcom.gui.wrapper |
Methods in com.retek.rcom.gui.wrapper with parameters of type ShipTo | |
static java.util.List |
RcomOrderLineManager.getOrderLines(ShipTo shipRequest)
Retrieves all the standard and partial order lines of a Ship Request, including cancelled lines. |
static java.util.List |
RcomOrderLineManager.getActiveOrderLines(ShipTo shipRequest)
Retrieves all the standard and partial order lines of a Ship Request, excludeing cancelled lines. |
static java.util.List |
RcomOrderLineManager.getReturnLines(ShipTo shipRequest)
Retrieves all the return lines for a ship request. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |