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