public class CartEntryResource
extends <any>
| Constructor and Description |
|---|
CartEntryResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
deleteCartEntry()
Generated HTTP method for covering DELETE requests.
|
Response |
getCartEntry()
Generated HTTP method for covering GET requests.
|
CartEntryModel |
getCartEntryModel()
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 |
AbstractYResource |
getSAPPricingConditionResource(String resourceKey)
Generated getter for sub resource of type
SAPPricingConditionResource for current root resource |
Response |
putCartEntry(CartEntryDTO dto)
Generated HTTP method for covering PUT requests.
|
protected CartEntryModel |
readResource(String resourceId)
Gets the
CartEntryModel resource which is addressed by current resource request. |
void |
setCartEntryModel(CartEntryModel value)
Convenience method which just delegates to
#setResourceValue(CartEntryModel) |
public CartEntryResource()
public Response deleteCartEntry()
Responsepublic Response getCartEntry()
Responsepublic CartEntryModel getCartEntryModel()
#getResourceValue()public AbstractYResource getHMCHistoryEntryResource(String resourceKey)
HMCHistoryEntryResource for current root resourcepublic AbstractYResource getLinkResource(String resourceKey)
LinkResource for current root resourcepublic AbstractYResource getSAPPricingConditionResource(String resourceKey)
SAPPricingConditionResource for current root resourcepublic Response putCartEntry(CartEntryDTO dto)
Responseprotected CartEntryModel readResource(String resourceId) throws Exception
CartEntryModel resource which is addressed by current resource request.Exceptionde.hybris.platform.webservices.AbstractYResource#readResource(String)public void setCartEntryModel(CartEntryModel value)
#setResourceValue(CartEntryModel)Copyright © 2017 SAP SE. All Rights Reserved.