Class AbstractODataFeedService
- java.lang.Object
-
- de.hybris.platform.sap.sapcarintegration.services.impl.AbstractODataFeedService
-
- Direct Known Subclasses:
DefaultCarDataProviderService
public abstract class AbstractODataFeedService extends java.lang.ObjectAbstract class to provide functionality to interact with CarConfiguration information via OData
-
-
Constructor Summary
Constructors Constructor Description AbstractODataFeedService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringconvertToInternalKey(java.lang.String id)protected java.lang.StringcreateUri(java.lang.String serviceUri, java.lang.String entitySetName, java.lang.String id, java.lang.String expandRelationName, java.lang.String select, java.lang.String filter)protected CarConfigurationServicegetCarConfigurationService()protected CarConnectionServicegetCarConnectionService()protected java.lang.StringgetRootUrl()protected java.lang.StringgetSapClient()protected java.lang.StringgetServiceName()protected java.lang.StringgetServiceURI()protected org.apache.olingo.odata2.api.edm.EdmreadEdm(java.lang.String serviceUrl)protected org.apache.olingo.odata2.api.ep.feed.ODataFeedreadFeed(java.lang.String serviceUri, java.lang.String contentType, java.lang.String entitySetQueryName, java.lang.String entityResultSetName, java.lang.String select, java.lang.String filter, java.lang.String expand)protected voidsafeClose(java.io.InputStream resource)protected voidsetCarConfigurationService(CarConfigurationService carConfigurationService)protected voidsetCarConnectionService(CarConnectionService carConnectionService)
-
-
-
Method Detail
-
getSapClient
protected java.lang.String getSapClient()
-
getRootUrl
protected java.lang.String getRootUrl()
-
getServiceName
protected java.lang.String getServiceName()
-
getServiceURI
protected java.lang.String getServiceURI()
-
getCarConfigurationService
protected CarConfigurationService getCarConfigurationService()
-
setCarConfigurationService
protected void setCarConfigurationService(CarConfigurationService carConfigurationService)
-
getCarConnectionService
protected CarConnectionService getCarConnectionService()
-
setCarConnectionService
protected void setCarConnectionService(CarConnectionService carConnectionService)
-
convertToInternalKey
protected java.lang.String convertToInternalKey(java.lang.String id)
-
readFeed
protected org.apache.olingo.odata2.api.ep.feed.ODataFeed readFeed(java.lang.String serviceUri, java.lang.String contentType, java.lang.String entitySetQueryName, java.lang.String entityResultSetName, java.lang.String select, java.lang.String filter, java.lang.String expand)
-
readEdm
protected org.apache.olingo.odata2.api.edm.Edm readEdm(java.lang.String serviceUrl)
-
createUri
protected java.lang.String createUri(java.lang.String serviceUri, java.lang.String entitySetName, java.lang.String id, java.lang.String expandRelationName, java.lang.String select, java.lang.String filter)
-
safeClose
protected void safeClose(java.io.InputStream resource)
-
-