Uses of Class
de.hybris.platform.personalizationservices.process.strategies.CxProcessParameterType
-
-
Uses of CxProcessParameterType in de.hybris.platform.personalizationservices.process
Methods in de.hybris.platform.personalizationservices.process with parameters of type CxProcessParameterType Modifier and Type Method Description voidCxProcessService. storeParametersForProcess(CxPersonalizationProcessModel process, CxProcessParameterType... cxProcessParameterTypes)Stores process parameters according to provided list of types. -
Uses of CxProcessParameterType in de.hybris.platform.personalizationservices.process.impl
Methods in de.hybris.platform.personalizationservices.process.impl with parameters of type CxProcessParameterType Modifier and Type Method Description voidDefaultCxProcessService. storeParametersForProcess(CxPersonalizationProcessModel process, CxProcessParameterType... cxProcessParameterTypes)Method parameters in de.hybris.platform.personalizationservices.process.impl with type arguments of type CxProcessParameterType Modifier and Type Method Description protected booleanDefaultCxProcessService. isTypeSupported(CxProcessParameterStrategy strategy, java.util.Collection<CxProcessParameterType> parameters) -
Uses of CxProcessParameterType in de.hybris.platform.personalizationservices.process.strategies
Methods in de.hybris.platform.personalizationservices.process.strategies that return CxProcessParameterType Modifier and Type Method Description static CxProcessParameterTypeCxProcessParameterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CxProcessParameterType[]CxProcessParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.personalizationservices.process.strategies with parameters of type CxProcessParameterType Modifier and Type Method Description booleanCxProcessParameterStrategy. supports(CxProcessParameterType parameterType) -
Uses of CxProcessParameterType in de.hybris.platform.personalizationservices.process.strategies.impl
Methods in de.hybris.platform.personalizationservices.process.strategies.impl that return types with arguments of type CxProcessParameterType Modifier and Type Method Description protected java.util.Set<CxProcessParameterType>AbstractCxProcessParameterStrategy. getSupportedParameters()Methods in de.hybris.platform.personalizationservices.process.strategies.impl with parameters of type CxProcessParameterType Modifier and Type Method Description booleanAbstractCxProcessParameterStrategy. supports(CxProcessParameterType parameterType)Method parameters in de.hybris.platform.personalizationservices.process.strategies.impl with type arguments of type CxProcessParameterType Modifier and Type Method Description voidAbstractCxProcessParameterStrategy. setSupportedParameters(java.util.Set<CxProcessParameterType> supportedParameters)
-