Class DeclinedWarehousesFilter
- java.lang.Object
-
- de.hybris.platform.warehousing.warehouse.filter.impl.DeclinedWarehousesFilter
-
- All Implemented Interfaces:
WarehousesFilter
public class DeclinedWarehousesFilter extends java.lang.Object implements WarehousesFilter
This filter excludes the declinedWarehouseModel(s)(if any) from given set ofWarehouseModel(s)
-
-
Constructor Summary
Constructors Constructor Description DeclinedWarehousesFilter()
-
Method Summary
All Methods Instance Methods Concrete 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.protected SourcingBanServicegetSourcingBanService()voidsetSourcingBanService(SourcingBanService sourcingBanService)
-
-
-
Method Detail
-
applyFilter
public java.util.Set<WarehouseModel> applyFilter(java.util.Set<WarehouseModel> warehouses)
Description copied from interface:WarehousesFilterRemoves the filteredWarehouseModel(s) from the given set ofWarehouseModel(s), to be used during ATP calculation.- Specified by:
applyFilterin interfaceWarehousesFilter- Parameters:
warehouses- - Initial set ofWarehouseModel(s) being considered- Returns:
- the final set of
WarehouseModel(s) after applying the filter.
-
setSourcingBanService
public void setSourcingBanService(SourcingBanService sourcingBanService)
-
getSourcingBanService
protected SourcingBanService getSourcingBanService()
-
-