Uses of Class
de.hybris.platform.commercewebservicescommons.dto.order.OrderWsDTO
-
-
Uses of OrderWsDTO in de.hybris.platform.b2b.occ.v2.controllers
Methods in de.hybris.platform.b2b.occ.v2.controllers that return OrderWsDTO Modifier and Type Method Description OrderWsDTOB2BOrdersController. placeOrder(java.lang.String cartId, boolean termsChecked, java.lang.String securityCode, java.lang.String fields) -
Uses of OrderWsDTO in de.hybris.platform.chinesepaymentoccaddon.controllers
Methods in de.hybris.platform.chinesepaymentoccaddon.controllers that return OrderWsDTO Modifier and Type Method Description OrderWsDTOPaymentInfoController. createChineseOrder(java.lang.String fields) -
Uses of OrderWsDTO in de.hybris.platform.ordermanagementwebservices.controllers.order
Methods in de.hybris.platform.ordermanagementwebservices.controllers.order that return OrderWsDTO Modifier and Type Method Description OrderWsDTOOmsOrdersController. getOrderForCode(java.lang.String code, java.lang.String fields)Request to get an order by codeOrderWsDTOOmsOrdersController. submitOrder(OrderRequestWsDTO orderRequestWsDTO, java.lang.String fields)Request to submit order in the system -
Uses of OrderWsDTO in de.hybris.platform.ordermanagementwebservices.dto.order
Methods in de.hybris.platform.ordermanagementwebservices.dto.order that return types with arguments of type OrderWsDTO Modifier and Type Method Description java.util.List<OrderWsDTO>OrderSearchPageWsDto. getOrders()Method parameters in de.hybris.platform.ordermanagementwebservices.dto.order with type arguments of type OrderWsDTO Modifier and Type Method Description voidOrderSearchPageWsDto. setOrders(java.util.List<OrderWsDTO> orders) -
Uses of OrderWsDTO in de.hybris.platform.ordermanagementwebservices.dto.returns
Methods in de.hybris.platform.ordermanagementwebservices.dto.returns that return OrderWsDTO Modifier and Type Method Description OrderWsDTOReturnRequestWsDTO. getOrder()Methods in de.hybris.platform.ordermanagementwebservices.dto.returns with parameters of type OrderWsDTO Modifier and Type Method Description voidReturnRequestWsDTO. setOrder(OrderWsDTO order) -
Uses of OrderWsDTO in de.hybris.platform.ordermanagementwebservices.util
Methods in de.hybris.platform.ordermanagementwebservices.util that return OrderWsDTO Modifier and Type Method Description protected OrderWsDTOBaseOrderManagementWebservicesIntegrationTest. getOrderByCode(java.lang.String code) -
Uses of OrderWsDTO in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return OrderWsDTO Modifier and Type Method Description OrderWsDTOOrdersController. getOrder(java.lang.String code, java.lang.String fields)OrderWsDTOOrdersController. getUserOrders(java.lang.String code, java.lang.String fields)OrderWsDTOOrdersController. placeOrder(java.lang.String cartId, java.lang.String fields)
-