Class DefaultMultichannelDataProviderServiceMockData
java.lang.Object
de.hybris.platform.sap.sapcarintegration.services.impl.DefaultCarDataProviderServiceMockData
de.hybris.platform.sap.sapcarintegration.services.impl.DefaultMultichannelDataProviderServiceMockData
- All Implemented Interfaces:
CarDataProviderService,MultichannelDataProviderService
public class DefaultMultichannelDataProviderServiceMockData
extends DefaultCarDataProviderServiceMockData
implements MultichannelDataProviderService
-
Constructor Summary
Constructors -
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 class de.hybris.platform.sap.sapcarintegration.services.impl.DefaultCarDataProviderServiceMockData
readHeaderFeed, readHeaderFeed, readItemFeed, readLocaltionFeedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.sap.sapcarintegration.services.CarDataProviderService
readHeaderFeed, readHeaderFeed, readItemFeed, readLocaltionFeed
-
Constructor Details
-
DefaultMultichannelDataProviderServiceMockData
public DefaultMultichannelDataProviderServiceMockData()
-
-
Method Details
-
readMultiChannelTransactionsFeed
public org.apache.olingo.odata2.api.ep.feed.ODataFeed readMultiChannelTransactionsFeed(String customerNumber, PaginationData paginationData) Description copied from interface:MultichannelDataProviderServiceread multi channel orders: point of sales, SD, Hybris ...- Specified by:
readMultiChannelTransactionsFeedin interfaceMultichannelDataProviderService- Returns:
ODataFeed
-
readSalesDocumentHeaderFeed
public org.apache.olingo.odata2.api.ep.feed.ODataFeed readSalesDocumentHeaderFeed(String customerNumber, String transactionNumber) Description copied from interface:MultichannelDataProviderService* read SD order header info for a given order, selection criteria (SAPClient, customerNumber, transactionNumber, storeId = null)- Specified by:
readSalesDocumentHeaderFeedin interfaceMultichannelDataProviderService- Returns:
ODataFeed
-
readSalesDocumentItemFeed
public org.apache.olingo.odata2.api.ep.feed.ODataFeed readSalesDocumentItemFeed(String customerNumber, String transactionNumber) Description copied from interface:MultichannelDataProviderService* read SD order item info for a given transaction, selection criteria (SAPClient, customerNumber, transactionNumber, businessDayDate=null,storeId=null,transactionIndex=null)- Specified by:
readSalesDocumentItemFeedin interfaceMultichannelDataProviderService- Returns:
- ODataFeed
-