public class FirstPosSelectionStrategy extends java.lang.Object implements PosSelectionStrategy
| Constructor and Description |
|---|
FirstPosSelectionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
getPointOfService(AbstractOrderModel orderModel,
WarehouseModel warehouse)
Retrieve a specific point of service for a specific warehouse and a specific order
|
public PointOfServiceModel getPointOfService(AbstractOrderModel orderModel, WarehouseModel warehouse)
PosSelectionStrategygetPointOfService in interface PosSelectionStrategyorderModel - the associated orderwarehouse - the warehouse from which we want to get a point of service; cannot be nullCopyright © 2018 SAP SE. All Rights Reserved.