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