Uses of Class
de.hybris.platform.sap.sapcarintegration.data.CarOrderHistoryData
Packages that use CarOrderHistoryData
Package
Description
-
Uses of CarOrderHistoryData in de.hybris.platform.sap.sapcarcommercefacades.order
Methods in de.hybris.platform.sap.sapcarcommercefacades.order that return CarOrderHistoryDataModifier and TypeMethodDescriptionCarOrderFacade.getOrderDetails(String transactionDate, String storeId, Integer transactionIndex) Returns the detail of an Order corresponding to unique key (date, store, transaction index).Methods in de.hybris.platform.sap.sapcarcommercefacades.order that return types with arguments of type CarOrderHistoryDataModifier and TypeMethodDescriptionCarOrderFacade.getPagedOrderHistoryForCustomer(PageableData pageableData) Returns the order history of the current user for given customer Id.Methods in de.hybris.platform.sap.sapcarcommercefacades.order with parameters of type CarOrderHistoryDataMethod parameters in de.hybris.platform.sap.sapcarcommercefacades.order with type arguments of type CarOrderHistoryDataModifier and TypeMethodDescriptionvoidCarOrderConverter.convertOrders(List<CarOrderHistoryData> orderList) -
Uses of CarOrderHistoryData in de.hybris.platform.sap.sapcarcommercefacades.order.impl
Methods in de.hybris.platform.sap.sapcarcommercefacades.order.impl that return CarOrderHistoryDataModifier and TypeMethodDescriptionDefaultCarOrderFacade.getOrderDetails(String businessDayDate, String storeId, Integer transactionIndex) Methods in de.hybris.platform.sap.sapcarcommercefacades.order.impl that return types with arguments of type CarOrderHistoryDataModifier and TypeMethodDescriptionDefaultCarOrderFacade.getPagedOrderHistoryForCustomer(PageableData pageableData) Methods in de.hybris.platform.sap.sapcarcommercefacades.order.impl with parameters of type CarOrderHistoryDataModifier and TypeMethodDescriptionvoidDefaultCarOrderConverter.convertOrder(CarOrderHistoryData order) Deprecated, for removal: This API element is subject to removal in a future version.(since = "ages", forRemoval = true) since ages.Method parameters in de.hybris.platform.sap.sapcarcommercefacades.order.impl with type arguments of type CarOrderHistoryDataModifier and TypeMethodDescriptionvoidDefaultCarOrderConverter.convertOrders(List<CarOrderHistoryData> orderList) Deprecated, for removal: This API element is subject to removal in a future version.(since = "ages", forRemoval= true) since ages. -
Uses of CarOrderHistoryData in de.hybris.platform.sap.sapcarintegration.services
Methods in de.hybris.platform.sap.sapcarintegration.services that return CarOrderHistoryDataModifier and TypeMethodDescriptionCarOrderHistoryExtractorService.extractOrder(org.apache.olingo.odata2.api.ep.feed.ODataFeed feed) CarOrderHistoryService.readOrderDetails(String businessDayDate, String storeId, Integer transactionIndex, String customerNumber) return order history data with header, store and item data filledMethods in de.hybris.platform.sap.sapcarintegration.services that return types with arguments of type CarOrderHistoryDataModifier and TypeMethodDescriptionCarOrderHistoryExtractorService.extractOrders(org.apache.olingo.odata2.api.ep.feed.ODataFeed feed, PaginationData paginationData) CarOrderHistoryService.readOrdersForCustomer(String customerNumber, PaginationData paginationData) read paginated order history for a customerMethods in de.hybris.platform.sap.sapcarintegration.services with parameters of type CarOrderHistoryDataModifier and TypeMethodDescriptionvoidCarOrderHistoryExtractorService.extractOrderEntries(CarOrderHistoryData order, org.apache.olingo.odata2.api.ep.feed.ODataFeed readItemFeed) Extract order item entries -
Uses of CarOrderHistoryData in de.hybris.platform.sap.sapcarintegration.services.impl
Methods in de.hybris.platform.sap.sapcarintegration.services.impl that return CarOrderHistoryDataModifier and TypeMethodDescriptionprotected CarOrderHistoryDataDefaultCarOrderHistoryExtractorService.extractOrder(org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) DefaultCarOrderHistoryExtractorService.extractOrder(org.apache.olingo.odata2.api.ep.feed.ODataFeed feed) DefaultCarOrderHistoryService.readOrderDetails(String businessDayDate, String storeId, Integer transactionIndex, String customerNumber) Methods in de.hybris.platform.sap.sapcarintegration.services.impl that return types with arguments of type CarOrderHistoryDataModifier and TypeMethodDescriptionDefaultCarOrderHistoryExtractorService.extractOrders(org.apache.olingo.odata2.api.ep.feed.ODataFeed feed, PaginationData paginationData) DefaultCarOrderHistoryService.readOrdersForCustomer(String customerNumber, PaginationData paginationData) Methods in de.hybris.platform.sap.sapcarintegration.services.impl with parameters of type CarOrderHistoryDataModifier and TypeMethodDescriptionvoidDefaultCarOrderHistoryExtractorService.extractOrderEntries(CarOrderHistoryData order, org.apache.olingo.odata2.api.ep.feed.ODataFeed feed) extract entries and append them to the order