Uses of Class
de.hybris.platform.commercefacades.order.data.CartModificationData
Packages that use CartModificationData
Package
Description
-
Uses of CartModificationData in de.hybris.platform.b2ctelcoaddon.controllers.pages
Methods in de.hybris.platform.b2ctelcoaddon.controllers.pages with parameters of type CartModificationDataModifier and TypeMethodDescriptionprotected voidCartPageController.handleUpdateQuantityFailure(long newQuantity, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, CartModificationData cartModification) Handles the case when the update quantity call failed by adding corresponding error messages on the redirectModel. -
Uses of CartModificationData in de.hybris.platform.b2ctelcofacades.order
Methods in de.hybris.platform.b2ctelcofacades.order that return CartModificationDataModifier and TypeMethodDescriptionTmaCartFacade.addProductOfferingToCart(String spoCode, long quantity, String processType, String rootBpoCode, int cartGroupNo, String subscriptionTermId, String subscriberId, String subscriberBillingId) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2ctelcofacades.order that return types with arguments of type CartModificationDataModifier and TypeMethodDescriptionTmaCartFacade.addBpoSelectedOfferings(String rootBpoCode, List<String> simpleProductOfferings, String processType, int cartGroupNo, String subscriptionTermId, String subscriberId, String subscriberBillingId) Deprecated, for removal: This API element is subject to removal in a future version.since 1907, useTmaCartFacade.processCartAction(List)insteadTmaCartFacade.processCartAction(List<CartActionInput> cartActionInputList) Processes cart entry updates. -
Uses of CartModificationData in de.hybris.platform.b2ctelcofacades.order.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator with parameters of type CartModificationDataModifier and TypeMethodDescriptionvoidTmaCartModificationPopulator.populate(CommerceCartModification source, CartModificationData target) voidTmaCartModificationValidationMessagesPopulator.populate(CommerceCartModification source, CartModificationData target) -
Uses of CartModificationData in de.hybris.platform.b2ctelcofacades.order.impl
Methods in de.hybris.platform.b2ctelcofacades.order.impl that return CartModificationDataModifier and TypeMethodDescriptionDefaultTmaCartFacade.addProductOfferingToCart(String spoCode, long quantity, String processType, String rootBpoCode, int cartGroupNo, String subscriptionTermId, String subscriberId, String subscriberBillingId) DefaultTmaCartFacade.updateCartEntry(long entryNumber, long quantity) Methods in de.hybris.platform.b2ctelcofacades.order.impl that return types with arguments of type CartModificationDataModifier and TypeMethodDescriptionDefaultTmaCartFacade.addBpoSelectedOfferings(String rootBpoCode, List<String> simpleProductOfferings, String processType, int cartGroupNo, String subscriptionTerm, String subscriberIdentity, String subscriberBillingId) DefaultTmaCartFacade.processCartAction(List<CartActionInput> cartActionInputList) -
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()CartRestorationData.getModifications()Method parameters in de.hybris.platform.commercefacades.order.data with type arguments of type CartModificationDataModifier and TypeMethodDescriptionvoidCartModificationDataList.setCartModificationList(List<CartModificationData> cartModificationList) voidCartRestorationData.setModifications(List<CartModificationData> modifications)
TmaCartFacade.processCartAction(List)instead