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 ShipmentPublicService
shipmentModeId
- Shipment mode IdorderId
- Order IdcontactNumber
- Contact numbercontactAddressId
- Contact address Idemail
- EmailShipmentModesDetailedData
public ShipmentsData getShipmentsForOrder(long orderId)
getShipmentsForOrder
in interface ShipmentPublicService
orderId
- Order IdShipmentsData
Copyright © 2021. All rights reserved.