Class DeclinedWarehousesFilter
java.lang.Object
de.hybris.platform.warehousing.warehouse.filter.impl.DeclinedWarehousesFilter
- All Implemented Interfaces:
WarehousesFilter
This filter excludes the declined
WarehouseModel(s)(if any) from given set of WarehouseModel(s)-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyFilter(Set<WarehouseModel> warehouses) Removes the filteredWarehouseModel(s) from the given set ofWarehouseModel(s), to be used during ATP calculation.protected SourcingBanServicevoidsetSourcingBanService(SourcingBanService sourcingBanService)
-
Constructor Details
-
DeclinedWarehousesFilter
public DeclinedWarehousesFilter()
-
-
Method Details
-
applyFilter
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
-
getSourcingBanService
-