Uses of Class
de.hybris.platform.commerceservices.order.CommerceCartModification
-
-
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 CommerceCartModification Modifier and Type Method Description java.util.List<CommerceCartModification>SavedCartFileUploadReportData. getErrorModificationList()Method parameters in de.hybris.platform.acceleratorservices.cartfileupload.data with type arguments of type CommerceCartModification Modifier and Type Method Description voidSavedCartFileUploadReportData. setErrorModificationList(java.util.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 CommerceCartModification Modifier and Type Method Description voidTmaCartModificationPopulator. populate(CommerceCartModification source, CartModificationData target)voidTmaCartModificationValidationMessagesPopulator. populate(CommerceCartModification source, CartModificationData target)protected java.util.Set<TmaCartValidationData>TmaCartModificationValidationMessagesPopulator. updateCartModificationWithValidationCart(CommerceCartModification modification)protected java.util.Set<TmaCartValidationData>TmaCartModificationValidationMessagesPopulator. updateCartModificationWithValidationEntryGroup(CommerceCartModification modification) -
Uses of CommerceCartModification in de.hybris.platform.b2ctelcoservices.hook
Methods in de.hybris.platform.b2ctelcoservices.hook with parameters of type CommerceCartModification Modifier and Type Method Description voidTmaUpdateCartHook. 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 CommerceCartModification Modifier and Type Method Description voidResetDeliveryMethodOnAddToCartMethodHook. afterAddToCart(CommerceCartParameter paramCommerceCartParameter, CommerceCartModification paramCommerceCartModification)voidTmaPoAddToCartMethodHook. afterAddToCart(CommerceCartParameter parameter, CommerceCartModification result)Assigns the cart entry group to the new added cart entry.The cart entries group is created based on the bundle product offering containing the new added offer.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)voidTmaPoUpdateCartEntryHook. afterUpdateCartEntry(CommerceCartParameter parameter, CommerceCartModification result)voidTmaResourcesUpdateCartEntryHook. afterUpdateCartEntry(CommerceCartParameter parameter, CommerceCartModification result)Method parameters in de.hybris.platform.b2ctelcoservices.hook.impl with type arguments of type CommerceCartModification Modifier and Type Method Description voidTmaPoCartValidationHook. afterValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)voidTmaPoCartValidationHook. beforeValidateCart(CommerceCartParameter parameter, java.util.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 CommerceCartModification Modifier and Type Method Description java.util.List<CommerceCartModification>TmaCartStrategy. processCartAction(java.util.List<CommerceCartParameter> commerceCartParameterList)Processes cart updates.Methods in de.hybris.platform.b2ctelcoservices.order with parameters of type CommerceCartModification Modifier and Type Method Description voidTmaCommerceCartResourceService. updateResources(CommerceCartParameter parameter, CommerceCartModification commerceCartModification)Updates the resources on cart based on the information from the {@param CommerceCartParameter}. -
Uses of CommerceCartModification in de.hybris.platform.b2ctelcoservices.order.impl
Methods in de.hybris.platform.b2ctelcoservices.order.impl that return CommerceCartModification Modifier and Type Method Description CommerceCartModificationTmaCommerceAddToCartStrategy. addToCart(CommerceCartParameter parameter)protected CommerceCartModificationTmaUpdateCartStrategy. createNewCommerceCartModification(CommerceCartParameter parameter)protected CommerceCartModificationTmaCommerceAddToCartStrategy. doAddToCart(CommerceCartParameter parameter)protected CommerceCartModificationB2ctelcoCommerceCartMergingStrategy. mergeEntryWithCart(AbstractOrderEntryModel entry, CartModel toCart)Methods in de.hybris.platform.b2ctelcoservices.order.impl that return types with arguments of type CommerceCartModification Modifier and Type Method Description java.util.List<CommerceCartModification>B2ctelcoCommerceCartMergingStrategy. processCartAction(java.util.List<CommerceCartParameter> commerceCartParameterList)java.util.List<CommerceCartModification>B2ctelcoCommerceCloneSavedCartStrategy. processCartAction(java.util.List<CommerceCartParameter> commerceCartParameterList)Clones the the given cart with given name and descriptionjava.util.List<CommerceCartModification>TmaCommerceAddToCartStrategy. processCartAction(java.util.List<CommerceCartParameter> commerceCartParameterList)java.util.List<CommerceCartModification>TmaCommerceDeleteFromCartStrategy. processCartAction(java.util.List<CommerceCartParameter> commerceCartParameterList)java.util.List<CommerceCartModification>TmaCommerceSaveCartRestorationStrategy. processCartAction(java.util.List<CommerceCartParameter> commerceCartParameterList)Restores given cart for the given userjava.util.List<CommerceCartModification>TmaCommerceUpdateCartStrategy. processCartAction(java.util.List<CommerceCartParameter> commerceCartParameterList)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<CommerceCartModification>TmaUpdateCartStrategy. processCartAction(java.util.List<CommerceCartParameter> commerceCartParameterList)Methods in de.hybris.platform.b2ctelcoservices.order.impl with parameters of type CommerceCartModification Modifier and Type Method Description 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 CommerceCartModification Modifier and Type Method Description voidB2ctelcoCommerceCartMergingStrategy. mergeCarts(CartModel fromCart, CartModel toCart, java.util.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 CommerceCartModification Modifier and Type Method Description voidTmaAbstractOrderResourceStrategy. 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 with parameters of type CommerceCartModification Modifier and Type Method Description protected voidTmaQuantityResourceStrategy. modifyEntry(CartModel cartModel, AbstractOrderEntryModel entryToUpdate, long actualAllowedQuantityChange, long newQuantity, java.lang.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)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.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 CommerceCartModification Modifier and Type Method Description java.util.List<CommerceCartModification>CommerceCartRestoration. getModifications()Method parameters in de.hybris.platform.commerceservices.order with type arguments of type CommerceCartModification Modifier and Type Method Description voidCommerceCartRestoration. setModifications(java.util.List<CommerceCartModification> modifications)
-