Interface MultichannelDataProviderService
- All Superinterfaces:
CarDataProviderService
- All Known Implementing Classes:
DefaultMultichannelDataProviderService,DefaultMultichannelDataProviderServiceMockData
Interface to provide ODataFeeds containing all pertinent multichannel CAR information
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.olingo.odata2.api.ep.feed.ODataFeedreadMultiChannelTransactionsFeed(String customerNumber, PaginationData paginationData) read multi channel orders: point of sales, SD, Hybris ...org.apache.olingo.odata2.api.ep.feed.ODataFeedreadSalesDocumentHeaderFeed(String customerNumber, String transactionNumber) * read SD order header info for a given order, selection criteria (SAPClient, customerNumber, transactionNumber, storeId = null)org.apache.olingo.odata2.api.ep.feed.ODataFeedreadSalesDocumentItemFeed(String customerNumber, String transactionNumber) * read SD order item info for a given transaction, selection criteria (SAPClient, customerNumber, transactionNumber, businessDayDate=null,storeId=null,transactionIndex=null)Methods inherited from interface de.hybris.platform.sap.sapcarintegration.services.CarDataProviderService
readHeaderFeed, readHeaderFeed, readItemFeed, readLocaltionFeed
-
Method Details
-
readMultiChannelTransactionsFeed
org.apache.olingo.odata2.api.ep.feed.ODataFeed readMultiChannelTransactionsFeed(String customerNumber, PaginationData paginationData) read multi channel orders: point of sales, SD, Hybris ...- Parameters:
customerNumber-paginationData-- Returns:
ODataFeed
-
readSalesDocumentHeaderFeed
org.apache.olingo.odata2.api.ep.feed.ODataFeed readSalesDocumentHeaderFeed(String customerNumber, String transactionNumber) * read SD order header info for a given order, selection criteria (SAPClient, customerNumber, transactionNumber, storeId = null)- Parameters:
customerNumber-transactionNumber-- Returns:
ODataFeed
-
readSalesDocumentItemFeed
org.apache.olingo.odata2.api.ep.feed.ODataFeed readSalesDocumentItemFeed(String customerNumber, String transactionNumber) * read SD order item info for a given transaction, selection criteria (SAPClient, customerNumber, transactionNumber, businessDayDate=null,storeId=null,transactionIndex=null)- Parameters:
customerNumber-transactionNumber-- Returns:
- ODataFeed
-