Uses of Class
de.hybris.platform.commerceservices.order.CommerceCartModification
Packages that use CommerceCartModification
Package
Description
-
Uses of CommerceCartModification in de.hybris.platform.acceleratorservices.cartfileupload.data
Methods in de.hybris.platform.acceleratorservices.cartfileupload.data that return types with arguments of type CommerceCartModificationMethod parameters in de.hybris.platform.acceleratorservices.cartfileupload.data with type arguments of type CommerceCartModificationModifier and TypeMethodDescriptionvoidSavedCartFileUploadReportData.setErrorModificationList(List<CommerceCartModification> errorModificationList) -
Uses of CommerceCartModification in de.hybris.platform.b2ctelcofacades.order.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator with parameters of type CommerceCartModificationModifier and TypeMethodDescriptionvoidTmaCartModificationPopulator.populate(CommerceCartModification source, CartModificationData target) voidTmaCartModificationValidationMessagesPopulator.populate(CommerceCartModification source, CartModificationData target) protected Set<TmaCartValidationData>TmaCartModificationValidationMessagesPopulator.updateCartModificationWithValidationCart(CommerceCartModification modification) protected Set<TmaCartValidationData>TmaCartModificationValidationMessagesPopulator.updateCartModificationWithValidationEntryGroup(CommerceCartModification modification) -
Uses of CommerceCartModification in de.hybris.platform.b2ctelcoservices.cardinality.hook
Methods in de.hybris.platform.b2ctelcoservices.cardinality.hook with parameters of type CommerceCartModificationModifier and TypeMethodDescriptionvoidTmaBpoCardinalityAddToCartMethodHook.afterAddToCart(CommerceCartParameter parameter, CommerceCartModification result) voidTmaBpoCardinalityUpdateCartEntryHook.afterUpdateCartEntry(CommerceCartParameter parameter, CommerceCartModification result) -
Uses of CommerceCartModification in de.hybris.platform.b2ctelcoservices.hook
Methods in de.hybris.platform.b2ctelcoservices.hook with parameters of type CommerceCartModificationModifier and TypeMethodDescriptionvoidTmaUpdateCartHook.afterUpdateCart(CommerceCartParameter parameter, CommerceCartModification result) Executed after cart update -
Uses of CommerceCartModification in de.hybris.platform.b2ctelcoservices.hook.impl
Methods in de.hybris.platform.b2ctelcoservices.hook.impl with parameters of type CommerceCartModificationModifier and TypeMethodDescriptionvoidResetDeliveryMethodOnAddToCartMethodHook.afterAddToCart(CommerceCartParameter paramCommerceCartParameter, CommerceCartModification paramCommerceCartModification) voidTmaCompatibilityAddToCartMethodHook.afterAddToCart(CommerceCartParameter parameter, CommerceCartModification result) Deprecated.Verifies the compatibility policies for the product offerings found on cart.voidTmaPoAddToCartMethodHook.afterAddToCart(CommerceCartParameter parameter, CommerceCartModification result) voidTmaQualificationCompatibilityAddToCartMethodHook.afterAddToCart(CommerceCartParameter parameter, CommerceCartModification result) Verifies the compatibility policies for the cart.voidTmaResourcesCommerceAddToCartMethodHook.afterAddToCart(CommerceCartParameter parameter, CommerceCartModification result) Updates the newly added order entry with resources from theCommerceCartParametervoidTmaServiceRequestAddToCartMethodHook.afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result) voidDefaultTmaResourceUpdateCartHook.afterUpdateCart(CommerceCartParameter parameter, CommerceCartModification result) voidResetDeliveryMethodOnUpdateCartEntryHook.afterUpdateCartEntry(CommerceCartParameter arg0, CommerceCartModification arg1) voidTmaOfferingUpdateCartEntryHook.afterUpdateCartEntry(CommerceCartParameter parameter, CommerceCartModification result) voidTmaPoUpdateCartEntryHook.afterUpdateCartEntry(CommerceCartParameter parameter, CommerceCartModification result) Deprecated.voidTmaResourcesUpdateCartEntryHook.afterUpdateCartEntry(CommerceCartParameter parameter, CommerceCartModification result) Method parameters in de.hybris.platform.b2ctelcoservices.hook.impl with type arguments of type CommerceCartModificationModifier and TypeMethodDescriptionvoidTmaPoCartValidationHook.afterValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) voidTmaPoCartValidationHook.beforeValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) -
Uses of CommerceCartModification in de.hybris.platform.b2ctelcoservices.order
Methods in de.hybris.platform.b2ctelcoservices.order that return types with arguments of type CommerceCartModificationModifier and TypeMethodDescriptionTmaCartStrategy.processCartAction(List<CommerceCartParameter> commerceCartParameterList) Processes cart updates.Methods in de.hybris.platform.b2ctelcoservices.order with parameters of type CommerceCartModificationModifier and TypeMethodDescriptionvoidTmaCommerceCartResourceService.updateResources(CommerceCartParameter parameter, CommerceCartModification commerceCartModification) Updates the resources on cart based on the information from the . -
Uses of CommerceCartModification in de.hybris.platform.b2ctelcoservices.order.impl
Methods in de.hybris.platform.b2ctelcoservices.order.impl that return CommerceCartModificationModifier and TypeMethodDescriptionprotected CommerceCartModificationB2ctelcoCommerceCartMergingStrategy.addEntryToCart(CartModel cart, AbstractOrderEntryModel entry, AbstractOrderEntryModel parentEntry) Adds the provided entry to the given cart.TmaCommerceAddToCartStrategy.addToCart(CommerceCartParameter parameter) protected CommerceCartModificationTmaUpdateCartStrategy.createNewCommerceCartModification(CommerceCartParameter parameter) protected CommerceCartModificationTmaCommerceAddToCartStrategy.doAddToCart(CommerceCartParameter parameter) protected CommerceCartModificationB2ctelcoCommerceCartMergingStrategy.mergeEntryWithCart(AbstractOrderEntryModel entry, CartModel toCart) protected CommerceCartModificationDefaultTmaCommerceUpdateCartEntryStrategy.modifyEntry(CartModel cartModel, AbstractOrderEntryModel entryToUpdate, long actualAllowedQuantityChange, long newQuantity, Integer maxOrderQuantity) protected CommerceCartModificationTmaCommerceAddToCartStrategy.performAddToCart(CommerceCartParameter parameter, boolean saveCartEntry) Performs add to cart for the inputCommerceCartParameterand creates the correspondingCommerceCartModificationfor the newly createdCartEntryModel.Methods in de.hybris.platform.b2ctelcoservices.order.impl that return types with arguments of type CommerceCartModificationModifier and TypeMethodDescriptionprotected List<CommerceCartModification>TmaCommerceAddToCartStrategy.addToCartBpoStructure(CommerceCartParameter commerceCartParameter) Adds into cart a hierarchical structure ofCommerceCartParameterrepresenting aTmaBundledProductOfferingModelby ensuring that all components part of given BPO can be added successfully into cart.B2ctelcoCommerceCartMergingStrategy.processCartAction(List<CommerceCartParameter> commerceCartParameterList) B2ctelcoCommerceCloneSavedCartStrategy.processCartAction(List<CommerceCartParameter> commerceCartParameterList) Clones the the given cart with given name and descriptionTmaCommerceAddToCartStrategy.processCartAction(List<CommerceCartParameter> commerceCartParameterList) TmaCommerceDeleteFromCartStrategy.processCartAction(List<CommerceCartParameter> commerceCartParameterList) Deprecated.TmaCommerceSaveCartRestorationStrategy.processCartAction(List<CommerceCartParameter> commerceCartParameterList) Restores given cart for the given userTmaCommerceUpdateCartStrategy.processCartAction(List<CommerceCartParameter> commerceCartParameterList) Deprecated, for removal: This API element is subject to removal in a future version.TmaDeleteFromCartStrategy.processCartAction(List<CommerceCartParameter> commerceCartParameterList) TmaUpdateCartStrategy.processCartAction(List<CommerceCartParameter> commerceCartParameterList) protected List<CommerceCartModification>TmaDeleteFromCartStrategy.removeEntry(CommerceCartParameter parameter) Traverses the hierarchical structure and removes the specified entry and all its childrenMethods in de.hybris.platform.b2ctelcoservices.order.impl with parameters of type CommerceCartModificationModifier and TypeMethodDescriptionprotected voidTmaCommerceAddToCartStrategy.afterAddToCartMasterEntry(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) protected voidTmaUpdateCartStrategy.afterUpdateCart(CommerceCartParameter parameter, CommerceCartModification result) voidDefaultTmaCommerceUpdateCartEntryStrategy.afterUpdateEntry(CommerceCartParameter parameter, CommerceCartModification result) voidTmaRegionResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) voidDefaultTmaCommerceCartResourceService.updateResources(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) Method parameters in de.hybris.platform.b2ctelcoservices.order.impl with type arguments of type CommerceCartModificationModifier and TypeMethodDescriptionprotected voidTmaCommerceAddToCartStrategy.buildBpoCommerceCartModificationsMap(CommerceCartParameter commerceCartParameter, Map<CommerceCartParameter, CommerceCartModification> paramModificationMap) voidB2ctelcoCommerceCartMergingStrategy.mergeCarts(CartModel fromCart, CartModel toCart, List<CommerceCartModification> modifications) -
Uses of CommerceCartModification in de.hybris.platform.b2ctelcoservices.order.resourcestrategies
Methods in de.hybris.platform.b2ctelcoservices.order.resourcestrategies with parameters of type CommerceCartModificationModifier and TypeMethodDescriptionvoidTmaAbstractOrderResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) Updates the resource from the @CommerceCartParameteron the given order entry. -
Uses of CommerceCartModification in de.hybris.platform.b2ctelcoservices.order.resourcestrategies.impl
Methods in de.hybris.platform.b2ctelcoservices.order.resourcestrategies.impl that return CommerceCartModificationModifier and TypeMethodDescriptionprotected CommerceCartModificationTmaQuantityResourceStrategy.removeEntry(AbstractOrderEntryModel entry, AbstractOrderModel abstractOrder) Methods in de.hybris.platform.b2ctelcoservices.order.resourcestrategies.impl with parameters of type CommerceCartModificationModifier and TypeMethodDescriptionprotected voidTmaQuantityResourceStrategy.modifyEntry(CartModel cartModel, AbstractOrderEntryModel entryToUpdate, long actualAllowedQuantityChange, long newQuantity, Integer maxOrderQuantity, CommerceCartModification commerceCartModification) protected voidTmaQuantityResourceStrategy.removeEntryFromCart(CartModel cartModel, AbstractOrderEntryModel entryToUpdate, long newQuantity, CommerceCartModification commerceCartModification) protected voidTmaQuantityResourceStrategy.updateQuantityForCartEntry(CommerceCartParameter parameters, CommerceCartModification commerceCartModification) voidTmaAppointmentResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) voidTmaBillingAddressResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) voidTmaCartStatusResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) voidTmaConfigProductSpecCharResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) voidTmaContractStartDateResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) voidTmaCouponResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) voidTmaDeliveryAddressResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) voidTmaDeliveryModeResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) voidTmaInstallationAddressResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) voidTmaPaymentMethodResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) Adds a payment method to the cart if one is provided or removes the payment method from the cart if none is provided.voidTmaProcessTypeResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) voidTmaQuantityResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) voidTmaServiceProviderResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) voidTmaSubscribedProductResourceStrategy.updateResource(CommerceCartParameter commerceCartParameter, CommerceCartModification commerceCartModification) -
Uses of CommerceCartModification in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that return types with arguments of type CommerceCartModificationMethod parameters in de.hybris.platform.commerceservices.order with type arguments of type CommerceCartModificationModifier and TypeMethodDescriptionvoidCommerceCartRestoration.setModifications(List<CommerceCartModification> modifications)