Uses of Interface
de.hybris.platform.b2ctelcoservices.hook.TmaCartHookHelper
Packages that use TmaCartHookHelper
-
Uses of TmaCartHookHelper in de.hybris.platform.b2ctelcoservices.hook.impl
Classes in de.hybris.platform.b2ctelcoservices.hook.impl that implement TmaCartHookHelperMethods in de.hybris.platform.b2ctelcoservices.hook.impl that return TmaCartHookHelperModifier and TypeMethodDescriptionprotected TmaCartHookHelperTmaOfferingUpdateCartEntryHook.getTmaCartHookHelper()protected TmaCartHookHelperTmaPoAddToCartMethodHook.getTmaCartHookHelper()Deprecated.since 2105protected TmaCartHookHelperTmaPoUpdateCartEntryHook.getTmaCartHookHelper()Deprecated.Methods in de.hybris.platform.b2ctelcoservices.hook.impl with parameters of type TmaCartHookHelperModifier and TypeMethodDescriptionvoidTmaPoAddToCartMethodHook.setTmaCartHookHelper(TmaCartHookHelper tmaCartHookHelper) Deprecated.since 2105voidTmaPoUpdateCartEntryHook.setTmaCartHookHelper(TmaCartHookHelper tmaCartHookHelper) Deprecated.Constructors in de.hybris.platform.b2ctelcoservices.hook.impl with parameters of type TmaCartHookHelperModifierConstructorDescriptionTmaOfferingUpdateCartEntryHook(TmaAbstractOrderEntryService abstractOrderEntryService, TmaCartHookHelper tmaCartHookHelper, de.hybris.platform.servicelayer.model.ModelService modelService, de.hybris.platform.order.EntryGroupService entryGroupService, PqQualificationService pqQualificationService, de.hybris.platform.servicelayer.dto.converter.Converter<CartModel, PqPoQualificationRao> cartModelRaoConverter, TmaQualificationValidationMessagesStrategy tmaQualificationCompatibilityValidationMessagesStrategy, de.hybris.platform.servicelayer.config.ConfigurationService configurationService)