| 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 |
SourcingFactorFactory.getSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId)
Deprecated.
Create or retrieve the requested sourcing factor according to the identifier given in parameter.
|
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 |
|---|---|
Set<SourcingFactor> |
SourcingFactorFactory.getAllSourcingFactors()
Deprecated.
Get the list of all the defined sourcing factors.
|
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 |
DefaultSourcingFactorFactory.createSourcingFactorFromConfig(SourcingFactorIdentifiersEnum sourcingFactorId)
Deprecated.
Create a single sourcing factor from the configuration.
|
protected SourcingFactor |
DefaultSourcingFactorService.createSourcingFactorFromSourcingConfig(SourcingFactorIdentifiersEnum sourcingFactorId,
SourcingConfigModel sourcingConfig)
Create a single sourcing factor from the SourcingConfig.
|
SourcingFactor |
DefaultSourcingFactorFactory.getSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId)
Deprecated.
|
SourcingFactor |
DefaultSourcingFactorService.getSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId,
BaseStoreModel baseStore) |
| Modifier and Type | Method and Description |
|---|---|
Set<SourcingFactor> |
DefaultSourcingFactorFactory.getAllSourcingFactors()
Deprecated.
|
Set<SourcingFactor> |
DefaultSourcingFactorService.getAllSourcingFactorsForBaseStore(BaseStoreModel baseStore) |
protected 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(Collection<SourcingLocation> sourcingLocations,
Set<SourcingFactor> sourcingFactors)
Evaluates fitness of a sourcing location based on given set of sourcingFactors
|
Copyright © 2017 SAP SE. All Rights Reserved.