Uses of Class
de.hybris.platform.commercewebservicescommons.dto.order.CartWsDTO
-
Packages that use CartWsDTO Package Description de.hybris.platform.b2b.occ.v2.controllers de.hybris.platform.commercewebservicescommons.dto.order de.hybris.platform.ycommercewebservices.v2.controller -
-
Uses of CartWsDTO in de.hybris.platform.b2b.occ.v2.controllers
Methods in de.hybris.platform.b2b.occ.v2.controllers that return CartWsDTO Modifier and Type Method Description CartWsDTOB2BCartsController. getCurrentCart(java.lang.String fields)CartWsDTOB2BCartsController. setCartCostCenter(java.lang.String costCenterId, java.lang.String fields)CartWsDTOB2BCartsController. setCartDeliveryAddress(java.lang.String addressId, java.lang.String fields)CartWsDTOB2BCartsController. setPaymentType(java.lang.String paymentType, java.lang.String purchaseOrderNumber, java.lang.String fields) -
Uses of CartWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Methods in de.hybris.platform.commercewebservicescommons.dto.order that return CartWsDTO Modifier and Type Method Description CartWsDTOSaveCartResultWsDTO. getSavedCartData()Methods in de.hybris.platform.commercewebservicescommons.dto.order that return types with arguments of type CartWsDTO Modifier and Type Method Description java.util.List<CartWsDTO>CartListWsDTO. getCarts()Methods in de.hybris.platform.commercewebservicescommons.dto.order with parameters of type CartWsDTO Modifier and Type Method Description voidSaveCartResultWsDTO. setSavedCartData(CartWsDTO savedCartData)Method parameters in de.hybris.platform.commercewebservicescommons.dto.order with type arguments of type CartWsDTO Modifier and Type Method Description voidCartListWsDTO. setCarts(java.util.List<CartWsDTO> carts) -
Uses of CartWsDTO in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return CartWsDTO Modifier and Type Method Description CartWsDTOCartsController. createCart(java.lang.String oldCartId, java.lang.String toMergeCartGuid, java.lang.String fields)CartWsDTOCartsController. getCart(java.lang.String fields)
-