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