| Package | Description |
|---|---|
| de.hybris.platform.servicelayer.internal.resource |
| Modifier and Type | Method and Description |
|---|---|
ScriptingJobModel |
ScriptingJobResource.getScriptingJobModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ScriptingJobModel |
ScriptingJobResource.readResource(java.lang.String resourceId)
Gets the
ScriptingJobModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ScriptingJobModel> |
ScriptingJobsResource.getScriptingJobsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptingJobResource.setScriptingJobModel(ScriptingJobModel value)
Convenience method which just delegates to
#setResourceValue(ScriptingJobModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptingJobsResource.setScriptingJobsCollection(java.util.Collection<ScriptingJobModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.