Class FirstPosSelectionStrategy
- java.lang.Object
-
- de.hybris.platform.warehousing.sourcing.context.impl.FirstPosSelectionStrategy
-
- All Implemented Interfaces:
PosSelectionStrategy
public class FirstPosSelectionStrategy extends java.lang.Object implements PosSelectionStrategy
POS selection strategy that picks the first point of service for a specific warehouse
-
-
Constructor Summary
Constructors Constructor Description FirstPosSelectionStrategy()
-
Method Summary
All Methods Instance Methods Concrete 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
public PointOfServiceModel getPointOfService(AbstractOrderModel orderModel, WarehouseModel warehouse)
Description copied from interface:PosSelectionStrategyRetrieve a specific point of service for a specific warehouse and a specific order- Specified by:
getPointOfServicein interfacePosSelectionStrategy- Parameters:
orderModel- the associated orderwarehouse- the warehouse from which we want to get a point of service; cannot be null
-
-