Class CrudRequest
java.lang.Object
de.hybris.platform.odata2services.odata.persistence.AbstractRequest
de.hybris.platform.odata2services.odata.persistence.CrudRequest
- Direct Known Subclasses:
ItemLookupRequest,StorageRequest
Request for a CRUD operation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCrudRequest.DataRequestBuilder<T extends CrudRequest.DataRequestBuilder,R extends CrudRequest> Nested classes/interfaces inherited from class de.hybris.platform.odata2services.odata.persistence.AbstractRequest
AbstractRequest.AbstractRequestBuilder<T extends AbstractRequest.AbstractRequestBuilder,R extends AbstractRequest> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.olingo.odata2.api.ep.entry.ODataEntryDeprecated, for removal: This API element is subject to removal in a future version.Since 1905.protected voidsetContentType(String contentType) protected voidprotected voidsetIntegrationKey(String integrationKey) protected voidsetODataEntry(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry) Deprecated, for removal: This API element is subject to removal in a future version.Since 1905.protected voidsetRequestUri(URI requestUri) protected voidsetServiceRoot(URI serviceRoot) Methods inherited from class de.hybris.platform.odata2services.odata.persistence.AbstractRequest
getAcceptLocale, getEntitySet, getEntitySetReferencedByProperty, getEntityType, getIntegrationObjectCode, getPropertyTypeName, setAcceptLocale, setEntitySet, setEntityType, setIntegrationObjectCode
-
Constructor Details
-
CrudRequest
protected CrudRequest()
-
-
Method Details
-
getIntegrationKey
-
setIntegrationKey
-
getODataEntry
@Deprecated(since="1905", forRemoval=true) public org.apache.olingo.odata2.api.ep.entry.ODataEntry getODataEntry()Deprecated, for removal: This API element is subject to removal in a future version.Since 1905. UsegetIntegrationItem()insteadRetrieves an OData entry associated with this request.- Returns:
- the entry being handled by this request
-
setODataEntry
@Deprecated(since="1905", forRemoval=true) protected void setODataEntry(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry) Deprecated, for removal: This API element is subject to removal in a future version.Since 1905. UsesetIntegrationItem(IntegrationItem)insteadSets the context OData entry for this request.- Parameters:
oDataEntry- an entry to associate with this request
-
getServiceRoot
-
setServiceRoot
-
getContentType
-
setContentType
-
getRequestUri
-
setRequestUri
-
getIntegrationItem
-
setIntegrationItem
-