Uses of Class
de.hybris.platform.product.jalo.AbstractConfiguratorSetting
-
-
Uses of AbstractConfiguratorSetting in de.hybris.platform.category.jalo
Fields in de.hybris.platform.category.jalo with type parameters of type AbstractConfiguratorSetting Modifier and Type Field Description protected static OneToManyHandler<AbstractConfiguratorSetting>GeneratedConfigurationCategory. CONFIGURATORSETTINGSHANDLEROneToManyHandlerfor handling 1:n CONFIGURATORSETTINGS's relation attributes from 'many' side.Methods in de.hybris.platform.category.jalo that return types with arguments of type AbstractConfiguratorSetting Modifier and Type Method Description java.util.List<AbstractConfiguratorSetting>GeneratedConfigurationCategory. getConfiguratorSettings()Generated method - Getter of theConfigurationCategory.configuratorSettingsattribute.java.util.List<AbstractConfiguratorSetting>GeneratedConfigurationCategory. getConfiguratorSettings(SessionContext ctx)Generated method - Getter of theConfigurationCategory.configuratorSettingsattribute.Methods in de.hybris.platform.category.jalo with parameters of type AbstractConfiguratorSetting Modifier and Type Method Description voidGeneratedConfigurationCategory. addToConfiguratorSettings(SessionContext ctx, AbstractConfiguratorSetting value)Generated method - Addsvalueto configuratorSettings.voidGeneratedConfigurationCategory. addToConfiguratorSettings(AbstractConfiguratorSetting value)Generated method - Addsvalueto configuratorSettings.voidGeneratedConfigurationCategory. removeFromConfiguratorSettings(SessionContext ctx, AbstractConfiguratorSetting value)Generated method - Removesvaluefrom configuratorSettings.voidGeneratedConfigurationCategory. removeFromConfiguratorSettings(AbstractConfiguratorSetting value)Generated method - Removesvaluefrom configuratorSettings.Method parameters in de.hybris.platform.category.jalo with type arguments of type AbstractConfiguratorSetting Modifier and Type Method Description voidGeneratedConfigurationCategory. setConfiguratorSettings(SessionContext ctx, java.util.List<AbstractConfiguratorSetting> value)Generated method - Setter of theConfigurationCategory.configuratorSettingsattribute.voidGeneratedConfigurationCategory. setConfiguratorSettings(java.util.List<AbstractConfiguratorSetting> value)Generated method - Setter of theConfigurationCategory.configuratorSettingsattribute. -
Uses of AbstractConfiguratorSetting in de.hybris.platform.sap.productconfig.services.jalo
Subclasses of AbstractConfiguratorSetting in de.hybris.platform.sap.productconfig.services.jalo Modifier and Type Class Description classCPQConfiguratorSettingsCPQ implementation of hybris generic configurationclassGeneratedCPQConfiguratorSettingsGenerated class for typeCPQConfiguratorSettings. -
Uses of AbstractConfiguratorSetting in de.hybris.platform.textfieldconfiguratortemplateservices.jalo
Subclasses of AbstractConfiguratorSetting in de.hybris.platform.textfieldconfiguratortemplateservices.jalo Modifier and Type Class Description classGeneratedTextFieldConfiguratorSettingGenerated class for typeTextFieldConfiguratorSetting.classTextFieldConfiguratorSetting
-