|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a high level interface which controls access to ShipToLabel information for the external API. ExAShipToLableRequests are holds ExAOrderLines for an ExAOrderRequest.
Retek Inc. Copyright (c) 2003
Method Summary | |
---|---|
void |
addOrderLine(ExAOrderLineRequest exAOrderLineRequest)
Adds an OrderLine Request to the ShipTo. |
void |
clearAllOrderLines()
Removes all OrderLines from this ShipToLabel. |
void |
setAddress(ExAAddress shipTo)
This is the Address to ship this ShipToLabel and its associated OrderLines. |
void |
setInvoicePackingSlipMessage(java.lang.String invoicePackingSlipMessage)
Specifies a message to display on the invoice packing slip. |
void |
setOrderLines(java.util.Set orderLines)
This is the set of ExAOrderLineRequests shipped via this ShipTo. |
void |
setShippingLabelMessage(java.lang.String shippingLabelMessage)
Specific message to display on the shipping label. |
void |
setShowPriceOnPackingSlip(boolean showPriceOnPackingSlip)
Specifies whether the price should display on the packing slip. |
void |
setWarehouseInstructionsMessage(java.lang.String warehouseInstructionsMessage)
Specific handling instructions for the Warehouse. |
Method Detail |
public void setAddress(ExAAddress shipTo)
public void setOrderLines(java.util.Set orderLines)
public void addOrderLine(ExAOrderLineRequest exAOrderLineRequest)
public void setInvoicePackingSlipMessage(java.lang.String invoicePackingSlipMessage)
public void setShippingLabelMessage(java.lang.String shippingLabelMessage)
public void setShowPriceOnPackingSlip(boolean showPriceOnPackingSlip)
public void setWarehouseInstructionsMessage(java.lang.String warehouseInstructionsMessage)
public void clearAllOrderLines()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |