| Modifier and Type | Method and Description |
|---|---|
SourcingFactorIdentifiersEnum |
SourcingFactor.getFactorId() |
static SourcingFactorIdentifiersEnum |
SourcingFactorIdentifiersEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SourcingFactorIdentifiersEnum[] |
SourcingFactorIdentifiersEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourcingFactor.setFactorId(SourcingFactorIdentifiersEnum factorId) |
| 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 |
|---|---|
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 SourcingFactor |
DefaultSourcingFactorService.createSourcingFactorFromSourcingConfig(SourcingFactorIdentifiersEnum sourcingFactorId,
SourcingConfigModel sourcingConfig)
Create a single sourcing factor from the SourcingConfig.
|
SourcingFactor |
DefaultSourcingFactorService.getSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId,
BaseStoreModel baseStore) |
protected int |
DefaultSourcingFactorService.loadFactorValue(SourcingFactorIdentifiersEnum sourcingFactorId,
SourcingConfigModel sourcingConfig)
Load the integer value that corresponds to the sourcing factor identifier provided.
|
| Modifier and Type | Method and Description |
|---|---|
FitnessEvaluator |
FitnessEvaluatorFactory.getEvaluator(SourcingFactorIdentifiersEnum factorId)
Gets the appropriate evaluator implementation for a sourcing factor
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<SourcingFactorIdentifiersEnum,FitnessEvaluator> |
DefaultFitnessEvaluatorFactory.getFitnessEvaluatorMap() |
| Modifier and Type | Method and Description |
|---|---|
FitnessEvaluator |
DefaultFitnessEvaluatorFactory.getEvaluator(SourcingFactorIdentifiersEnum factorId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFitnessEvaluatorFactory.setFitnessEvaluatorMap(java.util.Map<SourcingFactorIdentifiersEnum,FitnessEvaluator> fitnessEvaluatorMap) |
| Modifier and Type | Method and Description |
|---|---|
FitnessNormalizer |
FitnessNormalizerFactory.getNormalizer(SourcingFactorIdentifiersEnum factorId)
Gets the appropriate normalizer implementation for a sourcing factor
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<SourcingFactorIdentifiersEnum,FitnessNormalizer> |
DefaultFitnessNormalizerFactory.getFitnessNormalizerMap() |
| Modifier and Type | Method and Description |
|---|---|
FitnessNormalizer |
DefaultFitnessNormalizerFactory.getNormalizer(SourcingFactorIdentifiersEnum factorId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFitnessNormalizerFactory.setFitnessNormalizerMap(java.util.Map<SourcingFactorIdentifiersEnum,FitnessNormalizer> fitnessNormalizerMap) |
Copyright © 2018 SAP SE. All Rights Reserved.