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