| Package | Description |
|---|---|
| de.hybris.platform.servicelayer.resource.action |
| Modifier and Type | Method and Description |
|---|---|
SimpleActionModel |
SimpleActionResource.getSimpleActionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SimpleActionModel |
SimpleActionResource.readResource(java.lang.String resourceId)
Gets the
SimpleActionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SimpleActionModel> |
SimpleActionsResource.getSimpleActionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleActionResource.setSimpleActionModel(SimpleActionModel value)
Convenience method which just delegates to
#setResourceValue(SimpleActionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleActionsResource.setSimpleActionsCollection(java.util.Collection<SimpleActionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.