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