public class DefaultCarDataProviderService extends AbstractODataFeedService implements CarDataProviderService
CarDataProviderService| Constructor and Description |
|---|
DefaultCarDataProviderService() |
| Modifier and Type | Method and Description |
|---|---|
CarConfigurationService |
getCarConfigurationService() |
CarConnectionService |
getConnectionService() |
ODataFeed |
readHeaderFeed(java.lang.String customerNumber,
PaginationData paginationData) |
ODataFeed |
readHeaderFeed(java.lang.String businessDayDate,
java.lang.String storeId,
java.lang.Integer transactionIndex,
java.lang.String customerNumber)
read point of sales order header for a given transaction, use pos order key
(businessDayDate,storeId,transactionIndex)
|
ODataFeed |
readItemFeed(java.lang.String businessDayDate,
java.lang.String storeId,
java.lang.Integer transactionIndex,
java.lang.String customerNumber)
read point of sales transaction items for a given transaction
|
ODataFeed |
readLocaltionFeed(java.lang.String location)
read store location information
|
void |
setCarConfigurationService(CarConfigurationService carConfigurationService) |
void |
setConnectionService(CarConnectionService connectionService) |
convertToInternalKey, createUri, getCarConnectionService, getRootUrl, getSapClient, getServiceName, getServiceURI, readEdm, readFeed, safeClose, setCarConnectionServicepublic CarConfigurationService getCarConfigurationService()
getCarConfigurationService in class AbstractODataFeedServicepublic void setCarConfigurationService(CarConfigurationService carConfigurationService)
setCarConfigurationService in class AbstractODataFeedServicepublic CarConnectionService getConnectionService()
public void setConnectionService(CarConnectionService connectionService)
public ODataFeed readHeaderFeed(java.lang.String customerNumber,
PaginationData paginationData)
readHeaderFeed in interface CarDataProviderServiceODataFeedpublic ODataFeed readLocaltionFeed(java.lang.String location)
CarDataProviderServicereadLocaltionFeed in interface CarDataProviderServicepublic ODataFeed readHeaderFeed(java.lang.String businessDayDate,
java.lang.String storeId,
java.lang.Integer transactionIndex,
java.lang.String customerNumber)
CarDataProviderServicereadHeaderFeed in interface CarDataProviderServicepublic ODataFeed readItemFeed(java.lang.String businessDayDate,
java.lang.String storeId,
java.lang.Integer transactionIndex,
java.lang.String customerNumber)
CarDataProviderServicereadItemFeed in interface CarDataProviderServiceCopyright © 2018 SAP SE. All Rights Reserved.