Uses of Interface
de.hybris.platform.warehousing.sourcing.filter.SourcingLocationFilter
Packages that use SourcingLocationFilter
Package
Description
-
Uses of SourcingLocationFilter in de.hybris.platform.warehousing.returns.filter.impl
Classes in de.hybris.platform.warehousing.returns.filter.impl that implement SourcingLocationFilterModifier and TypeClassDescriptionclassThis filter returns a set of locations that takes into consideration the if the warehouse allows restock (if any) -
Uses of SourcingLocationFilter in de.hybris.platform.warehousing.sourcing.filter
Methods in de.hybris.platform.warehousing.sourcing.filter that return types with arguments of type SourcingLocationFilterModifier and TypeMethodDescriptionprotected Collection<SourcingLocationFilter>SourcingFilterProcessor.getFilters()Method parameters in de.hybris.platform.warehousing.sourcing.filter with type arguments of type SourcingLocationFilterModifier and TypeMethodDescriptionvoidSourcingFilterProcessor.setFilters(Collection<SourcingLocationFilter> filters) Set the list of filters to be processed (in FIFO order). -
Uses of SourcingLocationFilter in de.hybris.platform.warehousing.sourcing.filter.impl
Classes in de.hybris.platform.warehousing.sourcing.filter.impl that implement SourcingLocationFilterModifier and TypeClassDescriptionclassBase sourcing filter class providing basic chain filtering functionalities.classThis filter returns a set of sourcing locations where at least one of the item in the order has available stock.
It is NOT recommended to use this filter as the initial filter in the chain of filters due to performance reason.classThis filter returns a set of sourcing locations situated in the country specified in the order delivery address.classThis filter returns a set of sourcing locations that match all point of services selected as pickup locations.