| Package | Description |
|---|---|
| de.hybris.platform.warehousing.sourcing.factor | |
| de.hybris.platform.warehousing.sourcing.factor.impl | |
| de.hybris.platform.warehousing.sourcing.fitness.impl |
| Modifier and Type | Method and Description |
|---|---|
SourcingFactor |
SourcingFactorService.getSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId,
BaseStoreModel baseStore)
Create or retrieve the requested sourcing factor according to the sourcingFactorId and the baseStore given in parameter.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SourcingFactor> |
SourcingFactorService.getAllSourcingFactorsForBaseStore(BaseStoreModel baseStore)
Get the list of all the sourcing factors for the given
BaseStoreModel. |
| Modifier and Type | Method and Description |
|---|---|
protected SourcingFactor |
DefaultSourcingFactorService.createSourcingFactorFromSourcingConfig(SourcingFactorIdentifiersEnum sourcingFactorId,
SourcingConfigModel sourcingConfig)
Create a single sourcing factor from the SourcingConfig.
|
SourcingFactor |
DefaultSourcingFactorService.getSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId,
BaseStoreModel baseStore) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SourcingFactor> |
DefaultSourcingFactorService.getAllSourcingFactorsForBaseStore(BaseStoreModel baseStore) |
protected java.util.Map<SourcingFactorIdentifiersEnum,SourcingFactor> |
DefaultSourcingFactorService.getSourcingFactorsMapForBaseStore(BaseStoreModel baseStore)
Creates Map of SourcingFactorIdentifiersEnum and SourcingFactor for the given baseStore
|
| Modifier and Type | Method and Description |
|---|---|
protected FitSourcingLocation[] |
DefaultFitnessService.getFitSourcingLocations(java.util.Collection<SourcingLocation> sourcingLocations,
java.util.Set<SourcingFactor> sourcingFactors)
Evaluates fitness of a sourcing location based on given set of sourcingFactors
|
Copyright © 2018 SAP SE. All Rights Reserved.