public class ShipmentPublicServiceEmpty extends Object implements ShipmentPublicService
ShipmentPublicService interface.| Constructor and Description |
|---|
ShipmentPublicServiceEmpty() |
| Modifier and Type | Method and Description |
|---|---|
ShipmentsData |
getShipmentsForOrder(long orderId)
Retrieve all shipments that exists for the given order id.
|
ShipmentModesDetailedData |
setShipmentModeForOrder(long shipmentModeId,
long orderId,
String contactNumber,
Long contactAddressId,
String email)
Set the shipment mode to use for the given order.
|
public ShipmentModesDetailedData setShipmentModeForOrder(long shipmentModeId, long orderId, String contactNumber, Long contactAddressId, String email)
setShipmentModeForOrder in interface ShipmentPublicServiceshipmentModeId - Shipment mode IdorderId - Order IdcontactNumber - Contact numbercontactAddressId - Contact address Idemail - EmailShipmentModesDetailedDatapublic ShipmentsData getShipmentsForOrder(long orderId)
getShipmentsForOrder in interface ShipmentPublicServiceorderId - Order IdShipmentsDataCopyright © 2021. All rights reserved.