| Package | Description |
|---|---|
| de.hybris.platform.mcc.resource |
| Modifier and Type | Method and Description |
|---|---|
DynamicLinkModel |
DynamicLinkResource.getDynamicLinkModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected DynamicLinkModel |
DynamicLinkResource.readResource(java.lang.String resourceId)
Gets the
DynamicLinkModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DynamicLinkModel> |
DynamicLinksResource.getDynamicLinksCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicLinkResource.setDynamicLinkModel(DynamicLinkModel value)
Convenience method which just delegates to
#setResourceValue(DynamicLinkModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicLinksResource.setDynamicLinksCollection(java.util.Collection<DynamicLinkModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.