Uses of Interface
de.hybris.platform.warehousing.sourcing.strategy.SourcingStrategyMapper
-
-
Uses of SourcingStrategyMapper in de.hybris.platform.warehousing.sourcing.impl
Methods in de.hybris.platform.warehousing.sourcing.impl that return types with arguments of type SourcingStrategyMapper Modifier and Type Method Description protected java.util.Collection<SourcingStrategyMapper>DefaultSourcingService. getSourcingStrategyMappers()Method parameters in de.hybris.platform.warehousing.sourcing.impl with type arguments of type SourcingStrategyMapper Modifier and Type Method Description voidDefaultSourcingService. setSourcingStrategyMappers(java.util.Collection<SourcingStrategyMapper> sourcingStrategyMappers) -
Uses of SourcingStrategyMapper in de.hybris.platform.warehousing.sourcing.strategy
Classes in de.hybris.platform.warehousing.sourcing.strategy that implement SourcingStrategyMapper Modifier and Type Class Description classAbstractSourcingStrategyMapperAbstract sourcing strategy matcher.Method parameters in de.hybris.platform.warehousing.sourcing.strategy with type arguments of type SourcingStrategyMapper Modifier and Type Method Description 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. -
Uses of SourcingStrategyMapper in de.hybris.platform.warehousing.sourcing.strategy.impl
Method parameters in de.hybris.platform.warehousing.sourcing.strategy.impl with type arguments of type SourcingStrategyMapper Modifier and Type Method Description java.util.List<SourcingStrategy>DefaultSourcingStrategyService. getStrategies(SourcingContext context, java.util.Collection<SourcingStrategyMapper> mappers) -
Uses of SourcingStrategyMapper in de.hybris.platform.warehousing.sourcing.strategy.mapper.impl
Classes in de.hybris.platform.warehousing.sourcing.strategy.mapper.impl that implement SourcingStrategyMapper Modifier and Type Class Description classPickupSourcingStrategyMapperMapper to map a sourcing strategy to handle pickup in store.
-