|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShipTo | |
---|---|
com.retek.component.customerorder | |
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.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 that return ShipTo | |
ShipTo |
RcomOrderLine.getShipTo()
Retrieves the ship to object of the order line or return line. |
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 |