Uses of Interface
de.hybris.platform.commerceservices.order.hook.CommerceCartCalculationMethodHook
-
Packages that use CommerceCartCalculationMethodHook Package Description de.hybris.platform.commerceservices.order.hook.impl de.hybris.platform.commerceservices.order.impl -
-
Uses of CommerceCartCalculationMethodHook in de.hybris.platform.commerceservices.order.hook.impl
Classes in de.hybris.platform.commerceservices.order.hook.impl that implement CommerceCartCalculationMethodHook Modifier and Type Class Description classDefaultCommerceQuoteCartCalculationMethodHookA hook that add the quote discounts back after calculating the cart and then calculating the cart totals -
Uses of CommerceCartCalculationMethodHook in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return types with arguments of type CommerceCartCalculationMethodHook Modifier and Type Method Description protected java.util.List<CommerceCartCalculationMethodHook>DefaultCommerceCartCalculationStrategy. getCommerceCartCalculationMethodHooks()Method parameters in de.hybris.platform.commerceservices.order.impl with type arguments of type CommerceCartCalculationMethodHook Modifier and Type Method Description voidDefaultCommerceCartCalculationStrategy. setCommerceCartCalculationMethodHooks(java.util.List<CommerceCartCalculationMethodHook> commerceCartCalculationMethodHooks)
-