Uses of Interface
de.hybris.platform.order.strategies.CreateQuoteFromCartStrategy
-
Packages that use CreateQuoteFromCartStrategy Package Description de.hybris.platform.order.impl de.hybris.platform.order.strategies.impl -
-
Uses of CreateQuoteFromCartStrategy in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl that return CreateQuoteFromCartStrategy Modifier and Type Method Description protected CreateQuoteFromCartStrategyDefaultQuoteService. getCreateQuoteFromCartStrategy()Methods in de.hybris.platform.order.impl with parameters of type CreateQuoteFromCartStrategy Modifier and Type Method Description voidDefaultQuoteService. setCreateQuoteFromCartStrategy(CreateQuoteFromCartStrategy createQuoteFromCartStrategy) -
Uses of CreateQuoteFromCartStrategy in de.hybris.platform.order.strategies.impl
Classes in de.hybris.platform.order.strategies.impl that implement CreateQuoteFromCartStrategy Modifier and Type Class Description classDefaultCreateQuoteFromCartStrategyDefault implementation forCreateQuoteFromCartStrategy
-