Uses of Class
de.hybris.platform.commercewebservicescommons.dto.order.CartModificationWsDTO
-
-
Uses of CartModificationWsDTO in de.hybris.platform.b2ctelcoocc.controllers
Methods in de.hybris.platform.b2ctelcoocc.controllers that return CartModificationWsDTO Modifier and Type Method Description protected CartModificationWsDTOTmaCartsController. addCartEntryInternal(java.lang.String baseSiteId, java.lang.String fields, OrderEntryWsDTO entry, java.lang.Integer cartGroupNo, java.lang.String cartId, java.lang.String userId)CartModificationWsDTOTmaCartsController. createCartEntry(java.lang.String cartId, java.lang.String userId, java.lang.String baseSiteId, OrderEntryWsDTO entry, java.lang.String fields)CartModificationWsDTOTmaCartsController. updateCartEntry(java.lang.String baseSiteId, long entryNumber, OrderEntryWsDTO entry, java.lang.String fields, java.lang.String cartId, java.lang.String userId) -
Uses of CartModificationWsDTO in de.hybris.platform.b2ctelcooccaddon.controllers
Methods in de.hybris.platform.b2ctelcooccaddon.controllers that return CartModificationWsDTO Modifier and Type Method Description protected CartModificationWsDTOTmaCartsController. addCartEntryInternal(java.lang.String baseSiteId, java.lang.String fields, OrderEntryWsDTO entry, java.lang.Integer cartGroupNo, java.lang.String cartId, java.lang.String userId)CartModificationWsDTOTmaCartsController. createCartEntry(java.lang.String cartId, java.lang.String userId, java.lang.String baseSiteId, OrderEntryWsDTO entry, java.lang.String fields)CartModificationWsDTOTmaCartsController. updateCartEntry(java.lang.String baseSiteId, long entryNumber, OrderEntryWsDTO entry, java.lang.String fields, java.lang.String cartId, java.lang.String userId) -
Uses of CartModificationWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Methods in de.hybris.platform.commercewebservicescommons.dto.order that return types with arguments of type CartModificationWsDTO Modifier and Type Method Description java.util.List<CartModificationWsDTO>CartModificationListWsDTO. getCartModifications()Method parameters in de.hybris.platform.commercewebservicescommons.dto.order with type arguments of type CartModificationWsDTO Modifier and Type Method Description voidCartModificationListWsDTO. setCartModifications(java.util.List<CartModificationWsDTO> cartModifications)
-