Uses of Interface
de.hybris.platform.b2ctelcoservices.order.TmaCartStrategy
Packages that use TmaCartStrategy
Package
Description
-
Uses of TmaCartStrategy in de.hybris.platform.b2ctelcofacades.cart.impl
Constructor parameters in de.hybris.platform.b2ctelcofacades.cart.impl with type arguments of type TmaCartStrategyModifierConstructorDescriptionDefaultTmaWebServicesCartFacade(Map<TmaCartStrategyType, TmaCartStrategy> cartStrategyMap, de.hybris.platform.commerceservices.order.CommerceSaveCartTextGenerationStrategy saveCartTextGenerationStrategy, de.hybris.platform.servicelayer.config.ConfigurationService configurationService, de.hybris.platform.enumeration.EnumerationService enumerationService) Deprecated. -
Uses of TmaCartStrategy in de.hybris.platform.b2ctelcofacades.order.impl
Methods in de.hybris.platform.b2ctelcofacades.order.impl that return TmaCartStrategyModifier and TypeMethodDescriptionprotected TmaCartStrategyDefaultTmaCartFacade.findCartStrategy(CartActionInput cartActionInput) Returns the corresponding cartStrategy for a given cartActionInput.Constructor parameters in de.hybris.platform.b2ctelcofacades.order.impl with type arguments of type TmaCartStrategyModifierConstructorDescriptionDefaultTmaCartFacade(Map<TmaCartStrategyType, TmaCartStrategy> cartStrategyMap, de.hybris.platform.commerceservices.order.CommerceSaveCartTextGenerationStrategy saveCartTextGenerationStrategy, de.hybris.platform.servicelayer.config.ConfigurationService configurationService, de.hybris.platform.enumeration.EnumerationService enumerationService) -
Uses of TmaCartStrategy in de.hybris.platform.b2ctelcofacades.strategy.impl
Methods in de.hybris.platform.b2ctelcofacades.strategy.impl that return types with arguments of type TmaCartStrategyModifier and TypeMethodDescriptionTmaCartStrategyMapping.getCartStrategyMap()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2ctelcofacades.strategy.impl with type arguments of type TmaCartStrategyModifier and TypeMethodDescriptionvoidTmaCartStrategyMapping.setCartStrategyMap(Map<String, TmaCartStrategy> cartStrategyMap) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of TmaCartStrategy in de.hybris.platform.b2ctelcoservices.order.impl
Classes in de.hybris.platform.b2ctelcoservices.order.impl that implement TmaCartStrategyModifier and TypeClassDescriptionclassB2ctelcoCommerceCartMergingStrategy, an implementation of CommerceCartMergingStrategy to merge anonymous cart with user cart.classB2ctelcoCommerceCloneSavedCartStrategy, an extension ofDefaultCommerceCloneSavedCartStrategyto create clone of cart provided by user.classOverridesDefaultCommerceAddToCartStrategyto calculate the cart before triggering add to cart and also after merging the entry.classDeprecated.since 2102.classTmaCommerceSaveCartRestorationStrategy, an extension ofDefaultCommerceSaveCartRestorationStrategyto restore given car for the given user.classDeprecated, for removal: This API element is subject to removal in a future version.since 1911.classCart strategy implementation for deleting product offering from cart.classCart strategy implementation for updating product offering in cart.