Uses of Interface
de.hybris.platform.warehousing.sourcing.strategy.SourcingStrategy
Packages that use SourcingStrategy
Package
Description
-
Uses of SourcingStrategy in de.hybris.platform.warehousing.sourcing.strategy
Classes in de.hybris.platform.warehousing.sourcing.strategy that implement SourcingStrategyMethods in de.hybris.platform.warehousing.sourcing.strategy that return SourcingStrategyModifier and TypeMethodDescriptionAbstractSourcingStrategyMapper.getStrategy()SourcingStrategyMapper.getStrategy()Get the sourcing strategy associate with this matcher.Methods in de.hybris.platform.warehousing.sourcing.strategy that return types with arguments of type SourcingStrategyModifier and TypeMethodDescriptionSourcingStrategyService.getDefaultStrategies()Get the default sourcing strategies.SourcingStrategyService.getStrategies(SourcingContext context, Collection<SourcingStrategyMapper> mappers) Get the sourcing strategies according to a given sourcing context and sourcing mappers.Methods in de.hybris.platform.warehousing.sourcing.strategy with parameters of type SourcingStrategyModifier and TypeMethodDescriptionvoidAbstractSourcingStrategyMapper.setStrategy(SourcingStrategy strategy) -
Uses of SourcingStrategy in de.hybris.platform.warehousing.sourcing.strategy.impl
Classes in de.hybris.platform.warehousing.sourcing.strategy.impl that implement SourcingStrategyModifier and TypeClassDescriptionclassStrategy allows an order to be split into multiple locations.classStrategy to apply when the order is not allowed to be split into multiple shipments.classStrategy to apply when the order is to be picked up at a specific location.Methods in de.hybris.platform.warehousing.sourcing.strategy.impl that return types with arguments of type SourcingStrategyModifier and TypeMethodDescriptionDefaultSourcingStrategyService.getDefaultStrategies()DefaultSourcingStrategyService.getStrategies(SourcingContext context, Collection<SourcingStrategyMapper> mappers) Method parameters in de.hybris.platform.warehousing.sourcing.strategy.impl with type arguments of type SourcingStrategyModifier and TypeMethodDescriptionvoidDefaultSourcingStrategyService.setDefaultStrategies(List<SourcingStrategy> defaultStrategies)