Uses of Class
de.hybris.platform.commerceservices.order.CommerceCartModification
-
-
Uses of CommerceCartModification in de.hybris.platform.acceleratorfacades.order.impl
Methods in de.hybris.platform.acceleratorfacades.order.impl that return types with arguments of type CommerceCartModification Modifier and Type Method Description protected Converter<CommerceCartModification,CartModificationData>DefaultAcceleratorCheckoutFacade. getCartModificationConverter()Method parameters in de.hybris.platform.acceleratorfacades.order.impl with type arguments of type CommerceCartModification Modifier and Type Method Description voidDefaultAcceleratorCheckoutFacade. setCartModificationConverter(Converter<CommerceCartModification,CartModificationData> cartModificationConverter) -
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.acceleratorservices.order
Methods in de.hybris.platform.acceleratorservices.order that return types with arguments of type CommerceCartModification Modifier and Type Method Description java.util.List<CommerceCartModification>AcceleratorCheckoutService. consolidateCheckoutCart(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel)Runs calculation again and updates cart -
Uses of CommerceCartModification in de.hybris.platform.acceleratorservices.order.impl
Methods in de.hybris.platform.acceleratorservices.order.impl that return types with arguments of type CommerceCartModification Modifier and Type Method Description java.util.List<CommerceCartModification>DefaultAcceleratorCheckoutService. consolidateCheckoutCart(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel)Method parameters in de.hybris.platform.acceleratorservices.order.impl with type arguments of type CommerceCartModification Modifier and Type Method Description protected voidDefaultAcceleratorCheckoutService. updatePOS(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel, java.util.List<CommerceCartModification> unsuccessfulModifications, AbstractOrderEntryModel entry) -
Uses of CommerceCartModification in de.hybris.platform.acceleratorservices.process.strategies.impl
Methods in de.hybris.platform.acceleratorservices.process.strategies.impl that return CommerceCartModification Modifier and Type Method Description protected CommerceCartModificationDefaultSavedCartFileUploadStrategy. addLinesToCart(java.lang.String[] cartAttributes, CartModel cartModel)protected CommerceCartModificationDefaultSavedCartFileUploadStrategy. handleExceptionForImport(java.lang.Exception ex) -
Uses of CommerceCartModification in de.hybris.platform.b2bacceleratorfacades.order
Methods in de.hybris.platform.b2bacceleratorfacades.order that return types with arguments of type CommerceCartModification Modifier and Type Method Description java.util.List<? extends CommerceCartModification>B2BCheckoutFacade. validateSessionCart()Deprecated.Checks the cart for stock availability Note: will remove entries which are no longer available or are completely out of stock, for partial stack availability quantity of the entry will be updated. -
Uses of CommerceCartModification in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return types with arguments of type CommerceCartModification Modifier and Type Method Description java.util.List<? extends CommerceCartModification>DefaultCheckoutFacade. validateSessionCart()Deprecated. -
Uses of CommerceCartModification in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type CommerceCartModification Modifier and Type Method Description protected Converter<CommerceCartModification,CartModificationData>CartRestorationPopulator. getCartModificationConverter()Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type CommerceCartModification Modifier and Type Method Description voidCartModificationPopulator. populate(CommerceCartModification source, CartModificationData target)Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type CommerceCartModification Modifier and Type Method Description voidCartRestorationPopulator. setCartModificationConverter(Converter<CommerceCartModification,CartModificationData> cartModificationConverter) -
Uses of CommerceCartModification in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type CommerceCartModification Modifier and Type Method Description protected Converter<CommerceCartModification,CartModificationData>DefaultCartFacade. getCartModificationConverter()Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type CommerceCartModification Modifier and Type Method Description voidDefaultCartFacade. setCartModificationConverter(Converter<CommerceCartModification,CartModificationData> cartModificationConverter) -
Uses of CommerceCartModification in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that return CommerceCartModification Modifier and Type Method Description CommerceCartModificationCommerceAddToCartStrategy. addToCart(CommerceCartParameter parameter)Adds to the (existing)CartModelthe (existing)ProductModelin the givenUnitModeland with the givenquantity.CommerceCartModificationCommerceCartService. addToCart(CommerceCartParameter parameter)Adds to the (existing)CartModelthe (existing)ProductModelin the givenUnitModeland with the givenquantity.CommerceCartModificationCommerceCartService. addToCart(CartModel cartModel, ProductModel productModel, long quantity, UnitModel unit, boolean forceNewEntry)Deprecated.Since 5.2.CommerceCartModificationCommerceCartService. addToCart(CartModel cartModel, ProductModel productModel, PointOfServiceModel deliveryPointOfService, long quantity, UnitModel unit, boolean forceNewEntry)Deprecated.Since 5.2.CommerceCartModificationCommerceCartService. removeEntryGroup(RemoveEntryGroupParameter parameters)Remove entry group and all cart entries of the group and it's descendants from the cart.CommerceCartModificationCommerceRemoveEntryGroupStrategy. removeEntryGroup(RemoveEntryGroupParameter parameter)Removes from the (existing)CartModelthe (existing)EntryGroupIf an entry with the given entry group already exists in the cart, it will be removed too.CommerceCartModificationCommerceCartService. updatePointOfServiceForCartEntry(CommerceCartParameter parameters)Updates given cart entry model with point of service.CommerceCartModificationCommerceCartService. updatePointOfServiceForCartEntry(CartModel cartModel, long entryNumber, PointOfServiceModel pointOfServiceModel)Deprecated.Since 5.2.CommerceCartModificationCommerceUpdateCartEntryStrategy. updatePointOfServiceForCartEntry(CommerceCartParameter parameters)Update point of service for cart entry.CommerceCartModificationCommerceCartService. updateQuantityForCartEntry(CommerceCartParameter parameter)Update quantity for the cart entry with givenentryNumberwith the givennewQuantity.CommerceCartModificationCommerceCartService. updateQuantityForCartEntry(CartModel cartModel, long entryNumber, long newQuantity)Deprecated.Since 5.2.CommerceCartModificationCommerceUpdateCartEntryStrategy. updateQuantityForCartEntry(CommerceCartParameter parameters)Update quantity for cart entry.CommerceCartModificationCommerceCartService. updateToShippingModeForCartEntry(CommerceCartParameter parameters)Update the shipping mode for a given cart entryCommerceCartModificationCommerceCartService. updateToShippingModeForCartEntry(CartModel cartModel, long entryNumber)Deprecated.Since 5.2.CommerceCartModificationCommerceUpdateCartEntryStrategy. updateToShippingModeForCartEntry(CommerceCartParameter parameters)Update to shipping mode for cart entry.Methods in de.hybris.platform.commerceservices.order that return types with arguments of type CommerceCartModification Modifier and Type Method Description java.util.List<CommerceCartModification>CommerceAddToCartStrategy. addToCart(java.util.List<CommerceCartParameter> parameterList)Adds a list of items to the cart.java.util.List<CommerceCartModification>CommerceCartRestoration. getModifications()java.util.List<CommerceCartModification>CommerceCartService. validateCart(CommerceCartParameter parameter)Method for validating every entry in the cartjava.util.List<CommerceCartModification>CommerceCartService. validateCart(CartModel cartModel)Deprecated.Since 5.2.Method parameters in de.hybris.platform.commerceservices.order with type arguments of type CommerceCartModification Modifier and Type Method Description voidCommerceCartService. mergeCarts(CartModel fromCart, CartModel toCart, java.util.List<CommerceCartModification> modifications)Merge two carts and add modificationsvoidCommerceCartRestoration. setModifications(java.util.List<CommerceCartModification> modifications) -
Uses of CommerceCartModification in de.hybris.platform.commerceservices.order.hook
Methods in de.hybris.platform.commerceservices.order.hook with parameters of type CommerceCartModification Modifier and Type Method Description voidCommerceAddToCartMethodHook. afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result)Execute custom logic after adding product to cartvoidCommerceRemoveEntryGroupMethodHook. afterRemoveEntryGroup(RemoveEntryGroupParameter parameter, CommerceCartModification result)Executed after commerce remove entry groupvoidCommerceUpdateCartEntryHook. afterUpdateCartEntry(CommerceCartParameter parameter, CommerceCartModification result)Executed after commerce update cart entry -
Uses of CommerceCartModification in de.hybris.platform.commerceservices.order.hook.impl
Methods in de.hybris.platform.commerceservices.order.hook.impl with parameters of type CommerceCartModification Modifier and Type Method Description voidConfigurableProductAddToCartMethodHook. afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result)Method parameters in de.hybris.platform.commerceservices.order.hook.impl with type arguments of type CommerceCartModification Modifier and Type Method Description voidDefaultVoucherRedeemableCartValidationMethodHook. afterValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)voidDefaultVoucherRedeemableCartValidationMethodHook. beforeValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications) -
Uses of CommerceCartModification in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return CommerceCartModification Modifier and Type Method Description CommerceCartModificationBundleCommerceAddToCartStrategy. addToCart(CommerceCartParameter parameter)CommerceCartModificationDefaultCommerceAddToCartStrategy. addToCart(CommerceCartParameter parameter)Adds an item to the cart for pickup in a given locationCommerceCartModificationDefaultCommerceCartService. addToCart(CommerceCartParameter parameter)CommerceCartModificationDefaultCommerceCartService. addToCart(CartModel cartModel, ProductModel productModel, long quantityToAdd, UnitModel unit, boolean forceNewEntry)Deprecated.Since 5.2.CommerceCartModificationDefaultCommerceCartService. addToCart(CartModel cartModel, ProductModel productModel, PointOfServiceModel deliveryPointOfService, long quantity, UnitModel unit, boolean forceNewEntry)Deprecated.Since 5.2.protected CommerceCartModificationDefaultCommerceAddToCartStrategy. createAddToCartResp(CommerceCartParameter parameter, java.lang.String status, CartEntryModel entry, long quantityAdded)protected CommerceCartModificationDefaultCommerceRemoveEntryGroupStrategy. createRemoveEntryGroupResp(RemoveEntryGroupParameter parameter, java.lang.String status)protected CommerceCartModificationDefaultCommerceAddToCartStrategy. doAddToCart(CommerceCartParameter parameter)Do add to cart.protected CommerceCartModificationDefaultCommerceRemoveEntryGroupStrategy. doRemoveEntryGroup(RemoveEntryGroupParameter parameter)Do remove from the cart.protected CommerceCartModificationDefaultCommerceUpdateCartEntryStrategy. mergeEntries(AbstractOrderEntryModel mergeCandidate, AbstractOrderEntryModel mergeTarget, CartModel cart)protected CommerceCartModificationDefaultCommerceCartMergingStrategy. mergeEntryWithCart(AbstractOrderEntryModel entry, CartModel toCart)protected CommerceCartModificationDefaultCommerceUpdateCartEntryStrategy. modifyEntry(CartModel cartModel, AbstractOrderEntryModel entryToUpdate, long actualAllowedQuantityChange, long newQuantity, java.lang.Integer maxOrderQuantity)CommerceCartModificationDefaultCommerceCartService. removeEntryGroup(RemoveEntryGroupParameter parameter)CommerceCartModificationDefaultCommerceRemoveEntryGroupStrategy. removeEntryGroup(RemoveEntryGroupParameter parameter)Removes from the cart an entry group with all nested groups and their cart entriesCommerceCartModificationCommerceUpdateCartEntryStrictStrategy. updatePointOfServiceForCartEntry(CommerceCartParameter parameters)CommerceCartModificationDefaultCommerceCartService. updatePointOfServiceForCartEntry(CommerceCartParameter parameters)CommerceCartModificationDefaultCommerceCartService. updatePointOfServiceForCartEntry(CartModel cartModel, long entryNumber, PointOfServiceModel pointOfServiceModel)Deprecated.Since 5.2.CommerceCartModificationDefaultCommerceUpdateCartEntryStrategy. updatePointOfServiceForCartEntry(CommerceCartParameter parameters)CommerceCartModificationCommerceUpdateCartEntryStrictStrategy. updateQuantityForCartEntry(CommerceCartParameter parameters)CommerceCartModificationDefaultCommerceCartService. updateQuantityForCartEntry(CommerceCartParameter parameters)CommerceCartModificationDefaultCommerceCartService. updateQuantityForCartEntry(CartModel cartModel, long entryNumber, long newQuantity)Deprecated.Since 5.2.CommerceCartModificationDefaultCommerceUpdateCartEntryStrategy. updateQuantityForCartEntry(CommerceCartParameter parameters)CommerceCartModificationCommerceUpdateCartEntryStrictStrategy. updateToShippingModeForCartEntry(CommerceCartParameter parameters)CommerceCartModificationDefaultCommerceCartService. updateToShippingModeForCartEntry(CommerceCartParameter parameters)CommerceCartModificationDefaultCommerceCartService. updateToShippingModeForCartEntry(CartModel cartModel, long entryNumber)Deprecated.Since 5.2.CommerceCartModificationDefaultCommerceUpdateCartEntryStrategy. updateToShippingModeForCartEntry(CommerceCartParameter parameters)Methods in de.hybris.platform.commerceservices.order.impl that return types with arguments of type CommerceCartModification Modifier and Type Method Description java.util.List<CommerceCartModification>DefaultCommerceAddToCartStrategy. addToCart(java.util.List<CommerceCartParameter> parameterList)protected java.util.Collection<CommerceCartModification>DefaultCommerceCartRestorationStrategy. rebuildSessionCart(CommerceCartParameter parameter)java.util.List<CommerceCartModification>DefaultCommerceCartService. validateCart(CommerceCartParameter parameter)java.util.List<CommerceCartModification>DefaultCommerceCartService. validateCart(CartModel cartModel)Deprecated.Since 5.2.Methods in de.hybris.platform.commerceservices.order.impl with parameters of type CommerceCartModification Modifier and Type Method Description protected voidAbstractCommerceAddToCartStrategy. afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result)protected voidDefaultCommerceRemoveEntryGroupStrategy. afterRemoveEntryGroup(RemoveEntryGroupParameter parameters, CommerceCartModification result)protected voidDefaultCommerceUpdateCartEntryStrategy. afterUpdateCartEntry(CommerceCartParameter parameter, CommerceCartModification result)protected voidDefaultCommerceAddToCartStrategy. mergeEntry(CommerceCartModification modification, CommerceCartParameter parameter)Method parameters in de.hybris.platform.commerceservices.order.impl with type arguments of type CommerceCartModification Modifier and Type Method Description voidCommerceCartMergingStrategy. mergeCarts(CartModel fromCart, CartModel toCart, java.util.List<CommerceCartModification> modifications)Merge two carts and add modificationsvoidDefaultCommerceCartMergingStrategy. mergeCarts(CartModel fromCart, CartModel toCart, java.util.List<CommerceCartModification> modifications)voidDefaultCommerceCartService. mergeCarts(CartModel fromCart, CartModel toCart, java.util.List<CommerceCartModification> modifications)protected voidDefaultCommerceCartRestorationStrategy. rewriteEntriesFromCartToCart(CommerceCartParameter parameter, CartModel fromCartModel, CartModel toCartModel, java.util.List<CommerceCartModification> modifications)protected voidDefaultCommerceCartMergingStrategy. validationBeforeMerge(CartModel fromCart, CartModel toCart, java.util.List<CommerceCartModification> modifications, UserModel currentUser) -
Uses of CommerceCartModification in de.hybris.platform.commerceservices.strategies
Methods in de.hybris.platform.commerceservices.strategies that return types with arguments of type CommerceCartModification Modifier and Type Method Description java.util.List<CommerceCartModification>CartValidationStrategy. validateCart(CommerceCartParameter parameter)java.util.List<CommerceCartModification>CartValidationStrategy. validateCart(CartModel cartModel)Deprecated.Since 5.2. -
Uses of CommerceCartModification in de.hybris.platform.commerceservices.strategies.hooks
Method parameters in de.hybris.platform.commerceservices.strategies.hooks with type arguments of type CommerceCartModification Modifier and Type Method Description voidBundleCartValidationHook. afterValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)voidCartValidationHook. afterValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)Executed after the cart validationvoidBundleCartValidationHook. beforeValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)voidCartValidationHook. beforeValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)Executed before the cart validation -
Uses of CommerceCartModification in de.hybris.platform.commerceservices.strategies.impl
Methods in de.hybris.platform.commerceservices.strategies.impl that return CommerceCartModification Modifier and Type Method Description protected CommerceCartModificationCartValidationWithoutCartAlteringStrategy. validateCartEntry(CartEntryModel cartEntryModel)protected CommerceCartModificationDefaultCartValidationStrategy. validateCartEntry(CartModel cartModel, CartEntryModel cartEntryModel)Methods in de.hybris.platform.commerceservices.strategies.impl that return types with arguments of type CommerceCartModification Modifier and Type Method Description java.util.List<CommerceCartModification>CartValidationWithoutCartAlteringStrategy. validateCart(CommerceCartParameter parameter)java.util.List<CommerceCartModification>CartValidationWithoutCartAlteringStrategy. validateCart(CartModel cartModel)Deprecated.Since 5.2.java.util.List<CommerceCartModification>DefaultCartValidationStrategy. validateCart(CommerceCartParameter parameter)java.util.List<CommerceCartModification>DefaultCartValidationStrategy. validateCart(CartModel cartModel)Deprecated.Since 5.2.Method parameters in de.hybris.platform.commerceservices.strategies.impl with type arguments of type CommerceCartModification Modifier and Type Method Description protected voidDefaultCartValidationStrategy. afterValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)protected voidDefaultCartValidationStrategy. beforeValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications) -
Uses of CommerceCartModification in de.hybris.platform.configurablebundlefacades.order.impl
Methods in de.hybris.platform.configurablebundlefacades.order.impl that return types with arguments of type CommerceCartModification Modifier and Type Method Description protected Converter<CommerceCartModification,CartModificationData>DefaultBundleCommerceCartFacade. getCartModificationConverter()Method parameters in de.hybris.platform.configurablebundlefacades.order.impl with type arguments of type CommerceCartModification Modifier and Type Method Description voidDefaultBundleCommerceCartFacade. setCartModificationConverter(Converter<CommerceCartModification,CartModificationData> cartModificationConverter) -
Uses of CommerceCartModification in de.hybris.platform.configurablebundleservices.bundle.impl
Methods in de.hybris.platform.configurablebundleservices.bundle.impl that return CommerceCartModification Modifier and Type Method Description protected CommerceCartModificationDefaultBundleRuleServiceNestedIntegrationTest. addToCart(java.lang.String productCode)protected CommerceCartModificationDefaultBundleRuleServiceNestedIntegrationTest. addToCart(java.lang.String productCode, java.lang.String componentId, java.util.Set<java.lang.Integer> groupNumbers) -
Uses of CommerceCartModification in de.hybris.platform.configurablebundleservices.order.hook
Methods in de.hybris.platform.configurablebundleservices.order.hook with parameters of type CommerceCartModification Modifier and Type Method Description voidBundleAddToCartMethodHook. afterAddToCart(CommerceCartParameter parameter, CommerceCartModification result)voidBundleSelectionCriteriaAddToCartMethodHook. afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result)voidBundleRemoveEntryGroupMethodHook. afterRemoveEntryGroup(RemoveEntryGroupParameter parameter, CommerceCartModification result)voidBundleUpdateCartEntryHook. afterUpdateCartEntry(CommerceCartParameter parameter, CommerceCartModification result) -
Uses of CommerceCartModification in de.hybris.platform.couponservices.cart.hooks
Method parameters in de.hybris.platform.couponservices.cart.hooks with type arguments of type CommerceCartModification Modifier and Type Method Description voidCouponRedeemableValidationHook. afterValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)voidCouponRedeemableValidationHook. beforeValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications) -
Uses of CommerceCartModification in de.hybris.platform.marketplaceservices.strategies.hooks
Method parameters in de.hybris.platform.marketplaceservices.strategies.hooks with type arguments of type CommerceCartModification Modifier and Type Method Description voidMarketplaceCartValidationHook. afterValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)Deprecated.voidMarketplaceCartValidationHook. beforeValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)Deprecated. -
Uses of CommerceCartModification in de.hybris.platform.marketplaceservices.strategies.hooks.impl
Method parameters in de.hybris.platform.marketplaceservices.strategies.hooks.impl with type arguments of type CommerceCartModification Modifier and Type Method Description voidMarketplaceCartValidationHook. afterValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)voidMarketplaceCartValidationHook. beforeValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications) -
Uses of CommerceCartModification in de.hybris.platform.sap.productconfig.b2bservices.strategies.impl
Methods in de.hybris.platform.sap.productconfig.b2bservices.strategies.impl that return CommerceCartModification Modifier and Type Method Description protected CommerceCartModificationProductConfigurationB2BCartValidationStrategyImpl. validateCartEntry(CartModel cartModel, CartEntryModel cartEntryModel)protected CommerceCartModificationProductConfigurationB2BCartValidationStrategyImplTest. validateCartEntry(CartModel cartModel, CartEntryModel cartEntryModel) -
Uses of CommerceCartModification in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that return types with arguments of type CommerceCartModification Modifier and Type Method Description protected Converter<CommerceCartModification,CartModificationData>ConfigurationCartIntegrationFacadeImpl. getCartModificationConverter()Method parameters in de.hybris.platform.sap.productconfig.facades.impl with type arguments of type CommerceCartModification Modifier and Type Method Description voidConfigurationCartIntegrationFacadeImpl. setCartModificationConverter(Converter<CommerceCartModification,CartModificationData> cartModificationConverter) -
Uses of CommerceCartModification in de.hybris.platform.sap.productconfig.facades.strategy
Methods in de.hybris.platform.sap.productconfig.facades.strategy that return CommerceCartModification Modifier and Type Method Description protected CommerceCartModificationProductConfigAddToCartStrategy. doAddToCart(CommerceCartParameter parameter) -
Uses of CommerceCartModification in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type CommerceCartModification Modifier and Type Method Description voidProductConfigAddToCartHookImpl. afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result)voidProductConfigurationUpdateCartEntryHookImpl. afterUpdateCartEntry(CommerceCartParameter parameter, CommerceCartModification result) -
Uses of CommerceCartModification in de.hybris.platform.sap.productconfig.services.strategies.impl
Methods in de.hybris.platform.sap.productconfig.services.strategies.impl that return CommerceCartModification Modifier and Type Method Description protected CommerceCartModificationProductConfigurationCartEntryValidationStrategyImpl. createCommerceCartModification(CartEntryModel cartEntryModel, boolean completeAndConsistent, boolean validKB, boolean pricingError, boolean unresolvableIssues)Creates modification beanprotected CommerceCartModificationProductConfigurationCartValidationStrategyImpl. validateCartEntry(CartModel cartModel, CartEntryModel cartEntryModel)protected CommerceCartModificationProductConfigurationCartValidationStrategyImplTest. validateCartEntry(CartModel cartModel, CartEntryModel cartEntryModel)CommerceCartModificationProductConfigurationCartEntryValidationStrategyImpl. validateConfiguration(CartEntryModel cartEntryModel) -
Uses of CommerceCartModification in de.hybris.platform.sap.productconfig.services.strategies.intf
Methods in de.hybris.platform.sap.productconfig.services.strategies.intf that return CommerceCartModification Modifier and Type Method Description CommerceCartModificationProductConfigurationCartEntryValidationStrategy. validateConfiguration(CartEntryModel cartEntryModel)Validates a cart entry model with regards to product configuration -
Uses of CommerceCartModification in de.hybris.platform.sap.sapordermgmtb2bservices.order.impl
Method parameters in de.hybris.platform.sap.sapordermgmtb2bservices.order.impl with type arguments of type CommerceCartModification Modifier and Type Method Description voidSapCommerceCartMergingStrategy. mergeCarts(CartModel fromCart, CartModel toCart, java.util.List<CommerceCartModification> modifications) -
Uses of CommerceCartModification in de.hybris.platform.selectivecartservices.strategies
Methods in de.hybris.platform.selectivecartservices.strategies that return CommerceCartModification Modifier and Type Method Description CommerceCartModificationSelectiveCartAddToCartStrategy. addToCart(CommerceCartParameter parameter) -
Uses of CommerceCartModification in de.hybris.platform.subscriptionservices.order.hook
Methods in de.hybris.platform.subscriptionservices.order.hook with parameters of type CommerceCartModification Modifier and Type Method Description voidSubscriptionAddToCartMethodHook. afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result)voidSubscriptionUpdateCartEntryHook. afterUpdateCartEntry(CommerceCartParameter parameter, CommerceCartModification result) -
Uses of CommerceCartModification in de.hybris.platform.timedaccesspromotionengineservices.cart.hooks
Method parameters in de.hybris.platform.timedaccesspromotionengineservices.cart.hooks with type arguments of type CommerceCartModification Modifier and Type Method Description protected voidDefaultFlashBuyCartValidationHook. addFlashBuyInvalidModification(CartModel cart, ProductModel product, java.util.List<CommerceCartModification> modifications)voidDefaultFlashBuyCartValidationHook. afterValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)Removes unnessary modification message, which is executed after the cart validationvoidDefaultFlashBuyCartValidationHook. beforeValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)Checks if flash buy coupon is redeemable, which is executed before the cart validationprotected voidDefaultFlashBuyCartValidationHook. removeFlashBuyCouponModification(java.util.List<CommerceCartModification> modifications)
-