Class AbstractODataFeedService
java.lang.Object
de.hybris.platform.sap.sapcarintegration.services.impl.AbstractODataFeedService
- Direct Known Subclasses:
DefaultCarDataProviderService
Abstract class to provide functionality to interact with CarConfiguration information via OData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected StringcreateUri(String serviceUri, String entitySetName, String id, String expandRelationName, String select, String filter) protected CarConfigurationServiceprotected CarConnectionServiceprotected Stringprotected Stringprotected Stringprotected Stringprotected org.apache.olingo.odata2.api.edm.Edmprotected org.apache.olingo.odata2.api.ep.feed.ODataFeedreadFeed(String serviceUri, String contentType, String entitySetQueryName, String entityResultSetName, String select, String filter, String expand) protected voidsafeClose(InputStream resource) protected voidsetCarConfigurationService(CarConfigurationService carConfigurationService) protected voidsetCarConnectionService(CarConnectionService carConnectionService)
-
Constructor Details
-
AbstractODataFeedService
public AbstractODataFeedService()
-
-
Method Details
-
getSapClient
-
getRootUrl
-
getServiceName
-
getServiceURI
-
getCarConfigurationService
-
setCarConfigurationService
-
getCarConnectionService
-
setCarConnectionService
-
convertToInternalKey
-
readFeed
-
readEdm
-
createUri
-
safeClose
-