Uses of Interface
de.hybris.platform.order.strategies.saving.SaveAbstractOrderStrategy
-
Packages that use SaveAbstractOrderStrategy Package Description de.hybris.platform.order.impl de.hybris.platform.order.strategies.saving.impl -
-
Uses of SaveAbstractOrderStrategy in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl that return SaveAbstractOrderStrategy Modifier and Type Method Description protected SaveAbstractOrderStrategy<O>DefaultAbstractOrderService. getSaveAbstractOrderStrategy()Methods in de.hybris.platform.order.impl with parameters of type SaveAbstractOrderStrategy Modifier and Type Method Description voidDefaultAbstractOrderService. setSaveAbstractOrderStrategy(SaveAbstractOrderStrategy<O> saveAbstractOrderStrategy) -
Uses of SaveAbstractOrderStrategy in de.hybris.platform.order.strategies.saving.impl
Classes in de.hybris.platform.order.strategies.saving.impl that implement SaveAbstractOrderStrategy Modifier and Type Class Description classDefaultSaveAbstractOrderStrategyImplements theSaveAbstractOrderStrategyon the generic,AbstractOrderModeltype level.
-