Uses of Interface
de.hybris.platform.personalizationservices.process.strategies.CxProcessParameterStrategy
-
-
Uses of CxProcessParameterStrategy in com.hybris.ymkt.personalization.strategy
Classes in com.hybris.ymkt.personalization.strategy that implement CxProcessParameterStrategy Modifier and Type Class Description classCxYmktSessionPiwikStrategyThis class will inject a PiwikId key into a background process in order to be later retrieved from the user session for personalization evaluation. -
Uses of CxProcessParameterStrategy in de.hybris.platform.personalizationservices.process.impl
Methods in de.hybris.platform.personalizationservices.process.impl with parameters of type CxProcessParameterStrategy Modifier and Type Method Description protected booleanDefaultCxProcessService. isTypeSupported(CxProcessParameterStrategy strategy, java.util.Collection<CxProcessParameterType> parameters)Method parameters in de.hybris.platform.personalizationservices.process.impl with type arguments of type CxProcessParameterStrategy Modifier and Type Method Description voidDefaultCxProcessService. setCxProcessParameterStrategies(java.util.List<CxProcessParameterStrategy> cxProcessParameterStrategies) -
Uses of CxProcessParameterStrategy in de.hybris.platform.personalizationservices.process.strategies.impl
Classes in de.hybris.platform.personalizationservices.process.strategies.impl that implement CxProcessParameterStrategy Modifier and Type Class Description classAbstractCxProcessParameterStrategyHelper superclass for load/store process parameters.classCxProcessParameterBaseSiteStrategyclassCxProcessParameterSegmentationStrategyclassCxProcessParameterSessionTokenStrategyclassCxProcessParameterUserConsentsStrategy -
Uses of CxProcessParameterStrategy in de.hybris.platform.personalizationyprofile.strategy.impl
Classes in de.hybris.platform.personalizationyprofile.strategy.impl that implement CxProcessParameterStrategy Modifier and Type Class Description classCxProcessParameterConsentReferenceStrategy
-