Class DefaultODataContextGenerator

java.lang.Object
de.hybris.platform.odata2services.odata.impl.DefaultODataContextGenerator
All Implemented Interfaces:
ODataContextGenerator

public class DefaultODataContextGenerator extends Object implements ODataContextGenerator
  • Constructor Details

    • DefaultODataContextGenerator

      public DefaultODataContextGenerator()
  • Method Details

    • generate

      public org.apache.olingo.odata2.api.processor.ODataContext generate(org.apache.olingo.odata2.api.processor.ODataRequest oDataRequest)
      Specified by:
      generate in interface ODataContextGenerator
    • createODataService

      protected org.apache.olingo.odata2.api.ODataService createODataService(org.apache.olingo.odata2.api.processor.ODataContext oDataContext)
    • getEntity

      protected String getEntity(org.apache.olingo.odata2.api.processor.ODataRequest oDataRequest)
    • getServiceNameIfValid

      protected String getServiceNameIfValid(org.apache.olingo.odata2.api.processor.ODataRequest oDataRequest)
    • getServiceFactory

      protected org.apache.olingo.odata2.api.ODataServiceFactory getServiceFactory()
    • setServiceFactory

      public void setServiceFactory(org.apache.olingo.odata2.api.ODataServiceFactory serviceFactory)
    • getEntityExtractors

      protected List<ODataRequestEntityExtractor> getEntityExtractors()
    • setEntityExtractors

      public void setEntityExtractors(List<ODataRequestEntityExtractor> entityExtractors)