Interface RestockWarehouseSelectionStrategy
-
- All Known Implementing Classes:
DefaultRestockWarehouseSelectionStrategy
public interface RestockWarehouseSelectionStrategyStrategy to apply for selecting the warehouse for restock.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WarehouseModelperformStrategy(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
-
-