Uses of Interface
de.hybris.platform.commerceservices.order.hook.CommerceAddToCartMethodHook
Packages that use CommerceAddToCartMethodHook
Package
Description
-
Uses of CommerceAddToCartMethodHook in de.hybris.platform.commerceservices.order.hook.impl
Classes in de.hybris.platform.commerceservices.order.hook.impl that implement CommerceAddToCartMethodHookModifier and TypeClassDescriptionclassclassDefault implementation ofCommerceAddToCartMethodHookfor cart earliest retrieval date while add to cart. -
Uses of CommerceAddToCartMethodHook in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return types with arguments of type CommerceAddToCartMethodHookModifier and TypeMethodDescriptionprotected List<CommerceAddToCartMethodHook>AbstractCommerceAddToCartStrategy.getCommerceAddToCartMethodHooks()Method parameters in de.hybris.platform.commerceservices.order.impl with type arguments of type CommerceAddToCartMethodHookModifier and TypeMethodDescriptionvoidAbstractCommerceAddToCartStrategy.setCommerceAddToCartMethodHooks(List<CommerceAddToCartMethodHook> commerceAddToCartMethodHooks) Optional setter for hooking into before and after execution ofCommerceAddToCartStrategy.addToCart(de.hybris.platform.commerceservices.service.data.CommerceCartParameter) -
Uses of CommerceAddToCartMethodHook in de.hybris.platform.configurablebundleservices.order.hook
Classes in de.hybris.platform.configurablebundleservices.order.hook that implement CommerceAddToCartMethodHookModifier and TypeClassDescriptionclassBundle-specific extension of the generic addToCart method.classA hook that limits amount of particular products in single bundle. -
Uses of CommerceAddToCartMethodHook in de.hybris.platform.sap.productconfig.services.impl
Classes in de.hybris.platform.sap.productconfig.services.impl that implement CommerceAddToCartMethodHookModifier and TypeClassDescriptionclassCPQ AddToCart hook.
This hook is executed before and after addToCart. -
Uses of CommerceAddToCartMethodHook in de.hybris.platform.subscriptionservices.order.hook
Classes in de.hybris.platform.subscriptionservices.order.hook that implement CommerceAddToCartMethodHook