Uses of Class
de.hybris.platform.commerceservices.order.CommerceCartModification
Packages that use CommerceCartModification
Package
Description
-
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 CommerceCartModificationModifier and TypeMethodDescriptionDefaultAcceleratorCheckoutFacade.getCartModificationConverter()Method parameters in de.hybris.platform.acceleratorfacades.order.impl with type arguments of type CommerceCartModificationModifier and TypeMethodDescriptionvoidDefaultAcceleratorCheckoutFacade.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 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.acceleratorservices.order
Methods in de.hybris.platform.acceleratorservices.order that return types with arguments of type CommerceCartModificationModifier and TypeMethodDescriptionAcceleratorCheckoutService.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 CommerceCartModificationModifier and TypeMethodDescriptionDefaultAcceleratorCheckoutService.consolidateCheckoutCart(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel) Method parameters in de.hybris.platform.acceleratorservices.order.impl with type arguments of type CommerceCartModificationModifier and TypeMethodDescriptionprotected voidDefaultAcceleratorCheckoutService.updatePOS(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel, 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 CommerceCartModificationModifier and TypeMethodDescriptionprotected CommerceCartModificationDefaultSavedCartFileUploadStrategy.addLinesToCart(String[] cartAttributes, CartModel cartModel) protected CommerceCartModificationDefaultSavedCartFileUploadStrategy.handleExceptionForImport(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 CommerceCartModificationModifier and TypeMethodDescriptionList<? extends CommerceCartModification>B2BCheckoutFacade.validateSessionCart()Deprecated, for removal: This API element is subject to removal in a future version.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 CommerceCartModificationModifier and TypeMethodDescriptionList<? extends CommerceCartModification>DefaultCheckoutFacade.validateSessionCart()Deprecated, for removal: This API element is subject to removal in a future version. -
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 CommerceCartModificationMethods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type CommerceCartModificationModifier and TypeMethodDescriptionvoidCartModificationPopulator.populate(CommerceCartModification source, CartModificationData target) Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type CommerceCartModificationModifier and TypeMethodDescriptionvoidCartRestorationPopulator.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 CommerceCartModificationMethod parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type CommerceCartModificationModifier and TypeMethodDescriptionvoidDefaultCartFacade.setCartModificationConverter(Converter<CommerceCartModification, CartModificationData> cartModificationConverter) -
Uses of CommerceCartModification in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that return CommerceCartModificationModifier and TypeMethodDescriptionCommerceAddToCartStrategy.addToCart(CommerceCartParameter parameter) Adds to the (existing)CartModelthe (existing)ProductModelin the givenUnitModeland with the givenquantity.CommerceCartService.addToCart(CommerceCartParameter parameter) Adds to the (existing)CartModelthe (existing)ProductModelin the givenUnitModeland with the givenquantity.CommerceCartService.addToCart(CartModel cartModel, ProductModel productModel, long quantity, UnitModel unit, boolean forceNewEntry) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceCartService.addToCart(CartModel cartModel, ProductModel productModel, PointOfServiceModel deliveryPointOfService, long quantity, UnitModel unit, boolean forceNewEntry) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceCartService.removeEntryGroup(RemoveEntryGroupParameter parameters) Remove entry group and all cart entries of the group and it's descendants from the cart.CommerceRemoveEntryGroupStrategy.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.CommerceCartService.updatePointOfServiceForCartEntry(CommerceCartParameter parameters) Updates given cart entry model with point of service.CommerceCartService.updatePointOfServiceForCartEntry(CartModel cartModel, long entryNumber, PointOfServiceModel pointOfServiceModel) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceUpdateCartEntryStrategy.updatePointOfServiceForCartEntry(CommerceCartParameter parameters) Update point of service for cart entry.CommerceCartService.updateQuantityForCartEntry(CommerceCartParameter parameter) Update quantity for the cart entry with givenentryNumberwith the givennewQuantity.CommerceCartService.updateQuantityForCartEntry(CartModel cartModel, long entryNumber, long newQuantity) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceUpdateCartEntryStrategy.updateQuantityForCartEntry(CommerceCartParameter parameters) Update quantity for cart entry.CommerceCartService.updateToShippingModeForCartEntry(CommerceCartParameter parameters) Update the shipping mode for a given cart entryCommerceCartService.updateToShippingModeForCartEntry(CartModel cartModel, long entryNumber) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceUpdateCartEntryStrategy.updateToShippingModeForCartEntry(CommerceCartParameter parameters) Update to shipping mode for cart entry.Methods in de.hybris.platform.commerceservices.order that return types with arguments of type CommerceCartModificationModifier and TypeMethodDescriptionCommerceAddToCartStrategy.addToCart(List<CommerceCartParameter> parameterList) Adds a list of items to the cart.CommerceCartRestoration.getModifications()CommerceCartService.validateCart(CommerceCartParameter parameter) Method for validating every entry in the cartCommerceCartService.validateCart(CartModel cartModel) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.Method parameters in de.hybris.platform.commerceservices.order with type arguments of type CommerceCartModificationModifier and TypeMethodDescriptionvoidCommerceCartService.mergeCarts(CartModel fromCart, CartModel toCart, List<CommerceCartModification> modifications) Merge two carts and add modificationsvoidCommerceCartRestoration.setModifications(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 CommerceCartModificationModifier and TypeMethodDescriptionvoidCommerceAddToCartMethodHook.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 CommerceCartModificationModifier and TypeMethodDescriptionvoidConfigurableProductAddToCartMethodHook.afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result) voidDefaultCartEarliestRetrievalDateAddToCartMethodHook.afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result) Method parameters in de.hybris.platform.commerceservices.order.hook.impl with type arguments of type CommerceCartModificationModifier and TypeMethodDescriptionvoidDefaultVoucherRedeemableCartValidationMethodHook.afterValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) voidDefaultVoucherRedeemableCartValidationMethodHook.beforeValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) -
Uses of CommerceCartModification in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return CommerceCartModificationModifier and TypeMethodDescriptionBundleCommerceAddToCartStrategy.addToCart(CommerceCartParameter parameter) DefaultCommerceAddToCartStrategy.addToCart(CommerceCartParameter parameter) Adds an item to the cart for pickup in a given locationDefaultCommerceCartService.addToCart(CommerceCartParameter parameter) DefaultCommerceCartService.addToCart(CartModel cartModel, ProductModel productModel, long quantityToAdd, UnitModel unit, boolean forceNewEntry) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.DefaultCommerceCartService.addToCart(CartModel cartModel, ProductModel productModel, PointOfServiceModel deliveryPointOfService, long quantity, UnitModel unit, boolean forceNewEntry) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.protected CommerceCartModificationDefaultCommerceAddToCartStrategy.createAddToCartResp(CommerceCartParameter parameter, String status, CartEntryModel entry, long quantityAdded) protected CommerceCartModificationDefaultCommerceRemoveEntryGroupStrategy.createRemoveEntryGroupResp(RemoveEntryGroupParameter parameter, 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, Integer maxOrderQuantity) DefaultCommerceCartService.removeEntryGroup(RemoveEntryGroupParameter parameter) DefaultCommerceRemoveEntryGroupStrategy.removeEntryGroup(RemoveEntryGroupParameter parameter) Removes from the cart an entry group with all nested groups and their cart entriesCommerceUpdateCartEntryStrictStrategy.updatePointOfServiceForCartEntry(CommerceCartParameter parameters) DefaultCommerceCartService.updatePointOfServiceForCartEntry(CommerceCartParameter parameters) DefaultCommerceCartService.updatePointOfServiceForCartEntry(CartModel cartModel, long entryNumber, PointOfServiceModel pointOfServiceModel) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.DefaultCommerceUpdateCartEntryStrategy.updatePointOfServiceForCartEntry(CommerceCartParameter parameters) CommerceUpdateCartEntryStrictStrategy.updateQuantityForCartEntry(CommerceCartParameter parameters) DefaultCommerceCartService.updateQuantityForCartEntry(CommerceCartParameter parameters) DefaultCommerceCartService.updateQuantityForCartEntry(CartModel cartModel, long entryNumber, long newQuantity) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.DefaultCommerceUpdateCartEntryStrategy.updateQuantityForCartEntry(CommerceCartParameter parameters) CommerceUpdateCartEntryStrictStrategy.updateToShippingModeForCartEntry(CommerceCartParameter parameters) DefaultCommerceCartService.updateToShippingModeForCartEntry(CommerceCartParameter parameters) DefaultCommerceCartService.updateToShippingModeForCartEntry(CartModel cartModel, long entryNumber) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.DefaultCommerceUpdateCartEntryStrategy.updateToShippingModeForCartEntry(CommerceCartParameter parameters) Methods in de.hybris.platform.commerceservices.order.impl that return types with arguments of type CommerceCartModificationModifier and TypeMethodDescriptionDefaultCommerceAddToCartStrategy.addToCart(List<CommerceCartParameter> parameterList) protected Collection<CommerceCartModification>DefaultCommerceCartRestorationStrategy.rebuildSessionCart(CommerceCartParameter parameter) DefaultCommerceCartService.validateCart(CommerceCartParameter parameter) DefaultCommerceCartService.validateCart(CartModel cartModel) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.Methods in de.hybris.platform.commerceservices.order.impl with parameters of type CommerceCartModificationModifier and TypeMethodDescriptionprotected 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 CommerceCartModificationModifier and TypeMethodDescriptionvoidCommerceCartMergingStrategy.mergeCarts(CartModel fromCart, CartModel toCart, List<CommerceCartModification> modifications) Merge two carts and add modificationsvoidDefaultCommerceCartMergingStrategy.mergeCarts(CartModel fromCart, CartModel toCart, List<CommerceCartModification> modifications) voidDefaultCommerceCartService.mergeCarts(CartModel fromCart, CartModel toCart, List<CommerceCartModification> modifications) protected voidDefaultCommerceCartRestorationStrategy.rewriteEntriesFromCartToCart(CommerceCartParameter parameter, CartModel fromCartModel, CartModel toCartModel, List<CommerceCartModification> modifications) protected voidDefaultCommerceCartMergingStrategy.validationBeforeMerge(CartModel fromCart, CartModel toCart, 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 CommerceCartModificationModifier and TypeMethodDescriptionCartValidationStrategy.validateCart(CommerceCartParameter parameter) CartValidationStrategy.validateCart(CartModel cartModel) Deprecated, for removal: This API element is subject to removal in a future version.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 CommerceCartModificationModifier and TypeMethodDescriptionvoidBundleCartValidationHook.afterValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) voidCartValidationHook.afterValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) Executed after the cart validationvoidBundleCartValidationHook.beforeValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) voidCartValidationHook.beforeValidateCart(CommerceCartParameter parameter, 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 CommerceCartModificationModifier and TypeMethodDescriptionprotected CommerceCartModificationCartValidationWithoutCartAlteringStrategy.validateCartEntry(CartEntryModel cartEntryModel) Deprecated, for removal: This API element is subject to removal in a future version.protected CommerceCartModificationDefaultCartValidationStrategy.validateCartEntry(CartModel cartModel, CartEntryModel cartEntryModel) Methods in de.hybris.platform.commerceservices.strategies.impl that return types with arguments of type CommerceCartModificationModifier and TypeMethodDescriptionCartValidationWithoutCartAlteringStrategy.validateCart(CommerceCartParameter parameter) Deprecated, for removal: This API element is subject to removal in a future version.CartValidationWithoutCartAlteringStrategy.validateCart(CartModel cartModel) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.DefaultCartValidationStrategy.validateCart(CommerceCartParameter parameter) DefaultCartValidationStrategy.validateCart(CartModel cartModel) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.Method parameters in de.hybris.platform.commerceservices.strategies.impl with type arguments of type CommerceCartModificationModifier and TypeMethodDescriptionprotected voidDefaultCartValidationStrategy.afterValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) protected voidDefaultCartValidationStrategy.beforeValidateCart(CommerceCartParameter parameter, 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 CommerceCartModificationMethod parameters in de.hybris.platform.configurablebundlefacades.order.impl with type arguments of type CommerceCartModificationModifier and TypeMethodDescriptionvoidDefaultBundleCommerceCartFacade.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 CommerceCartModificationModifier and TypeMethodDescriptionprotected CommerceCartModificationprotected CommerceCartModificationDefaultBundleRuleServiceNestedIntegrationTest.addToCart(String productCode, String componentId, Set<Integer> groupNumbers) -
Uses of CommerceCartModification in de.hybris.platform.configurablebundleservices.order.hook
Methods in de.hybris.platform.configurablebundleservices.order.hook with parameters of type CommerceCartModificationModifier and TypeMethodDescriptionvoidBundleAddToCartMethodHook.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 CommerceCartModificationModifier and TypeMethodDescriptionvoidCouponRedeemableValidationHook.afterValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) voidCouponRedeemableValidationHook.beforeValidateCart(CommerceCartParameter parameter, 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 CommerceCartModificationModifier and TypeMethodDescriptionvoidMarketplaceCartValidationHook.afterValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) Deprecated, for removal: This API element is subject to removal in a future version.voidMarketplaceCartValidationHook.beforeValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) Deprecated, for removal: This API element is subject to removal in a future version. -
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 CommerceCartModificationModifier and TypeMethodDescriptionvoidMarketplaceCartValidationHook.afterValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) voidMarketplaceCartValidationHook.beforeValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) -
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 CommerceCartModificationModifier and TypeMethodDescriptionConfigurationCartIntegrationFacadeImpl.getCartModificationConverter()Method parameters in de.hybris.platform.sap.productconfig.facades.impl with type arguments of type CommerceCartModificationModifier and TypeMethodDescriptionvoidConfigurationCartIntegrationFacadeImpl.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 CommerceCartModificationModifier and TypeMethodDescriptionprotected CommerceCartModificationProductConfigAddToCartStrategy.doAddToCart(CommerceCartParameter parameter) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CommerceCartModification in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type CommerceCartModificationModifier and TypeMethodDescriptionvoidProductConfigAddToCartHookImpl.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 CommerceCartModificationModifier and TypeMethodDescriptionprotected CommerceCartModificationProductConfigurationCartEntryValidationStrategyImpl.createCommerceCartModification(AbstractOrderEntryModel cartEntryModel, boolean completeAndConsistent, boolean validKB, boolean pricingError, boolean unresolvableIssues) Creates modification beanprotected CommerceCartModificationDefaultCartValidationHook.retrieveModificationForEntry(AbstractOrderEntryModel entry, List<CommerceCartModification> modifications) ProductConfigurationCartEntryValidationStrategyImpl.validateConfiguration(AbstractOrderEntryModel cartEntryModel) Method parameters in de.hybris.platform.sap.productconfig.services.strategies.impl with type arguments of type CommerceCartModificationModifier and TypeMethodDescriptionvoidDefaultCartValidationHook.afterValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) voidDefaultCartValidationHook.beforeValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) protected booleanDefaultCartValidationHook.isEntrySuccess(AbstractOrderEntryModel entry, List<CommerceCartModification> modifications) protected CommerceCartModificationDefaultCartValidationHook.retrieveModificationForEntry(AbstractOrderEntryModel entry, List<CommerceCartModification> modifications) protected voidDefaultCartValidationHook.validateConfiguration(List<CommerceCartModification> modifications, AbstractOrderEntryModel entryToCheck) -
Uses of CommerceCartModification in de.hybris.platform.sap.productconfig.services.strategies.intf
Methods in de.hybris.platform.sap.productconfig.services.strategies.intf that return CommerceCartModificationModifier and TypeMethodDescriptionProductConfigurationCartEntryValidationStrategy.validateConfiguration(AbstractOrderEntryModel cartEntryModel) Validates a cart entry model with regards to product configuration -
Uses of CommerceCartModification in de.hybris.platform.selectivecartservices.strategies
Methods in de.hybris.platform.selectivecartservices.strategies that return CommerceCartModificationModifier and TypeMethodDescriptionSelectiveCartAddToCartStrategy.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 CommerceCartModificationModifier and TypeMethodDescriptionvoidSubscriptionAddToCartMethodHook.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 CommerceCartModificationModifier and TypeMethodDescriptionprotected voidDefaultFlashBuyCartValidationHook.addFlashBuyInvalidModification(CartModel cart, ProductModel product, List<CommerceCartModification> modifications) voidDefaultFlashBuyCartValidationHook.afterValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) Removes unnessary modification message, which is executed after the cart validationvoidDefaultFlashBuyCartValidationHook.beforeValidateCart(CommerceCartParameter parameter, List<CommerceCartModification> modifications) Checks if flash buy coupon is redeemable, which is executed before the cart validationprotected voidDefaultFlashBuyCartValidationHook.removeFlashBuyCouponModification(List<CommerceCartModification> modifications)