Class RestockLocationFilter
java.lang.Object
de.hybris.platform.warehousing.sourcing.filter.impl.AbstractBaseSourcingLocationFilter
de.hybris.platform.warehousing.returns.filter.impl.RestockLocationFilter
- All Implemented Interfaces:
SourcingLocationFilter
This filter returns a set of locations that takes into consideration the if the warehouse allows restock (if any)
-
Field Summary
Fields inherited from class de.hybris.platform.warehousing.sourcing.filter.impl.AbstractBaseSourcingLocationFilter
filterResultOperator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyFilter(AbstractOrderModel order, Set<WarehouseModel> locations) Method used to apply the filter on the order and return a set of sourcing locations.Methods inherited from class de.hybris.platform.warehousing.sourcing.filter.impl.AbstractBaseSourcingLocationFilter
combineFilteredLocations, filterLocations, getFilterResultOperator, setFilterResultOperator
-
Constructor Details
-
RestockLocationFilter
public RestockLocationFilter()
-
-
Method Details
-
applyFilter
public Collection<WarehouseModel> applyFilter(AbstractOrderModel order, Set<WarehouseModel> locations) Description copied from class:AbstractBaseSourcingLocationFilterMethod used to apply the filter on the order and return a set of sourcing locations.- Specified by:
applyFilterin classAbstractBaseSourcingLocationFilter- Parameters:
order- - Order to be sourced (input value); cannot be nulllocations- - Set of sourcing locations (output value); cannot be null
-