Interface PosSelectionStrategy
-
- All Known Implementing Classes:
FirstPosSelectionStrategy
public interface PosSelectionStrategyStrategy to define which point of service to use for a specific warehouse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointOfServiceModelgetPointOfService(AbstractOrderModel orderModel, WarehouseModel warehouse)Retrieve a specific point of service for a specific warehouse and a specific order
-
-
-
Method Detail
-
getPointOfService
PointOfServiceModel getPointOfService(AbstractOrderModel orderModel, WarehouseModel warehouse)
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
-
-