Class DeliveryCountrySourcingLocationFilter
- java.lang.Object
-
- de.hybris.platform.warehousing.sourcing.filter.impl.AbstractBaseSourcingLocationFilter
-
- de.hybris.platform.warehousing.sourcing.filter.impl.DeliveryCountrySourcingLocationFilter
-
- All Implemented Interfaces:
SourcingLocationFilter
public class DeliveryCountrySourcingLocationFilter extends AbstractBaseSourcingLocationFilter
This filter returns a set of sourcing locations situated in the country specified in the order delivery address.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.warehousing.sourcing.filter.impl.AbstractBaseSourcingLocationFilter
filterResultOperator
-
-
Constructor Summary
Constructors Constructor Description DeliveryCountrySourcingLocationFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<WarehouseModel>applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)Method used to apply the filter on the order and return a set of sourcing locations.protected WarehousingWarehouseServicegetWarehousingWarehouseService()voidsetWarehousingWarehouseService(WarehousingWarehouseService warehousingWarehouseService)-
Methods inherited from class de.hybris.platform.warehousing.sourcing.filter.impl.AbstractBaseSourcingLocationFilter
combineFilteredLocations, filterLocations, getFilterResultOperator, setFilterResultOperator
-
-
-
-
Method Detail
-
applyFilter
public java.util.Collection<WarehouseModel> applyFilter(AbstractOrderModel order, java.util.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
-
getWarehousingWarehouseService
protected WarehousingWarehouseService getWarehousingWarehouseService()
-
setWarehousingWarehouseService
public void setWarehousingWarehouseService(WarehousingWarehouseService warehousingWarehouseService)
-
-