Interface RestockWarehouseSelectionStrategy
-
- All Known Implementing Classes:
DefaultRestockWarehouseSelectionStrategy
public interface RestockWarehouseSelectionStrategy
Strategy to apply for selecting the warehouse for restock.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WarehouseModel
performStrategy(ReturnRequestModel returnRequestModel)
Determine which warehouse the restock should return to.
-
-
-
Method Detail
-
performStrategy
WarehouseModel performStrategy(ReturnRequestModel returnRequestModel)
Determine which warehouse the restock should return to.- Parameters:
returnRequestModel
- - the return request; cannot be null
-
-