SourcingFactorServicepublic class DefaultSourcingFactorFactory extends Object implements SourcingFactorFactory
SourcingFactorFactory.| Constructor and Description |
|---|
DefaultSourcingFactorFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
|
protected SourcingFactor |
createSourcingFactorFromConfig(SourcingFactorIdentifiersEnum sourcingFactorId)
Deprecated.
Create a single sourcing factor from the configuration.
|
Set<SourcingFactor> |
getAllSourcingFactors()
Deprecated.
Get the list of all the defined sourcing factors.
|
SourcingFactor |
getSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId)
Deprecated.
Create or retrieve the requested sourcing factor according to the identifier given in parameter.
|
protected int |
loadFactorValue(SourcingFactorIdentifiersEnum identifier)
Deprecated.
Load the integer value that corresponds to the sourcing factor identifier provided.
|
protected void |
loadSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId)
Deprecated.
Load a single sourcing factor into the sourcing factor map.
|
public SourcingFactor getSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId)
SourcingFactorFactorygetSourcingFactor in interface SourcingFactorFactorysourcingFactorId - the sourcing factor identifier to create or retrieve.public Set<SourcingFactor> getAllSourcingFactors()
SourcingFactorFactorygetAllSourcingFactors in interface SourcingFactorFactoryprotected int loadFactorValue(SourcingFactorIdentifiersEnum identifier)
identifier - protected SourcingFactor createSourcingFactorFromConfig(SourcingFactorIdentifiersEnum sourcingFactorId)
sourcingFactorId - protected void loadSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId)
sourcingFactorId - Copyright © 2017 SAP SE. All Rights Reserved.