Class DefaultCarDataProviderServiceMockData
java.lang.Object
de.hybris.platform.sap.sapcarintegration.services.impl.DefaultCarDataProviderServiceMockData
- All Implemented Interfaces:
CarDataProviderService
- Direct Known Subclasses:
DefaultMultichannelDataProviderServiceMockData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.olingo.odata2.api.ep.feed.ODataFeedreadHeaderFeed(String customerNumber, PaginationData paginationData) org.apache.olingo.odata2.api.ep.feed.ODataFeedreadHeaderFeed(String businessDayDate, String storeId, Integer transactionIndex, String customerNumber) read point of sales order header for a given transaction, use pos order key (businessDayDate,storeId,transactionIndex)org.apache.olingo.odata2.api.ep.feed.ODataFeedreadItemFeed(String businessDayDate, String storeId, Integer transactionIndex, String customerNumber) read point of sales transaction items for a given transactionorg.apache.olingo.odata2.api.ep.feed.ODataFeedreadLocaltionFeed(String location) read store location information
-
Constructor Details
-
DefaultCarDataProviderServiceMockData
public DefaultCarDataProviderServiceMockData()
-
-
Method Details
-
readLocaltionFeed
Description copied from interface:CarDataProviderServiceread store location information- Specified by:
readLocaltionFeedin interfaceCarDataProviderService- Returns:
- ODataFeed
-
readHeaderFeed
public org.apache.olingo.odata2.api.ep.feed.ODataFeed readHeaderFeed(String customerNumber, PaginationData paginationData) - Specified by:
readHeaderFeedin interfaceCarDataProviderService- Returns:
ODataFeed
-
readHeaderFeed
public org.apache.olingo.odata2.api.ep.feed.ODataFeed readHeaderFeed(String businessDayDate, String storeId, Integer transactionIndex, String customerNumber) Description copied from interface:CarDataProviderServiceread point of sales order header for a given transaction, use pos order key (businessDayDate,storeId,transactionIndex)- Specified by:
readHeaderFeedin interfaceCarDataProviderService- Returns:
- ODataFeed
-
readItemFeed
public org.apache.olingo.odata2.api.ep.feed.ODataFeed readItemFeed(String businessDayDate, String storeId, Integer transactionIndex, String customerNumber) Description copied from interface:CarDataProviderServiceread point of sales transaction items for a given transaction- Specified by:
readItemFeedin interfaceCarDataProviderService- Returns:
- ODataFeed
-