Uses of Class
de.hybris.platform.commercewebservicescommons.dto.order.CartModificationWsDTO
Packages that use CartModificationWsDTO
Package
Description
-
Uses of CartModificationWsDTO in de.hybris.platform.b2b.occ.v2.controllers
Methods in de.hybris.platform.b2b.occ.v2.controllers that return CartModificationWsDTOModifier and TypeMethodDescriptionB2BCartsController.addCartEntry(String baseSiteId, String code, long quantity, String fields) B2BCartsController.updateCartEntry(String baseSiteId, int entryNumber, Long quantity, String fields) B2BCartsController.updateCartEntry(String baseSiteId, String product, Integer entryNumber, Long quantity, String fields) -
Uses of CartModificationWsDTO in de.hybris.platform.b2bocc.v2.controllers
Methods in de.hybris.platform.b2bocc.v2.controllers that return CartModificationWsDTOModifier and TypeMethodDescriptionB2BCartsController.addCartEntry(String baseSiteId, String code, long quantity, String fields) B2BCartsController.updateCartEntry(String baseSiteId, int entryNumber, Long quantity, String fields) B2BCartsController.updateCartEntry(String baseSiteId, String product, Integer entryNumber, Long quantity, String fields) -
Uses of CartModificationWsDTO in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller that return CartModificationWsDTOModifier and TypeMethodDescriptionprotected CartModificationWsDTOCartEntriesController.addCartEntryInternal(String baseSiteId, String code, long qty, String pickupStore, String fields) CartEntryGroupsController.addToCartEntryGroup(String baseSiteId, Integer entryGroupNumber, OrderEntryWsDTO entry, String fields) CartEntriesController.createCartEntry(String baseSiteId, OrderEntryWsDTO entry, String fields) CartEntriesController.replaceCartEntry(String baseSiteId, long entryNumber, OrderEntryWsDTO entry, String fields) CartEntriesController.updateCartEntry(String baseSiteId, long entryNumber, OrderEntryWsDTO entry, String fields) protected CartModificationWsDTOCartEntriesController.updateCartEntryInternal(String baseSiteId, CartData cart, OrderEntryData orderEntry, Long qty, String pickupStore, String fields, boolean putMode) -
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 CartModificationWsDTOMethod parameters in de.hybris.platform.commercewebservicescommons.dto.order with type arguments of type CartModificationWsDTOModifier and TypeMethodDescriptionvoidCartModificationListWsDTO.setCartModifications(List<CartModificationWsDTO> cartModifications) -
Uses of CartModificationWsDTO in de.hybris.platform.configurablebundleocc.controllers
Methods in de.hybris.platform.configurablebundleocc.controllers that return CartModificationWsDTOModifier and TypeMethodDescriptionConfigurableBundleController.createBundle(@Valid BundleStarterWsDTO bundleStarter) -
Uses of CartModificationWsDTO in de.hybris.platform.sap.productconfig.occ.controllers
Methods in de.hybris.platform.sap.productconfig.occ.controllers that return CartModificationWsDTOModifier and TypeMethodDescriptionProductConfiguratorCCPCartIntegrationController.addCartEntry(String baseSiteId, ProductConfigOrderEntryWsDTO entry) ProductConfiguratorCCPCartIntegrationController.updateCartEntry(String baseSiteId, int entryNumber, ProductConfigOrderEntryWsDTO entry) -
Uses of CartModificationWsDTO in de.hybris.platform.textfieldconfiguratortemplateocc.controllers
Methods in de.hybris.platform.textfieldconfiguratortemplateocc.controllers that return CartModificationWsDTOModifier and TypeMethodDescriptionProductConfiguratorTextfieldTemplateController.addCartEntry(String baseSiteId, OrderEntryWsDTO entry, String fields) ProductConfiguratorTextfieldTemplateController.getConfigurationInEntry(int entryNumber, ConfigurationInfoListWsDTO configInfoList) -
Uses of CartModificationWsDTO in de.hybris.platform.textfieldconfiguratortemplateoccaddon.controllers
Methods in de.hybris.platform.textfieldconfiguratortemplateoccaddon.controllers that return CartModificationWsDTOModifier and TypeMethodDescriptionProductTextfieldConfiguratorController.addCartEntry(String baseSiteId, OrderEntryWsDTO entry, String fields) ProductTextfieldConfiguratorController.updateConfigurationInEntry(int entryNumber, ConfigurationInfoListWsDTO configInfoList) -
Uses of CartModificationWsDTO in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return CartModificationWsDTOModifier and TypeMethodDescriptionprotected CartModificationWsDTOCartEntriesController.addCartEntryInternal(String baseSiteId, String code, long qty, String pickupStore, String fields) CartEntryGroupsController.addToCartEntryGroup(String baseSiteId, Integer entryGroupNumber, OrderEntryWsDTO entry, String fields) CartEntriesController.createCartEntry(String baseSiteId, OrderEntryWsDTO entry, String fields) CartEntriesController.replaceCartEntry(String baseSiteId, long entryNumber, OrderEntryWsDTO entry, String fields) CartEntriesController.updateCartEntry(String baseSiteId, long entryNumber, OrderEntryWsDTO entry, String fields) protected CartModificationWsDTOCartEntriesController.updateCartEntryInternal(String baseSiteId, CartData cart, OrderEntryData orderEntry, Long qty, String pickupStore, String fields, boolean putMode)