Uses of Class
de.hybris.platform.commercefacades.order.data.OrderHistoryData
-
-
Uses of OrderHistoryData in de.hybris.platform.assistedservicestorefront.customer360.provider
Methods in de.hybris.platform.assistedservicestorefront.customer360.provider that return OrderHistoryData Modifier and Type Method Description protected OrderHistoryDataHeadingDataProvider. getLatestOrderForCustomer() -
Uses of OrderHistoryData in de.hybris.platform.b2bacceleratorfacades.order
Methods in de.hybris.platform.b2bacceleratorfacades.order that return types with arguments of type OrderHistoryData Modifier and Type Method Description SearchPageData<? extends OrderHistoryData>B2BOrderFacade. getPagedReplenishmentOrderHistory(java.lang.String jobCode, PageableData pageableData)Retrieves all the scheduled order for a given jobCode with configurable parameters.java.util.List<? extends OrderHistoryData>B2BOrderFacade. getReplenishmentOrderHistory(java.lang.String jobCode, java.lang.String user)Retrieves all the scheduled order for a given jobCode. -
Uses of OrderHistoryData in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return types with arguments of type OrderHistoryData Modifier and Type Method Description SearchPageData<? extends OrderHistoryData>DefaultB2BOrderFacade. getPagedReplenishmentOrderHistory(java.lang.String jobCode, PageableData pageableData)java.util.List<? extends OrderHistoryData>DefaultB2BOrderFacade. getReplenishmentOrderHistory(java.lang.String jobCode, java.lang.String user) -
Uses of OrderHistoryData in de.hybris.platform.b2bacceleratorfacades.order.populators
Methods in de.hybris.platform.b2bacceleratorfacades.order.populators with parameters of type OrderHistoryData Modifier and Type Method Description voidB2BOrderHistoryPopulator. populate(OrderModel source, OrderHistoryData target) -
Uses of OrderHistoryData in de.hybris.platform.b2bcommercefacades.order
Methods in de.hybris.platform.b2bcommercefacades.order that return types with arguments of type OrderHistoryData Modifier and Type Method Description SearchPageData<OrderHistoryData>B2BQuoteFacade. getQuoteHistory(PageableData pageableData)Deprecated.Returns the quote history of the current user. -
Uses of OrderHistoryData in de.hybris.platform.b2bcommercefacades.order.impl
Methods in de.hybris.platform.b2bcommercefacades.order.impl that return types with arguments of type OrderHistoryData Modifier and Type Method Description SearchPageData<OrderHistoryData>DefaultB2BQuoteFacade. getQuoteHistory(PageableData pageableData)Deprecated. -
Uses of OrderHistoryData in de.hybris.platform.commercefacades.order
Methods in de.hybris.platform.commercefacades.order that return types with arguments of type OrderHistoryData Modifier and Type Method Description java.util.List<OrderHistoryData>OrderFacade. getOrderHistoryForStatuses(OrderStatus... statuses)Returns the order history of the current user for given statuses.SearchPageData<OrderHistoryData>OrderFacade. getPagedOrderHistoryForStatuses(PageableData pageableData, OrderStatus... statuses)Returns the order history of the current user for given statuses. -
Uses of OrderHistoryData in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type OrderHistoryData Modifier and Type Method Description voidOrderHistoryPopulator. populate(OrderModel source, OrderHistoryData target) -
Uses of OrderHistoryData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return types with arguments of type OrderHistoryData Modifier and Type Method Description java.util.List<OrderHistoryData>OrderHistoriesData. getOrders()Method parameters in de.hybris.platform.commercefacades.order.data with type arguments of type OrderHistoryData Modifier and Type Method Description voidOrderHistoriesData. setOrders(java.util.List<OrderHistoryData> orders) -
Uses of OrderHistoryData in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type OrderHistoryData Modifier and Type Method Description protected Converter<OrderModel,OrderHistoryData>DefaultOrderFacade. getOrderHistoryConverter()java.util.List<OrderHistoryData>DefaultOrderFacade. getOrderHistoryForStatuses(OrderStatus... statuses)SearchPageData<OrderHistoryData>DefaultOrderFacade. getPagedOrderHistoryForStatuses(PageableData pageableData, OrderStatus... statuses)Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type OrderHistoryData Modifier and Type Method Description voidDefaultOrderFacade. setOrderHistoryConverter(Converter<OrderModel,OrderHistoryData> orderHistoryConverter) -
Uses of OrderHistoryData in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl that return types with arguments of type OrderHistoryData Modifier and Type Method Description java.util.List<OrderHistoryData>SapOrdermgmtB2BOrderFacade. getOrderHistoryForStatuses(OrderStatus... statuses)SearchPageData<OrderHistoryData>SapOrdermgmtB2BOrderFacade. getPagedOrderHistoryForStatuses(PageableData pageableData, OrderStatus... statuses) -
Uses of OrderHistoryData in de.hybris.platform.sap.sapordermgmtservices.converters.populator
Methods in de.hybris.platform.sap.sapordermgmtservices.converters.populator with parameters of type OrderHistoryData Modifier and Type Method Description voidDefaultOrderHistoryPopulator. populate(SearchResult source, OrderHistoryData target)protected voidDefaultOrderHistoryPopulator. populateCondensedstatus(SearchResult source, OrderHistoryData target)Compiles a condensed status from overall and delivery status, seesetCondensedStatus(String).protected voidDefaultOrderHistoryPopulator. populateOverallstatus(SearchResult source, OrderHistoryData target)Maps overall BOL status into hybris overall status, seesetStatus(OrderStatus) -
Uses of OrderHistoryData in de.hybris.platform.sap.sapordermgmtservices.order
Methods in de.hybris.platform.sap.sapordermgmtservices.order that return types with arguments of type OrderHistoryData Modifier and Type Method Description java.util.List<OrderHistoryData>OrderService. getOrderHistoryForStatuses(OrderStatus... statuses)Perform an order search without pagination and sortingSearchPageData<OrderHistoryData>OrderService. getPagedOrderHistoryForStatuses(PageableData pageableData, OrderStatus... statuses)Perform an order search, taking pagination and sorting into account -
Uses of OrderHistoryData in de.hybris.platform.sap.sapordermgmtservices.order.impl
Methods in de.hybris.platform.sap.sapordermgmtservices.order.impl that return types with arguments of type OrderHistoryData Modifier and Type Method Description Converter<SearchResult,OrderHistoryData>DefaultOrderService. getOrderHistoryConverter()Retrieves order history converterjava.util.List<OrderHistoryData>DefaultOrderService. getOrderHistoryForStatuses(OrderStatus... statuses)SearchPageData<OrderHistoryData>DefaultOrderService. getPagedOrderHistoryForStatuses(PageableData pageableData, OrderStatus... statuses)Method parameters in de.hybris.platform.sap.sapordermgmtservices.order.impl with type arguments of type OrderHistoryData Modifier and Type Method Description voidDefaultOrderService. setOrderHistoryConverter(Converter<SearchResult,OrderHistoryData> orderHistoryConverter)Sets order history converter from spring definition -
Uses of OrderHistoryData in de.hybris.platform.ycommercewebservices.v1.controller
Method parameters in de.hybris.platform.ycommercewebservices.v1.controller with type arguments of type OrderHistoryData Modifier and Type Method Description protected OrderHistoriesDataOrderController. createOrderHistoriesData(SearchPageData<OrderHistoryData> result) -
Uses of OrderHistoryData in de.hybris.platform.ycommercewebservices.v2.helper
Method parameters in de.hybris.platform.ycommercewebservices.v2.helper with type arguments of type OrderHistoryData Modifier and Type Method Description protected OrderHistoriesDataOrdersHelper. createOrderHistoriesData(SearchPageData<OrderHistoryData> result)
-