Uses of Interface
de.hybris.platform.warehousing.sourcing.strategy.SourcingStrategy
-
Packages that use SourcingStrategy Package Description de.hybris.platform.warehousing.sourcing.strategy de.hybris.platform.warehousing.sourcing.strategy.impl -
-
Uses of SourcingStrategy in de.hybris.platform.warehousing.sourcing.strategy
Classes in de.hybris.platform.warehousing.sourcing.strategy that implement SourcingStrategy Modifier and Type Class Description classAbstractSourcingStrategyAbstract sourcing strategy.Methods in de.hybris.platform.warehousing.sourcing.strategy that return SourcingStrategy Modifier and Type Method Description SourcingStrategyAbstractSourcingStrategyMapper. getStrategy()SourcingStrategySourcingStrategyMapper. getStrategy()Get the sourcing strategy associate with this matcher.Methods in de.hybris.platform.warehousing.sourcing.strategy that return types with arguments of type SourcingStrategy Modifier and Type Method Description java.util.List<SourcingStrategy>SourcingStrategyService. getDefaultStrategies()Get the default sourcing strategies.java.util.List<SourcingStrategy>SourcingStrategyService. getStrategies(SourcingContext context, java.util.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 SourcingStrategy Modifier and Type Method Description voidAbstractSourcingStrategyMapper. 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 SourcingStrategy Modifier and Type Class Description classNoRestrictionsStrategyStrategy allows an order to be split into multiple locations.classNoSplittingStrategyStrategy to apply when the order is not allowed to be split into multiple shipments.classPickupStrategyStrategy 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 SourcingStrategy Modifier and Type Method Description java.util.List<SourcingStrategy>DefaultSourcingStrategyService. getDefaultStrategies()java.util.List<SourcingStrategy>DefaultSourcingStrategyService. getStrategies(SourcingContext context, java.util.Collection<SourcingStrategyMapper> mappers)Method parameters in de.hybris.platform.warehousing.sourcing.strategy.impl with type arguments of type SourcingStrategy Modifier and Type Method Description voidDefaultSourcingStrategyService. setDefaultStrategies(java.util.List<SourcingStrategy> defaultStrategies)
-