Interface MultichannelOrderHistoryService
- All Superinterfaces:
CarOrderHistoryService
- All Known Implementing Classes:
DefaultMultichannelOrderHistoryService
Interface to provide Order History data from a Multichannel configured CAR instance
-
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 documentMethods inherited from interface de.hybris.platform.sap.sapcarintegration.services.CarOrderHistoryService
readOrderDetails, readOrdersForCustomer
-
Method Details
-
readMultiChannelTransactionsForCustomer
List<CarMultichannelOrderHistoryData> readMultiChannelTransactionsForCustomer(String customerNumber, PaginationData paginationData) reads the all transactions (hybris + pos + SD) for a given customer- Parameters:
customerNumber-paginationData-- Returns:
List<CarMultichannelOrderHistoryData>
-
readSalesDocumentDetails
CarMultichannelOrderHistoryData readSalesDocumentDetails(String customerNumber, String transactionNumber) read detail for sales document- Parameters:
customerNumber-transactionNumber-- Returns:
CarMultichannelOrderHistoryData
-