Uses of Class
de.hybris.platform.warehousing.sourcing.filter.impl.AbstractBaseSourcingLocationFilter
-
Packages that use AbstractBaseSourcingLocationFilter Package Description de.hybris.platform.warehousing.returns.filter.impl de.hybris.platform.warehousing.sourcing.filter.impl -
-
Uses of AbstractBaseSourcingLocationFilter in de.hybris.platform.warehousing.returns.filter.impl
Subclasses of AbstractBaseSourcingLocationFilter in de.hybris.platform.warehousing.returns.filter.impl Modifier and Type Class Description classRestockLocationFilterThis filter returns a set of locations that takes into consideration the if the warehouse allows restock (if any) -
Uses of AbstractBaseSourcingLocationFilter in de.hybris.platform.warehousing.sourcing.filter.impl
Subclasses of AbstractBaseSourcingLocationFilter in de.hybris.platform.warehousing.sourcing.filter.impl Modifier and Type Class Description classAvailabilitySourcingLocationFilterThis 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.classDeliveryCountrySourcingLocationFilterThis filter returns a set of sourcing locations situated in the country specified in the order delivery address.classPickupSourcingLocationFilterThis filter returns a set of sourcing locations that match all point of services selected as pickup locations.
-