Interface WarehousesFilter
- All Known Implementing Classes:
DeclinedWarehousesFilter
public interface WarehousesFilter
Filter interface used to filter set of
WarehouseModel(s), required for ATP calculation and before Sourcing.-
Method Summary
Modifier and TypeMethodDescriptionapplyFilter(Set<WarehouseModel> warehouses) Removes the filteredWarehouseModel(s) from the given set ofWarehouseModel(s), to be used during ATP calculation.
-
Method Details
-
applyFilter
Removes the filteredWarehouseModel(s) from the given set ofWarehouseModel(s), to be used during ATP calculation.- Parameters:
warehouses- - Initial set ofWarehouseModel(s) being considered- Returns:
- the final set of
WarehouseModel(s) after applying the filter.
-