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
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 -
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.protected WarehousingWarehouseServicevoidsetWarehousingWarehouseService(WarehousingWarehouseService warehousingWarehouseService) Methods inherited from class de.hybris.platform.warehousing.sourcing.filter.impl.AbstractBaseSourcingLocationFilter
combineFilteredLocations, filterLocations, getFilterResultOperator, setFilterResultOperator
-
Constructor Details
-
DeliveryCountrySourcingLocationFilter
public DeliveryCountrySourcingLocationFilter()
-
-
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
-
getWarehousingWarehouseService
-
setWarehousingWarehouseService
-