Uses of Interface
de.hybris.platform.order.strategies.AddToCartStrategy
-
Packages that use AddToCartStrategy Package Description de.hybris.platform.order.impl de.hybris.platform.order.strategies.impl -
-
Uses of AddToCartStrategy in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl with parameters of type AddToCartStrategy Modifier and Type Method Description voidDefaultCartService. setAddToCartStrategy(AddToCartStrategy addToCartStrategy) -
Uses of AddToCartStrategy in de.hybris.platform.order.strategies.impl
Classes in de.hybris.platform.order.strategies.impl that implement AddToCartStrategy Modifier and Type Class Description classDefaultAddToCartStrategyDefault implementation of theAddToCartStrategy.
-