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