| Package | Description |
|---|---|
| de.hybris.platform.promotions.resource |
| Modifier and Type | Method and Description |
|---|---|
CachedPromotionResultModel |
CachedPromotionResultResource.getCachedPromotionResultModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CachedPromotionResultModel |
CachedPromotionResultResource.readResource(java.lang.String resourceId)
Gets the
CachedPromotionResultModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CachedPromotionResultModel> |
CachedPromotionResultsResource.getCachedPromotionResultsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CachedPromotionResultResource.setCachedPromotionResultModel(CachedPromotionResultModel value)
Convenience method which just delegates to
#setResourceValue(CachedPromotionResultModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachedPromotionResultsResource.setCachedPromotionResultsCollection(java.util.Collection<CachedPromotionResultModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.