Class DefaultMultichannelOrderHistoryService
java.lang.Object
de.hybris.platform.sap.sapcarintegration.services.impl.DefaultCarOrderHistoryService
de.hybris.platform.sap.sapcarintegration.services.impl.DefaultMultichannelOrderHistoryService
- All Implemented Interfaces:
CarOrderHistoryService,MultichannelOrderHistoryService
public class DefaultMultichannelOrderHistoryService
extends DefaultCarOrderHistoryService
implements MultichannelOrderHistoryService
Default concrete implementation to provide business logic for
MultichannelOrderHistoryService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadMultiChannelTransactionsForCustomer(String customerNumber, PaginationData paginationData) reads the all transactions (hybris + pos + SD) for a given customerreadSalesDocumentDetails(String customerNumber, String transactionNumber) read detail for sales documentvoidsetMultichannelDataProviderService(MultichannelDataProviderService multichannelDataProviderService) voidsetMultichannelOrderHistoryExtractorService(MultichannelOrderHistoryExtractorService multichannelOrderHistoryExtractorService) Methods inherited from class de.hybris.platform.sap.sapcarintegration.services.impl.DefaultCarOrderHistoryService
getCarDataProviderService, getCarOrderHistoryExtractorService, readOrderDetails, readOrdersForCustomer, setCarDataProviderService, setCarOrderHistoryExtractorServiceMethods 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.CarOrderHistoryService
readOrderDetails, readOrdersForCustomer
-
Constructor Details
-
DefaultMultichannelOrderHistoryService
public DefaultMultichannelOrderHistoryService()
-
-
Method Details
-
getMultichannelDataProviderService
-
setMultichannelDataProviderService
public void setMultichannelDataProviderService(MultichannelDataProviderService multichannelDataProviderService) -
getMultichannelOrderHistoryExtractorService
-
setMultichannelOrderHistoryExtractorService
public void setMultichannelOrderHistoryExtractorService(MultichannelOrderHistoryExtractorService multichannelOrderHistoryExtractorService) -
readSalesDocumentDetails
public CarMultichannelOrderHistoryData readSalesDocumentDetails(String customerNumber, String transactionNumber) Description copied from interface:MultichannelOrderHistoryServiceread detail for sales document- Specified by:
readSalesDocumentDetailsin interfaceMultichannelOrderHistoryService- Returns:
CarMultichannelOrderHistoryData
-
readMultiChannelTransactionsForCustomer
public List<CarMultichannelOrderHistoryData> readMultiChannelTransactionsForCustomer(String customerNumber, PaginationData paginationData) Description copied from interface:MultichannelOrderHistoryServicereads the all transactions (hybris + pos + SD) for a given customer- Specified by:
readMultiChannelTransactionsForCustomerin interfaceMultichannelOrderHistoryService- Returns:
List<CarMultichannelOrderHistoryData>
-