public interface SourcingFactorService
| Sourcing Factor | Weight |
|---|---|
| DISTANCE | 50 |
| ALLOCATION | 30 |
| PRIORITY | 20 |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SourcingFactor> |
getAllSourcingFactorsForBaseStore(BaseStoreModel baseStore)
Get the list of all the sourcing factors for the given
BaseStoreModel. |
SourcingFactor |
getSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId,
BaseStoreModel baseStore)
Create or retrieve the requested sourcing factor according to the sourcingFactorId and the baseStore given in parameter.
|
SourcingFactor getSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId, BaseStoreModel baseStore)
sourcingFactorId - the identifier of the sourcing factor SourcingFactorIdentifiersEnumbaseStore - the baseStoreSourcingFactorjava.util.Set<SourcingFactor> getAllSourcingFactorsForBaseStore(BaseStoreModel baseStore)
BaseStoreModel.baseStore - the baseStoreSourcingFactorCopyright © 2018 SAP SE. All Rights Reserved.