Uses of Class
de.hybris.platform.commercefacades.order.data.OrderHistoriesData
-
Packages that use OrderHistoriesData Package Description de.hybris.platform.ycommercewebservices.v1.controller de.hybris.platform.ycommercewebservices.v2.helper -
-
Uses of OrderHistoriesData in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return OrderHistoriesData Modifier and Type Method Description protected OrderHistoriesDataOrderController. createOrderHistoriesData(SearchPageData<OrderHistoryData> result)OrderHistoriesDataOrderController. getPagedOrdersForStatuses(java.lang.String statuses, int currentPage, int pageSize, java.lang.String sort)Web service for getting current user's order history data.
Sample call: https://localhost:9002/rest/v1/mysite/orders?statuses=COMPLETED,CANCELLED&pageSize=5¤tPage=0
This method requires authentication.
Method type :GET.
Method is restricted forHTTPSchannel. -
Uses of OrderHistoriesData in de.hybris.platform.ycommercewebservices.v2.helper
Methods in de.hybris.platform.ycommercewebservices.v2.helper that return OrderHistoriesData Modifier and Type Method Description protected OrderHistoriesDataOrdersHelper. createOrderHistoriesData(SearchPageData<OrderHistoryData> result)OrderHistoriesDataOrdersHelper. searchOrderHistory(java.lang.String statuses, int currentPage, int pageSize, java.lang.String sort)
-