Uses of Class
de.hybris.platform.commercefacades.order.data.CartModificationData
Packages that use CartModificationData
Package
Description
-
Uses of CartModificationData in de.hybris.platform.acceleratorfacades.order
Methods in de.hybris.platform.acceleratorfacades.order that return types with arguments of type CartModificationDataModifier and TypeMethodDescriptionAcceleratorCheckoutFacade.consolidateCheckoutCart(String pickupPointOfServiceName) Runs calculation again and updates cart -
Uses of CartModificationData in de.hybris.platform.acceleratorfacades.order.impl
Methods in de.hybris.platform.acceleratorfacades.order.impl that return types with arguments of type CartModificationDataModifier and TypeMethodDescriptionDefaultAcceleratorCheckoutFacade.consolidateCheckoutCart(String pickupPointOfServiceName) DefaultAcceleratorCheckoutFacade.getCartModificationConverter()Method parameters in de.hybris.platform.acceleratorfacades.order.impl with type arguments of type CartModificationDataModifier and TypeMethodDescriptionvoidDefaultAcceleratorCheckoutFacade.setCartModificationConverter(Converter<CommerceCartModification, CartModificationData> cartModificationConverter) -
Uses of CartModificationData in de.hybris.platform.b2b.occ.exceptions
Methods in de.hybris.platform.b2b.occ.exceptions that return types with arguments of type CartModificationDataConstructor parameters in de.hybris.platform.b2b.occ.exceptions with type arguments of type CartModificationData -
Uses of CartModificationData in de.hybris.platform.b2b.occ.v2.controllers
Methods in de.hybris.platform.b2b.occ.v2.controllers with parameters of type CartModificationDataModifier and TypeMethodDescriptionprotected ErrorWsDTOQuoteController.mapError(CartModificationData cartModificationData) Method parameters in de.hybris.platform.b2b.occ.v2.controllers with type arguments of type CartModificationDataModifier and TypeMethodDescriptionprotected CartModificationDataListB2BCartsController.getCartModificationDataList(List<CartModificationData> result) -
Uses of CartModificationData in de.hybris.platform.b2bacceleratorfacades.api.cart
Methods in de.hybris.platform.b2bacceleratorfacades.api.cart that return CartModificationDataModifier and TypeMethodDescriptionCartFacade.addOrderEntry(OrderEntryData cartEntry) Method for adding a product to cart.CartFacade.updateOrderEntry(OrderEntryData cartEntry) Method for updating the number of products.Methods in de.hybris.platform.b2bacceleratorfacades.api.cart that return types with arguments of type CartModificationDataModifier and TypeMethodDescriptionCartFacade.addOrderEntryList(List<OrderEntryData> cartEntries) Method for adding a product to cart.CartFacade.updateOrderEntryList(List<OrderEntryData> cartEntries) Method for updating a list of products in the cart.CartFacade.validateCurrentCartData()Method for validating every entry in the cart -
Uses of CartModificationData in de.hybris.platform.b2bacceleratorfacades.order.converters.populator
Methods in de.hybris.platform.b2bacceleratorfacades.order.converters.populator that return CartModificationDataModifier and TypeMethodDescriptionprotected CartModificationDataGroupCartModificationListPopulator.getGroupedCartModificationData(List<CartModificationData> groupedModificationList, OrderEntryData groupedEntry) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.order.converters.populator that return types with arguments of type CartModificationDataModifier and TypeMethodDescriptionprotected List<CartModificationData>GroupCartModificationListPopulator.groupCartModificationDataList(List<CartModificationData> modificationDataList) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.order.converters.populator with parameters of type CartModificationDataModifier and TypeMethodDescriptionprotected voidGroupCartModificationListPopulator.updateGroupedModificationValues(CartModificationData existing, CartModificationData modification) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.order.converters.populator with type arguments of type CartModificationDataModifier and TypeMethodDescriptionprotected CartModificationDataGroupCartModificationListPopulator.getGroupedCartModificationData(List<CartModificationData> groupedModificationList, OrderEntryData groupedEntry) Deprecated, for removal: This API element is subject to removal in a future version.protected List<OrderEntryData>GroupCartModificationListPopulator.getGroupedOrderEntries(List<CartModificationData> modificationDataList) Deprecated, for removal: This API element is subject to removal in a future version.protected List<CartModificationData>GroupCartModificationListPopulator.groupCartModificationDataList(List<CartModificationData> modificationDataList) Deprecated, for removal: This API element is subject to removal in a future version.voidGroupCartModificationListPopulator.populate(AbstractOrderModel abstractOrderModel, List<CartModificationData> cartModificationDataList) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CartModificationData in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return CartModificationDataModifier and TypeMethodDescriptionDefaultB2BCartFacade.addOrderEntry(OrderEntryData cartEntry) DefaultCartFacade.addOrderEntry(OrderEntryData cartEntry) Deprecated, for removal: This API element is subject to removal in a future version.protected CartModificationDataDefaultB2BCartFacade.deleteGroupedOrderEntries(OrderEntryData orderEntry) DefaultB2BCartFacade.updateOrderEntry(OrderEntryData orderEntry) DefaultCartFacade.updateOrderEntry(OrderEntryData cartEntry) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return types with arguments of type CartModificationDataModifier and TypeMethodDescriptionDefaultB2BCartFacade.addOrderEntryList(List<OrderEntryData> cartEntries) DefaultCartFacade.addOrderEntryList(List<OrderEntryData> cartEntries) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BAcceleratorCheckoutFacade.consolidateCheckoutCart(String pickupPointOfServiceName) DefaultB2BCartFacade.getGroupCartModificationListConverter()DefaultB2BCartFacade.updateOrderEntryList(List<OrderEntryData> cartEntries) DefaultCartFacade.updateOrderEntryList(List<OrderEntryData> cartEntries) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCartFacade.validateCurrentCartData()DefaultCartFacade.validateCurrentCartData()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.order.impl with parameters of type CartModificationDataModifier and TypeMethodDescriptionprotected voidDefaultB2BCartFacade.setAddStatusMessage(OrderEntryData orderEntry, CartModificationData cartModification) protected voidDefaultB2BCartFacade.setUpdateStatusMessage(OrderEntryData orderEntry, CartModificationData cartModification) Method parameters in de.hybris.platform.b2bacceleratorfacades.order.impl with type arguments of type CartModificationDataModifier and TypeMethodDescriptionvoidDefaultB2BCartFacade.setGroupCartModificationListConverter(Converter<AbstractOrderModel, List<CartModificationData>> groupCartModificationListConverter) -
Uses of CartModificationData in de.hybris.platform.b2bocc.exceptions
Methods in de.hybris.platform.b2bocc.exceptions that return types with arguments of type CartModificationDataConstructor parameters in de.hybris.platform.b2bocc.exceptions with type arguments of type CartModificationData -
Uses of CartModificationData in de.hybris.platform.b2bocc.v2.controllers
Methods in de.hybris.platform.b2bocc.v2.controllers with parameters of type CartModificationDataModifier and TypeMethodDescriptionprotected ErrorWsDTOQuoteController.mapError(CartModificationData cartModificationData) Method parameters in de.hybris.platform.b2bocc.v2.controllers with type arguments of type CartModificationDataModifier and TypeMethodDescriptionprotected CartModificationDataListB2BCartsController.getCartModificationDataList(List<CartModificationData> result) -
Uses of CartModificationData in de.hybris.platform.commercefacades.order
Methods in de.hybris.platform.commercefacades.order that return CartModificationDataModifier and TypeMethodDescriptionCartFacade.addToCart(AddToCartParams addToCartParams) Method for adding a product to cart.Method for adding a product to cart.Method for adding a product to cart.CartFacade.removeEntryGroup(Integer groupNumber) Removes group with all subsequent entries.CartFacade.updateCartEntry(long entryNumber, long quantity) Method for updating the number of products.CartFacade.updateCartEntry(long entryNumber, String storeId) Method for updating the number of products.CartFacade.updateCartEntry(OrderEntryData cartEntry) Updates the given cart entry.Methods in de.hybris.platform.commercefacades.order that return types with arguments of type CartModificationDataModifier and TypeMethodDescriptionCartFacade.validateCartData()Method for validating every entry in the cart -
Uses of CartModificationData in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return CartModificationDataModifier and TypeMethodDescriptionprotected CartModificationDataGroupCartModificationListPopulator.getGroupedCartModificationData(List<CartModificationData> groupedModificationList, OrderEntryData groupedEntry) Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type CartModificationDataModifier and TypeMethodDescriptionCartRestorationPopulator.getCartModificationConverter()protected List<CartModificationData>GroupCartModificationListPopulator.groupCartModificationDataList(List<CartModificationData> modificationDataList) Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type CartModificationDataModifier and TypeMethodDescriptionvoidCartModificationPopulator.populate(CommerceCartModification source, CartModificationData target) protected voidGroupCartModificationListPopulator.updateGroupedModificationValues(CartModificationData existing, CartModificationData modification) Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type CartModificationDataModifier and TypeMethodDescriptionprotected CartModificationDataGroupCartModificationListPopulator.getGroupedCartModificationData(List<CartModificationData> groupedModificationList, OrderEntryData groupedEntry) protected List<OrderEntryData>GroupCartModificationListPopulator.getGroupedOrderEntries(List<CartModificationData> modificationDataList) protected List<CartModificationData>GroupCartModificationListPopulator.groupCartModificationDataList(List<CartModificationData> modificationDataList) voidGroupCartModificationListPopulator.populate(AbstractOrderModel abstractOrderModel, List<CartModificationData> cartModificationDataList) voidCartRestorationPopulator.setCartModificationConverter(Converter<CommerceCartModification, CartModificationData> cartModificationConverter) -
Uses of CartModificationData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return types with arguments of type CartModificationDataModifier and TypeMethodDescriptionCartModificationDataList.getCartModificationList()CartModificationListData.getCartModifications()CartRestorationData.getModifications()Method parameters in de.hybris.platform.commercefacades.order.data with type arguments of type CartModificationDataModifier and TypeMethodDescriptionvoidCartModificationDataList.setCartModificationList(List<CartModificationData> cartModificationList) voidCartModificationListData.setCartModifications(List<CartModificationData> cartModifications) voidCartRestorationData.setModifications(List<CartModificationData> modifications) -
Uses of CartModificationData in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return CartModificationDataModifier and TypeMethodDescriptionDefaultCartFacade.addToCart(AddToCartParams addToCartParams) protected CartModificationDataDefaultCartFacade.configureCartEntry(OrderEntryData orderEntry, CartModificationData cartModificationData) protected CartModificationDataDefaultCartFacade.deleteGroupedOrderEntriesMultiD(OrderEntryData orderEntry) DefaultCartFacade.removeEntryGroup(Integer groupNumber) DefaultCartFacade.updateCartEntry(long entryNumber, long quantity) DefaultCartFacade.updateCartEntry(long entryNumber, String storeId) DefaultCartFacade.updateCartEntry(OrderEntryData orderEntry) Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type CartModificationDataModifier and TypeMethodDescriptionDefaultCartFacade.getCartModificationConverter()DefaultCartFacade.getGroupCartModificationListConverter()DefaultCartFacade.validateCartData()Methods in de.hybris.platform.commercefacades.order.impl with parameters of type CartModificationDataModifier and TypeMethodDescriptionprotected CartModificationDataDefaultCartFacade.configureCartEntry(OrderEntryData orderEntry, CartModificationData cartModificationData) Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type CartModificationDataModifier and TypeMethodDescriptionvoidDefaultCartFacade.setCartModificationConverter(Converter<CommerceCartModification, CartModificationData> cartModificationConverter) voidDefaultCartFacade.setGroupCartModificationListConverter(Converter<AbstractOrderModel, List<CartModificationData>> groupCartModificationListConverter) -
Uses of CartModificationData in de.hybris.platform.commercewebservices.core.errors.converters
Methods in de.hybris.platform.commercewebservices.core.errors.converters with parameters of type CartModificationDataModifier and TypeMethodDescriptionprotected StringCartModificationDataErrorConverter.getLowStockMessage(CartModificationData cartModification, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.since 2011.protected StringCartModificationDataErrorConverter.getMessage(CartModificationData cartModification) protected StringCartModificationDataErrorConverter.getNoStockMessage(CartModificationData cartModification, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.since 2011.protected voidCartModificationDataErrorConverter.populateMessage(CartModificationData cartModification, ErrorWsDTO errorDto) protected voidCartModificationDataErrorConverter.populateSubject(CartModificationData cartModification, ErrorWsDTO errorDto) -
Uses of CartModificationData in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller that return CartModificationDataModifier and TypeMethodDescriptionprotected CartModificationDataCartsController.createCouponValidationResult(CartVoucherValidationData voucherValidationData) protected static CartModificationDataCartEntriesController.mergeCartModificationData(CartModificationData cmd1, CartModificationData cmd2) Methods in de.hybris.platform.commercewebservices.core.v2.controller that return types with arguments of type CartModificationDataModifier and TypeMethodDescriptionprotected List<CartModificationData>CartsController.replaceVouchersValidationResults(List<CartModificationData> cartModifications, List<CartVoucherValidationData> inValidVouchers) Methods in de.hybris.platform.commercewebservices.core.v2.controller with parameters of type CartModificationDataModifier and TypeMethodDescriptionprotected static CartModificationDataCartEntriesController.mergeCartModificationData(CartModificationData cmd1, CartModificationData cmd2) Method parameters in de.hybris.platform.commercewebservices.core.v2.controller with type arguments of type CartModificationDataModifier and TypeMethodDescriptionprotected List<CartModificationData>CartsController.replaceVouchersValidationResults(List<CartModificationData> cartModifications, List<CartVoucherValidationData> inValidVouchers) -
Uses of CartModificationData in de.hybris.platform.configurablebundlefacades.order
Methods in de.hybris.platform.configurablebundlefacades.order that return CartModificationDataModifier and TypeMethodDescriptionAdd a product to an existing bundle.BundleCartFacade.startBundle(String bundleTemplateId, String productCode, long quantity) Start new bundle in cart based on the given bundle template and add the product to it. -
Uses of CartModificationData in de.hybris.platform.configurablebundlefacades.order.impl
Methods in de.hybris.platform.configurablebundlefacades.order.impl that return CartModificationDataModifier and TypeMethodDescriptionDefaultBundleCommerceCartFacade.startBundle(String bundleTemplateId, String productCode, long quantity) Methods in de.hybris.platform.configurablebundlefacades.order.impl that return types with arguments of type CartModificationDataMethod parameters in de.hybris.platform.configurablebundlefacades.order.impl with type arguments of type CartModificationDataModifier and TypeMethodDescriptionvoidDefaultBundleCommerceCartFacade.setCartModificationConverter(Converter<CommerceCartModification, CartModificationData> cartModificationConverter) -
Uses of CartModificationData in de.hybris.platform.sap.productconfig.b2bfrontend.controllers
Methods in de.hybris.platform.sap.productconfig.b2bfrontend.controllers with parameters of type CartModificationDataModifier and TypeMethodDescriptionprotected voidCPQReorderController.handleCoreStatus(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, CartModificationData cartModification) protected voidCPQReorderController.handleCPQStatus(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, CartModificationData cartModification) -
Uses of CartModificationData in de.hybris.platform.sap.productconfig.facades
Methods in de.hybris.platform.sap.productconfig.facades that return CartModificationDataModifier and TypeMethodDescriptionConfigurationCartIntegrationFacade.addProductConfigurationToCart(String productCode, Long quantity, String configId) Adds the current configuration to shopping cart.ConfigurationCartIntegrationFacade.updateProductConfigurationInCart(String productCode, String configId) Updates the current configuration in shopping cart. -
Uses of CartModificationData in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that return CartModificationDataModifier and TypeMethodDescriptionConfigurationCartIntegrationFacadeImpl.addProductConfigurationToCart(String productCode, Long quantity, String configId) ConfigurationCartIntegrationFacadeImpl.updateProductConfigurationInCart(String productCode, String configId) Methods in de.hybris.platform.sap.productconfig.facades.impl that return types with arguments of type CartModificationDataModifier and TypeMethodDescriptionConfigurationCartIntegrationFacadeImpl.getCartModificationConverter()Method parameters in de.hybris.platform.sap.productconfig.facades.impl with type arguments of type CartModificationDataModifier and TypeMethodDescriptionvoidConfigurationCartIntegrationFacadeImpl.setCartModificationConverter(Converter<CommerceCartModification, CartModificationData> cartModificationConverter) -
Uses of CartModificationData in de.hybris.platform.sap.productconfig.frontend.controllers
Methods in de.hybris.platform.sap.productconfig.frontend.controllers with parameters of type CartModificationDataModifier and TypeMethodDescriptionprotected OrderEntryDataConfigurationOverviewController.reReadEntry(CartModificationData addedToCart) -
Uses of CartModificationData in de.hybris.platform.sap.productconfig.occ.controllers
Methods in de.hybris.platform.sap.productconfig.occ.controllers that return CartModificationDataModifier and TypeMethodDescriptionprotected CartModificationDataProductConfiguratorCCPCartIntegrationController.addCartEntryInternal(ProductConfigOrderEntryWsDTO entry) protected CartModificationDataProductConfiguratorCCPCartIntegrationController.updateCartEntryInternal(ProductConfigOrderEntryWsDTO entry) -
Uses of CartModificationData in de.hybris.platform.yacceleratorstorefront.controllers.misc
Method parameters in de.hybris.platform.yacceleratorstorefront.controllers.misc with type arguments of type CartModificationDataModifier and TypeMethodDescriptionprotected StringAddToCartController.addEntryToCart(List<CartModificationData> modificationDataList, OrderEntryData cartEntry, boolean isReducedQtyError) -
Uses of CartModificationData in de.hybris.platform.yacceleratorstorefront.controllers.pages
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages with parameters of type CartModificationDataModifier and TypeMethodDescriptionprotected voidCartPageController.addFlashMessage(UpdateQuantityForm form, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, CartModificationData cartModification) -
Uses of CartModificationData in de.hybris.platform.ycommercewebservices.errors.converters
Methods in de.hybris.platform.ycommercewebservices.errors.converters with parameters of type CartModificationDataModifier and TypeMethodDescriptionprotected StringCartModificationDataErrorConverter.getLowStockMessage(CartModificationData cartModification, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.since 2011.protected StringCartModificationDataErrorConverter.getMessage(CartModificationData cartModification) protected StringCartModificationDataErrorConverter.getNoStockMessage(CartModificationData cartModification, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.since 2011.protected voidCartModificationDataErrorConverter.populateMessage(CartModificationData cartModification, ErrorWsDTO errorDto) protected voidCartModificationDataErrorConverter.populateSubject(CartModificationData cartModification, ErrorWsDTO errorDto) -
Uses of CartModificationData in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return CartModificationDataModifier and TypeMethodDescriptionWeb service handler for adding new products to the session cart.
Sample target URL : http://localhost:9001/rest/v1/cart/entry.
Client should provide product code and quantity (optional) as POST body.
It's also possible to add product that will be pickedup in store by specifying optional storeName parameter (product must be in stock in that particular store).
For Content-Type=application/x-www-form-urlencoded;charset=UTF-8 a sample body is: (urlencoded) is: entryNumber=1&qty=2..
Request Method =POSTResponse contains a set-cookie header with the jsessionId associated with the cart.CartController.deleteCartEntry(long entryNumber) Web service for deleting cart entry.
Client should provide cart entry number as path variable.
Sample target URL : http://localhost:9001/rest/v1/cart/entry/0
Response contains a set-cookie header with the jsessionId associated with the cart.
Request Method =DELETECartController.pickupEntryInStore(String baseSiteId, long entryNumber, String storeName) Web service for setting store where cart entry will be picked up.
Client should provide cart entry number as path variable and storeName parameter in body.
Sample target URL : http://localhost:9001/rest/v1/cart/entry/{entryNumber}/store
Response contains a set-cookie header with the jsessionId associated with the cart.
Request Method =PUTCartController.updateCartEntry(long entryNumber, long qty) Web service for modifying cart entry quantity.
Client should provide cart entry number as path variable and new quantity as url request parameter.
Sample target URL : http://localhost:9001/rest/v1/cart/entry/0?qty=2
Response contains a set-cookie header with the jsessionId associated with the cart.
Request Method =PUTCartController.updateEntryToDelivery(String baseSiteId, long entryNumber) Web service reseting store where entry should be picked up. -
Uses of CartModificationData in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return CartModificationDataModifier and TypeMethodDescriptionprotected CartModificationDataCartsController.createCouponValidationResult(CartVoucherValidationData voucherValidationData) protected static CartModificationDataCartEntriesController.mergeCartModificationData(CartModificationData cmd1, CartModificationData cmd2) Methods in de.hybris.platform.ycommercewebservices.v2.controller that return types with arguments of type CartModificationDataModifier and TypeMethodDescriptionprotected List<CartModificationData>CartsController.replaceVouchersValidationResults(List<CartModificationData> cartModifications, List<CartVoucherValidationData> inValidVouchers) Methods in de.hybris.platform.ycommercewebservices.v2.controller with parameters of type CartModificationDataModifier and TypeMethodDescriptionprotected static CartModificationDataCartEntriesController.mergeCartModificationData(CartModificationData cmd1, CartModificationData cmd2) Method parameters in de.hybris.platform.ycommercewebservices.v2.controller with type arguments of type CartModificationDataModifier and TypeMethodDescriptionprotected List<CartModificationData>CartsController.replaceVouchersValidationResults(List<CartModificationData> cartModifications, List<CartVoucherValidationData> inValidVouchers)