public interface ConsignmentService
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
createConsignment(AbstractOrderModel order,
String code,
List<AbstractOrderEntryModel> orderEntries)
Creates the consignment.
|
WarehouseModel |
getWarehouse(List<AbstractOrderEntryModel> orderEntries)
Gets the warehouse.
|
ConsignmentModel createConsignment(AbstractOrderModel order, String code, List<AbstractOrderEntryModel> orderEntries) throws ConsignmentCreationException
order - the order. If Order is instance of OrderModel type then it is taken to relation to created consignmentorderEntries - the order entriescode - the codeConsignmentCreationExceptionWarehouseModel getWarehouse(List<AbstractOrderEntryModel> orderEntries)
orderEntries - the order entriesCopyright © 2017 SAP SE. All Rights Reserved.