Interface PosSelectionStrategy

All Superinterfaces:
Serializable
All Known Implementing Classes:
FirstPosSelectionStrategy

public interface PosSelectionStrategy extends Serializable
Strategy to define which point of service to use for a specific warehouse.
  • Method Details

    • 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 order
      warehouse - the warehouse from which we want to get a point of service; cannot be null