Class FirstPosSelectionStrategy
java.lang.Object
de.hybris.platform.warehousing.sourcing.context.impl.FirstPosSelectionStrategy
- All Implemented Interfaces:
PosSelectionStrategy,Serializable
POS selection strategy that picks the first point of service for a specific warehouse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPointOfService(AbstractOrderModel orderModel, WarehouseModel warehouse) Retrieve a specific point of service for a specific warehouse and a specific order
-
Constructor Details
-
FirstPosSelectionStrategy
public FirstPosSelectionStrategy()
-
-
Method Details
-
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
-