Uses of Interface
de.hybris.platform.acceleratorservices.process.strategies.ProcessContextResolutionStrategy
-
-
Uses of ProcessContextResolutionStrategy in de.hybris.platform.acceleratorservices.document.factory.impl
Methods in de.hybris.platform.acceleratorservices.document.factory.impl that return ProcessContextResolutionStrategy Modifier and Type Method Description protected ProcessContextResolutionStrategy<CMSSiteModel>AbstractHybrisVelocityContextFactory. getContextResolutionStrategy()Methods in de.hybris.platform.acceleratorservices.document.factory.impl with parameters of type ProcessContextResolutionStrategy Modifier and Type Method Description voidAbstractHybrisVelocityContextFactory. setContextResolutionStrategy(ProcessContextResolutionStrategy<CMSSiteModel> contextResolutionStrategy) -
Uses of ProcessContextResolutionStrategy in de.hybris.platform.acceleratorservices.process.email.actions
Methods in de.hybris.platform.acceleratorservices.process.email.actions that return ProcessContextResolutionStrategy Modifier and Type Method Description protected ProcessContextResolutionStrategyGenerateEmailAction. getContextResolutionStrategy()Methods in de.hybris.platform.acceleratorservices.process.email.actions with parameters of type ProcessContextResolutionStrategy Modifier and Type Method Description voidGenerateEmailAction. setContextResolutionStrategy(ProcessContextResolutionStrategy contextResolutionStrategy) -
Uses of ProcessContextResolutionStrategy in de.hybris.platform.acceleratorservices.process.strategies.impl
Classes in de.hybris.platform.acceleratorservices.process.strategies.impl that implement ProcessContextResolutionStrategy Modifier and Type Class Description classAbstractOrderProcessContextStrategy<T extends AbstractOrderModel>Abstract strategy to impersonate site and initialize session context from a process models that has a reference to an AbstractOrderModel.classAbstractProcessContextStrategyDefault strategy to impersonate site and initialize session context from the process model.classConsignmentProcessContextStrategyStrategy to impersonate site and initialize session context from an instance of ConsignmentProcessModel.classDefaultProcessContextResolutionStrategyDefault strategy to impersonate site and initialize session context from the process model.classOrderProcessContextStrategyStrategy to impersonate site and initialize session context from an instance of OrderProcessModel.classQuoteProcessContextStrategyStrategy to impersonate site and initialize session context from the QuoteProcessModel.classReturnProcessContextStrategyStrategy to impersonate site and initialize session context from an instance of ReturnProcessModel.classStoreFrontProcessContextStrategyStrategy to impersonate site and initialize session context from an instance of StoreFrontProcessModel.Methods in de.hybris.platform.acceleratorservices.process.strategies.impl that return types with arguments of type ProcessContextResolutionStrategy Modifier and Type Method Description protected java.util.Map<java.lang.Class<?>,ProcessContextResolutionStrategy<BaseSiteModel>>DefaultProcessContextResolutionStrategy. getProcessStrategyMap()protected java.util.Optional<ProcessContextResolutionStrategy<BaseSiteModel>>DefaultProcessContextResolutionStrategy. getStrategy(BusinessProcessModel businessProcessModel)Method parameters in de.hybris.platform.acceleratorservices.process.strategies.impl with type arguments of type ProcessContextResolutionStrategy Modifier and Type Method Description voidDefaultProcessContextResolutionStrategy. setProcessStrategyMap(java.util.Map<java.lang.Class<?>,ProcessContextResolutionStrategy<BaseSiteModel>> processStrategyMap) -
Uses of ProcessContextResolutionStrategy in de.hybris.platform.b2bacceleratorservices.process.strategies.impl
Classes in de.hybris.platform.b2bacceleratorservices.process.strategies.impl that implement ProcessContextResolutionStrategy Modifier and Type Class Description classB2BAcceleratorProcessContextResolutionStrategyDeprecated, for removal: This API element is subject to removal in a future version.since 6.4, use theB2BAcceleratorProcessContextStrategyinsteadclassB2BAcceleratorProcessContextStrategyStrategy to impersonate site and initialize session context from an instance of ReplenishmentProcessModel. -
Uses of ProcessContextResolutionStrategy in de.hybris.platform.customercouponservices.strategies
Classes in de.hybris.platform.customercouponservices.strategies that implement ProcessContextResolutionStrategy Modifier and Type Class Description classCouponNotificationProcessContextStrategyHandles coupon notification information when generating Email context -
Uses of ProcessContextResolutionStrategy in de.hybris.platform.stocknotificationservices.process.strategies.impl
Classes in de.hybris.platform.stocknotificationservices.process.strategies.impl that implement ProcessContextResolutionStrategy Modifier and Type Class Description classProductInterestProcessContextStrategyNew strategy to handle product interest process -
Uses of ProcessContextResolutionStrategy in de.hybris.platform.warehousing.process.strategies
Classes in de.hybris.platform.warehousing.process.strategies that implement ProcessContextResolutionStrategy Modifier and Type Class Description classConsolidatedPickSlipBusinessProcessContextStrategyStrategy to get the CmsSite of aBusinessProcessModel -
Uses of ProcessContextResolutionStrategy in de.hybris.platform.yacceleratorordermanagement.actions.email
Methods in de.hybris.platform.yacceleratorordermanagement.actions.email that return ProcessContextResolutionStrategy Modifier and Type Method Description protected ProcessContextResolutionStrategyGenerateEmailWithAttachmentAction. getContextResolutionStrategy()Methods in de.hybris.platform.yacceleratorordermanagement.actions.email with parameters of type ProcessContextResolutionStrategy Modifier and Type Method Description voidGenerateEmailWithAttachmentAction. setContextResolutionStrategy(ProcessContextResolutionStrategy contextResolutionStrategy)
-