Class DefaultMultichannelDataProviderService
java.lang.Object
de.hybris.platform.sap.sapcarintegration.services.impl.AbstractODataFeedService
de.hybris.platform.sap.sapcarintegration.services.impl.DefaultCarDataProviderService
de.hybris.platform.sap.sapcarintegration.services.impl.DefaultMultichannelDataProviderService
- All Implemented Interfaces:
CarDataProviderService,MultichannelDataProviderService
public class DefaultMultichannelDataProviderService
extends DefaultCarDataProviderService
implements MultichannelDataProviderService
Default concrete implementation to provide business logic for
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.DefaultCarDataProviderService
getCarConfigurationService, getConnectionService, readHeaderFeed, readHeaderFeed, readItemFeed, readLocaltionFeed, setCarConfigurationService, setConnectionServiceMethods inherited from class de.hybris.platform.sap.sapcarintegration.services.impl.AbstractODataFeedService
convertToInternalKey, createUri, getCarConnectionService, getRootUrl, getSapClient, getServiceName, getServiceURI, readEdm, readFeed, safeClose, setCarConnectionServiceMethods 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
-
DefaultMultichannelDataProviderService
public DefaultMultichannelDataProviderService()
-
-
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
-