Interface WarehousesFilter
-
- All Known Implementing Classes:
DeclinedWarehousesFilter
public interface WarehousesFilterFilter interface used to filter set ofWarehouseModel(s), required for ATP calculation and before Sourcing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<WarehouseModel>applyFilter(java.util.Set<WarehouseModel> warehouses)Removes the filteredWarehouseModel(s) from the given set ofWarehouseModel(s), to be used during ATP calculation.
-
-
-
Method Detail
-
applyFilter
java.util.Set<WarehouseModel> applyFilter(java.util.Set<WarehouseModel> warehouses)
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.
-
-