java.lang.Object
de.hybris.platform.odata2services.odata.persistence.AbstractRequest
de.hybris.platform.odata2services.odata.persistence.CrudRequest
Direct Known Subclasses:
ItemLookupRequest, StorageRequest

public abstract class CrudRequest extends AbstractRequest
Request for a CRUD operation.
  • Constructor Details

    • CrudRequest

      protected CrudRequest()
  • Method Details

    • getIntegrationKey

      public String getIntegrationKey()
    • setIntegrationKey

      protected void setIntegrationKey(String integrationKey)
    • 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. Use getIntegrationItem() instead
      Retrieves 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. Use setIntegrationItem(IntegrationItem) instead
      Sets the context OData entry for this request.
      Parameters:
      oDataEntry - an entry to associate with this request
    • getServiceRoot

      public URI getServiceRoot()
    • setServiceRoot

      protected void setServiceRoot(URI serviceRoot)
    • getContentType

      public String getContentType()
    • setContentType

      protected void setContentType(String contentType)
    • getRequestUri

      public URI getRequestUri()
    • setRequestUri

      protected void setRequestUri(URI requestUri)
    • getIntegrationItem

      public IntegrationItem getIntegrationItem()
    • setIntegrationItem

      protected void setIntegrationItem(IntegrationItem item)