Interface PosSelectionStrategy
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FirstPosSelectionStrategy
Strategy to define which point of service to use for a specific warehouse.
-
Method Summary
Modifier and TypeMethodDescriptiongetPointOfService(AbstractOrderModel orderModel, WarehouseModel warehouse) Retrieve a specific point of service for a specific warehouse and a specific order
-
Method Details
-
getPointOfService
Retrieve a specific point of service for a specific warehouse and a specific order- Parameters:
orderModel- the associated orderwarehouse- the warehouse from which we want to get a point of service; cannot be null
-