Uses of Class
de.hybris.platform.personalizationservices.jalo.config.CxUrlVoterConfig
-
Packages that use CxUrlVoterConfig Package Description de.hybris.platform.personalizationservices.jalo de.hybris.platform.personalizationservices.jalo.config -
-
Uses of CxUrlVoterConfig in de.hybris.platform.personalizationservices.jalo
Methods in de.hybris.platform.personalizationservices.jalo that return CxUrlVoterConfig Modifier and Type Method Description CxUrlVoterConfigGeneratedPersonalizationservicesManager. createCxUrlVoterConfig(SessionContext ctx, java.util.Map attributeValues)CxUrlVoterConfigGeneratedPersonalizationservicesManager. createCxUrlVoterConfig(java.util.Map attributeValues) -
Uses of CxUrlVoterConfig in de.hybris.platform.personalizationservices.jalo.config
Fields in de.hybris.platform.personalizationservices.jalo.config with type parameters of type CxUrlVoterConfig Modifier and Type Field Description protected static OneToManyHandler<CxUrlVoterConfig>GeneratedCxConfig. URLVOTERCONFIGSHANDLEROneToManyHandlerfor handling 1:n URLVOTERCONFIGS's relation attributes from 'many' side.Methods in de.hybris.platform.personalizationservices.jalo.config that return types with arguments of type CxUrlVoterConfig Modifier and Type Method Description java.util.List<CxUrlVoterConfig>GeneratedCxConfig. getUrlVoterConfigs()Generated method - Getter of theCxConfig.urlVoterConfigsattribute.java.util.List<CxUrlVoterConfig>GeneratedCxConfig. getUrlVoterConfigs(SessionContext ctx)Generated method - Getter of theCxConfig.urlVoterConfigsattribute.Methods in de.hybris.platform.personalizationservices.jalo.config with parameters of type CxUrlVoterConfig Modifier and Type Method Description voidGeneratedCxConfig. addToUrlVoterConfigs(SessionContext ctx, CxUrlVoterConfig value)Generated method - Addsvalueto urlVoterConfigs.voidGeneratedCxConfig. addToUrlVoterConfigs(CxUrlVoterConfig value)Generated method - Addsvalueto urlVoterConfigs.voidGeneratedCxConfig. removeFromUrlVoterConfigs(SessionContext ctx, CxUrlVoterConfig value)Generated method - Removesvaluefrom urlVoterConfigs.voidGeneratedCxConfig. removeFromUrlVoterConfigs(CxUrlVoterConfig value)Generated method - Removesvaluefrom urlVoterConfigs.Method parameters in de.hybris.platform.personalizationservices.jalo.config with type arguments of type CxUrlVoterConfig Modifier and Type Method Description voidGeneratedCxConfig. setUrlVoterConfigs(SessionContext ctx, java.util.List<CxUrlVoterConfig> value)Generated method - Setter of theCxConfig.urlVoterConfigsattribute.voidGeneratedCxConfig. setUrlVoterConfigs(java.util.List<CxUrlVoterConfig> value)Generated method - Setter of theCxConfig.urlVoterConfigsattribute.
-