Uses of Class
de.hybris.platform.commercewebservicescommons.dto.order.OrderHistoryListWsDTO
-
Packages that use OrderHistoryListWsDTO Package Description de.hybris.platform.ycommercewebservices.v2.controller de.hybris.platform.ycommercewebservices.v2.helper -
-
Uses of OrderHistoryListWsDTO in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return OrderHistoryListWsDTO Modifier and Type Method Description OrderHistoryListWsDTOOrdersController. getUserOrderHistory(java.lang.String statuses, int currentPage, int pageSize, java.lang.String sort, java.lang.String fields, javax.servlet.http.HttpServletResponse response) -
Uses of OrderHistoryListWsDTO in de.hybris.platform.ycommercewebservices.v2.helper
Methods in de.hybris.platform.ycommercewebservices.v2.helper that return OrderHistoryListWsDTO Modifier and Type Method Description OrderHistoryListWsDTOOrdersHelper. searchOrderHistory(java.lang.String statuses, int currentPage, int pageSize, java.lang.String sort, java.lang.String fields)
-