public class BatchResource
extends <any>
| Constructor and Description |
|---|
BatchResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
deleteBatch()
Generated HTTP method for covering DELETE requests.
|
Response |
getBatch()
Generated HTTP method for covering GET requests.
|
BatchModel |
getBatchModel()
Convenience method which just delegates to
#getResourceValue() |
AbstractYResource |
getHMCHistoryEntryResource(String resourceKey)
Generated getter for sub resource of type
HMCHistoryEntryResource for current root resource |
AbstractYResource |
getLinkResource(String resourceKey)
Generated getter for sub resource of type
LinkResource for current root resource |
Response |
putBatch(BatchDTO dto)
Generated HTTP method for covering PUT requests.
|
protected BatchModel |
readResource(String resourceId)
Gets the
BatchModel resource which is addressed by current resource request. |
void |
setBatchModel(BatchModel value)
Convenience method which just delegates to
#setResourceValue(BatchModel) |
public BatchResource()
public Response deleteBatch()
Responsepublic Response getBatch()
Responsepublic BatchModel getBatchModel()
#getResourceValue()public AbstractYResource getHMCHistoryEntryResource(String resourceKey)
HMCHistoryEntryResource for current root resourcepublic AbstractYResource getLinkResource(String resourceKey)
LinkResource for current root resourcepublic Response putBatch(BatchDTO dto)
Responseprotected BatchModel readResource(String resourceId) throws Exception
BatchModel resource which is addressed by current resource request.Exceptionde.hybris.platform.webservices.AbstractYResource#readResource(String)public void setBatchModel(BatchModel value)
#setResourceValue(BatchModel)Copyright © 2017 SAP SE. All Rights Reserved.