Interface PosSelectionStrategy

  • All Known Implementing Classes:
    FirstPosSelectionStrategy

    public interface PosSelectionStrategy
    Strategy to define which point of service to use for a specific warehouse.
    • 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 order
        warehouse - the warehouse from which we want to get a point of service; cannot be null