| Package | Description |
|---|---|
| de.hybris.platform.warehousing.sourcing.strategy | |
| de.hybris.platform.warehousing.sourcing.strategy.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSourcingStrategy
Abstract sourcing strategy.
|
| Modifier and Type | Method and Description |
|---|---|
SourcingStrategy |
AbstractSourcingStrategyMapper.getStrategy() |
SourcingStrategy |
SourcingStrategyMapper.getStrategy()
Get the sourcing strategy associate with this matcher.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSourcingStrategyMapper.setStrategy(SourcingStrategy strategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoRestrictionsStrategy
Strategy allows an order to be split into multiple locations.
|
class |
NoSplittingStrategy
Strategy to apply when the order is not allowed to be split into multiple shipments.
|
class |
PickupStrategy
Strategy to apply when the order is to be picked up at a specific location.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SourcingStrategy> |
DefaultSourcingStrategyService.getDefaultStrategies() |
java.util.List<SourcingStrategy> |
DefaultSourcingStrategyService.getStrategies(SourcingContext context,
java.util.Collection<SourcingStrategyMapper> mappers) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSourcingStrategyService.setDefaultStrategies(java.util.List<SourcingStrategy> defaultStrategies) |
Copyright © 2018 SAP SE. All Rights Reserved.