Interface RestockWarehouseSelectionStrategy

All Known Implementing Classes:
DefaultRestockWarehouseSelectionStrategy

public interface RestockWarehouseSelectionStrategy
Strategy to apply for selecting the warehouse for restock.
  • Method Details

    • performStrategy

      WarehouseModel performStrategy(ReturnRequestModel returnRequestModel)
      Determine which warehouse the restock should return to.
      Parameters:
      returnRequestModel - - the return request; cannot be null