public class BatchJobResource
extends <any>
| Constructor and Description |
|---|
BatchJobResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
deleteBatchJob()
Generated HTTP method for covering DELETE requests.
|
Response |
getBatchJob()
Generated HTTP method for covering GET requests.
|
BatchJobModel |
getBatchJobModel()
Convenience method which just delegates to
#getResourceValue() |
AbstractYResource |
getCompositeEntryResource(String resourceKey)
Generated getter for sub resource of type
CompositeEntryResource for current root resource |
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 |
putBatchJob(BatchJobDTO dto)
Generated HTTP method for covering PUT requests.
|
protected BatchJobModel |
readResource(String resourceId)
Gets the
BatchJobModel resource which is addressed by current resource request. |
void |
setBatchJobModel(BatchJobModel value)
Convenience method which just delegates to
#setResourceValue(BatchJobModel) |
public BatchJobResource()
public Response deleteBatchJob()
Responsepublic Response getBatchJob()
Responsepublic BatchJobModel getBatchJobModel()
#getResourceValue()public AbstractYResource getCompositeEntryResource(String resourceKey)
CompositeEntryResource for current root resourcepublic AbstractYResource getHMCHistoryEntryResource(String resourceKey)
HMCHistoryEntryResource for current root resourcepublic AbstractYResource getLinkResource(String resourceKey)
LinkResource for current root resourcepublic Response putBatchJob(BatchJobDTO dto)
Responseprotected BatchJobModel readResource(String resourceId) throws Exception
BatchJobModel resource which is addressed by current resource request.Exceptionde.hybris.platform.webservices.AbstractYResource#readResource(String)public void setBatchJobModel(BatchJobModel value)
#setResourceValue(BatchJobModel)Copyright © 2017 SAP SE. All Rights Reserved.