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