Uses of Interface
de.hybris.platform.commerceservices.order.hook.CommerceCartMetadataUpdateMethodHook
-
Packages that use CommerceCartMetadataUpdateMethodHook Package Description de.hybris.platform.commerceservices.order.hook.impl de.hybris.platform.commerceservices.order.strategies.impl -
-
Uses of CommerceCartMetadataUpdateMethodHook in de.hybris.platform.commerceservices.order.hook.impl
Classes in de.hybris.platform.commerceservices.order.hook.impl that implement CommerceCartMetadataUpdateMethodHook Modifier and Type Class Description classDefaultCommerceCartMetadataUpdateValidationHookValidates cart metadata attributes (i.e.classQuoteCommerceCartMetadataUpdateValidationHookValidates cart metadata attributes (i.e. -
Uses of CommerceCartMetadataUpdateMethodHook in de.hybris.platform.commerceservices.order.strategies.impl
Methods in de.hybris.platform.commerceservices.order.strategies.impl that return types with arguments of type CommerceCartMetadataUpdateMethodHook Modifier and Type Method Description protected java.util.List<CommerceCartMetadataUpdateMethodHook>DefaultCommerceCartMetadataUpdateStrategy. getCommerceCartMetadataUpdateMethodHooks()Method parameters in de.hybris.platform.commerceservices.order.strategies.impl with type arguments of type CommerceCartMetadataUpdateMethodHook Modifier and Type Method Description voidDefaultCommerceCartMetadataUpdateStrategy. setCommerceCartMetadataUpdateMethodHooks(java.util.List<CommerceCartMetadataUpdateMethodHook> commerceCartMetadataUpdateMethodHooks)
-