public abstract class AbstractODataFeedService
extends java.lang.Object
| Constructor and Description |
|---|
AbstractODataFeedService() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
convertToInternalKey(java.lang.String id) |
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) |
protected CarConfigurationService |
getCarConfigurationService() |
protected CarConnectionService |
getCarConnectionService() |
protected java.lang.String |
getRootUrl() |
protected java.lang.String |
getSapClient() |
protected java.lang.String |
getServiceName() |
protected java.lang.String |
getServiceURI() |
protected Edm |
readEdm(java.lang.String serviceUrl) |
protected 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) |
protected void |
safeClose(java.io.InputStream resource) |
protected void |
setCarConfigurationService(CarConfigurationService carConfigurationService) |
protected void |
setCarConnectionService(CarConnectionService carConnectionService) |
protected java.lang.String getSapClient()
protected java.lang.String getRootUrl()
protected java.lang.String getServiceName()
protected java.lang.String getServiceURI()
protected CarConfigurationService getCarConfigurationService()
protected void setCarConfigurationService(CarConfigurationService carConfigurationService)
protected CarConnectionService getCarConnectionService()
protected void setCarConnectionService(CarConnectionService carConnectionService)
protected java.lang.String convertToInternalKey(java.lang.String id)
protected 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)
protected Edm readEdm(java.lang.String serviceUrl)
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)
protected void safeClose(java.io.InputStream resource)
Copyright © 2018 SAP SE. All Rights Reserved.