public class TableBlockResource
extends <any>
| Constructor and Description |
|---|
TableBlockResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
deleteTableBlock()
Generated HTTP method for covering DELETE requests.
|
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 |
getTableBlock()
Generated HTTP method for covering GET requests.
|
TableBlockModel |
getTableBlockModel()
Convenience method which just delegates to
#getResourceValue() |
Response |
putTableBlock(TableBlockDTO dto)
Generated HTTP method for covering PUT requests.
|
protected TableBlockModel |
readResource(String resourceId)
Gets the
TableBlockModel resource which is addressed by current resource request. |
void |
setTableBlockModel(TableBlockModel value)
Convenience method which just delegates to
#setResourceValue(TableBlockModel) |
public TableBlockResource()
public Response deleteTableBlock()
Responsepublic AbstractYResource getHMCHistoryEntryResource(String resourceKey)
HMCHistoryEntryResource for current root resourcepublic AbstractYResource getLinkResource(String resourceKey)
LinkResource for current root resourcepublic Response getTableBlock()
Responsepublic TableBlockModel getTableBlockModel()
#getResourceValue()public Response putTableBlock(TableBlockDTO dto)
Responseprotected TableBlockModel readResource(String resourceId) throws Exception
TableBlockModel resource which is addressed by current resource request.Exceptionde.hybris.platform.webservices.AbstractYResource#readResource(String)public void setTableBlockModel(TableBlockModel value)
#setResourceValue(TableBlockModel)Copyright © 2017 SAP SE. All Rights Reserved.