Class DefaultCarDataProviderService
java.lang.Object
de.hybris.platform.sap.sapcarintegration.services.impl.AbstractODataFeedService
de.hybris.platform.sap.sapcarintegration.services.impl.DefaultCarDataProviderService
- All Implemented Interfaces:
CarDataProviderService
- Direct Known Subclasses:
DefaultMultichannelDataProviderService
public class DefaultCarDataProviderService
extends AbstractODataFeedService
implements CarDataProviderService
Default concrete implementation to provide business logic for
CarDataProviderService-
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 informationvoidsetCarConfigurationService(CarConfigurationService carConfigurationService) voidsetConnectionService(CarConnectionService connectionService) Methods inherited from class de.hybris.platform.sap.sapcarintegration.services.impl.AbstractODataFeedService
convertToInternalKey, createUri, getCarConnectionService, getRootUrl, getSapClient, getServiceName, getServiceURI, readEdm, readFeed, safeClose, setCarConnectionService
-
Constructor Details
-
DefaultCarDataProviderService
public DefaultCarDataProviderService()
-
-
Method Details
-
getCarConfigurationService
- Overrides:
getCarConfigurationServicein classAbstractODataFeedService
-
setCarConfigurationService
- Overrides:
setCarConfigurationServicein classAbstractODataFeedService
-
getConnectionService
-
setConnectionService
-
readHeaderFeed
public org.apache.olingo.odata2.api.ep.feed.ODataFeed readHeaderFeed(String customerNumber, PaginationData paginationData) - Specified by:
readHeaderFeedin interfaceCarDataProviderService- Returns:
ODataFeed
-
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 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
-