Uses of Class
de.hybris.platform.sap.sapcarintegration.data.CarMultichannelOrderHistoryData
Packages that use CarMultichannelOrderHistoryData
Package
Description
-
Uses of CarMultichannelOrderHistoryData in de.hybris.platform.sap.sapcarcommercefacades.order
Methods in de.hybris.platform.sap.sapcarcommercefacades.order that return CarMultichannelOrderHistoryDataModifier and TypeMethodDescriptionCarOrderFacade.getSalesDocumentDetails(String TransactionNumber) Methods in de.hybris.platform.sap.sapcarcommercefacades.order that return types with arguments of type CarMultichannelOrderHistoryDataModifier and TypeMethodDescriptionCarOrderFacade.getPagedMultichannelOrderHistoryForCustomer(PageableData pageableData) Methods in de.hybris.platform.sap.sapcarcommercefacades.order with parameters of type CarMultichannelOrderHistoryDataModifier and TypeMethodDescriptionvoidCarOrderConverter.convertOrder(CarMultichannelOrderHistoryData order) -
Uses of CarMultichannelOrderHistoryData in de.hybris.platform.sap.sapcarcommercefacades.order.impl
Methods in de.hybris.platform.sap.sapcarcommercefacades.order.impl that return CarMultichannelOrderHistoryDataModifier and TypeMethodDescriptionDefaultCarOrderFacade.getSalesDocumentDetails(String TransactionNumber) Methods in de.hybris.platform.sap.sapcarcommercefacades.order.impl that return types with arguments of type CarMultichannelOrderHistoryDataModifier and TypeMethodDescriptionDefaultCarOrderFacade.getPagedMultichannelOrderHistoryForCustomer(PageableData pageableData) Methods in de.hybris.platform.sap.sapcarcommercefacades.order.impl with parameters of type CarMultichannelOrderHistoryDataModifier and TypeMethodDescriptionvoidDefaultCarOrderConverter.convertOrder(CarMultichannelOrderHistoryData order) -
Uses of CarMultichannelOrderHistoryData in de.hybris.platform.sap.sapcarintegration.services
Methods in de.hybris.platform.sap.sapcarintegration.services that return CarMultichannelOrderHistoryDataModifier and TypeMethodDescriptionMultichannelOrderHistoryExtractorService.extractSalesDocumentHeader(org.apache.olingo.odata2.api.ep.feed.ODataFeed feed) Extract Header information for MultiChannel Orders from a CAR instancesMultichannelOrderHistoryService.readSalesDocumentDetails(String customerNumber, String transactionNumber) read detail for sales documentMethods in de.hybris.platform.sap.sapcarintegration.services that return types with arguments of type CarMultichannelOrderHistoryDataModifier and TypeMethodDescriptionMultichannelOrderHistoryExtractorService.extractMultichannelOrders(PaginationData paginationData, org.apache.olingo.odata2.api.ep.feed.ODataFeed feed) Extract the full details of the Multichannel orders from the CAR instanceMultichannelOrderHistoryService.readMultiChannelTransactionsForCustomer(String customerNumber, PaginationData paginationData) reads the all transactions (hybris + pos + SD) for a given customerMethods in de.hybris.platform.sap.sapcarintegration.services with parameters of type CarMultichannelOrderHistoryDataModifier and TypeMethodDescriptionvoidMultichannelOrderHistoryExtractorService.extractSalesDocumentEntries(CarMultichannelOrderHistoryData order, org.apache.olingo.odata2.api.ep.feed.ODataFeed feed) Extract the various Sales Document Entries contained within the MultiChannel CAR instance -
Uses of CarMultichannelOrderHistoryData in de.hybris.platform.sap.sapcarintegration.services.impl
Methods in de.hybris.platform.sap.sapcarintegration.services.impl that return CarMultichannelOrderHistoryDataModifier and TypeMethodDescriptionprotected CarMultichannelOrderHistoryDataDefaultMultichannelOrderHistoryExtractorService.extractMultichannelOrder(org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) DefaultMultichannelOrderHistoryExtractorService.extractSalesDocumentHeader(org.apache.olingo.odata2.api.ep.feed.ODataFeed feed) DefaultMultichannelOrderHistoryService.readSalesDocumentDetails(String customerNumber, String transactionNumber) Methods in de.hybris.platform.sap.sapcarintegration.services.impl that return types with arguments of type CarMultichannelOrderHistoryDataModifier and TypeMethodDescriptionDefaultMultichannelOrderHistoryExtractorService.extractMultichannelOrders(PaginationData paginationData, org.apache.olingo.odata2.api.ep.feed.ODataFeed feed) DefaultMultichannelOrderHistoryService.readMultiChannelTransactionsForCustomer(String customerNumber, PaginationData paginationData) Methods in de.hybris.platform.sap.sapcarintegration.services.impl with parameters of type CarMultichannelOrderHistoryDataModifier and TypeMethodDescriptionprotected OrderChannelTypeEnumDefaultMultichannelOrderHistoryExtractorService.determineOrderChannelType(CarMultichannelOrderHistoryData order) utility method to determine order Type storeId != null ---> POS Order salesOrg + DisChannel + DocumentType == Current Store Config ---> Hybris web Order Otherwise its an SD ORdervoidDefaultMultichannelOrderHistoryExtractorService.extractSalesDocumentEntries(CarMultichannelOrderHistoryData order, org.apache.olingo.odata2.api.ep.feed.ODataFeed feed)