| Package | Description |
|---|---|
| de.hybris.platform.store |
Contains generated models for each type of de.hybris.platform.store package.
|
| de.hybris.platform.warehousing.resource | |
| de.hybris.platform.warehousing.sourcing.factor.impl | |
| de.hybris.platform.warehousing.util.builder | |
| de.hybris.platform.warehousing.util.models |
| Modifier and Type | Method and Description |
|---|---|
SourcingConfigModel |
BaseStoreModel.getSourcingConfig()
Generated method - Getter of the
BaseStore.sourcingConfig attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStoreModel.setSourcingConfig(SourcingConfigModel value)
Generated method - Setter of
BaseStore.sourcingConfig attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
SourcingConfigModel |
SourcingConfigResource.getSourcingConfigModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SourcingConfigModel |
SourcingConfigResource.readResource(java.lang.String resourceId)
Gets the
SourcingConfigModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SourcingConfigModel> |
SourcingConfigsResource.getSourcingConfigsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourcingConfigResource.setSourcingConfigModel(SourcingConfigModel value)
Convenience method which just delegates to
#setResourceValue(SourcingConfigModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SourcingConfigsResource.setSourcingConfigsCollection(java.util.Collection<SourcingConfigModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected SourcingFactor |
DefaultSourcingFactorService.createSourcingFactorFromSourcingConfig(SourcingFactorIdentifiersEnum sourcingFactorId,
SourcingConfigModel sourcingConfig)
Create a single sourcing factor from the SourcingConfig.
|
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 |
|---|---|
SourcingConfigModel |
SourcingConfigModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
BaseStoreModelBuilder |
BaseStoreModelBuilder.withSourcingConfig(SourcingConfigModel sourcingConfig) |
| Modifier and Type | Method and Description |
|---|---|
SourcingConfigModel |
SourcingConfigs.HybrisConfig() |
| Modifier and Type | Method and Description |
|---|---|
WarehousingDao<SourcingConfigModel> |
SourcingConfigs.getSourcingConfigDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourcingConfigs.setSourcingConfigDao(WarehousingDao<SourcingConfigModel> sourcingConfigDao) |
Copyright © 2018 SAP SE. All Rights Reserved.