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