Uses of Class
de.hybris.platform.personalizationservices.jalo.CxCustomization
Packages that use CxCustomization
-
Uses of CxCustomization in de.hybris.platform.personalizationservices.jalo
Fields in de.hybris.platform.personalizationservices.jalo with type parameters of type CxCustomizationModifier and TypeFieldDescriptionprotected static final OneToManyHandler<CxCustomization>GeneratedCxCustomizationsGroup.CUSTOMIZATIONSHANDLEROneToManyHandlerfor handling 1:n CUSTOMIZATIONS's relation attributes from 'many' side.Methods in de.hybris.platform.personalizationservices.jalo that return CxCustomizationModifier and TypeMethodDescriptionGeneratedPersonalizationservicesManager.createCxCustomization(SessionContext ctx, Map attributeValues) GeneratedPersonalizationservicesManager.createCxCustomization(Map attributeValues) GeneratedCxVariation.getCustomization()Generated method - Getter of theCxVariation.customizationattribute.GeneratedCxVariation.getCustomization(SessionContext ctx) Generated method - Getter of theCxVariation.customizationattribute.Methods in de.hybris.platform.personalizationservices.jalo that return types with arguments of type CxCustomizationModifier and TypeMethodDescriptionGeneratedCxCustomizationsGroup.getCustomizations()Generated method - Getter of theCxCustomizationsGroup.customizationsattribute.GeneratedCxCustomizationsGroup.getCustomizations(SessionContext ctx) Generated method - Getter of theCxCustomizationsGroup.customizationsattribute.Methods in de.hybris.platform.personalizationservices.jalo with parameters of type CxCustomizationModifier and TypeMethodDescriptionvoidGeneratedCxCustomizationsGroup.addToCustomizations(SessionContext ctx, CxCustomization value) Generated method - Addsvalueto customizations.voidGeneratedCxCustomizationsGroup.addToCustomizations(CxCustomization value) Generated method - Addsvalueto customizations.voidGeneratedCxCustomizationsGroup.removeFromCustomizations(SessionContext ctx, CxCustomization value) Generated method - Removesvaluefrom customizations.voidGeneratedCxCustomizationsGroup.removeFromCustomizations(CxCustomization value) Generated method - Removesvaluefrom customizations.voidGeneratedCxVariation.setCustomization(SessionContext ctx, CxCustomization value) Generated method - Setter of theCxVariation.customizationattribute.voidGeneratedCxVariation.setCustomization(CxCustomization value) Generated method - Setter of theCxVariation.customizationattribute.Method parameters in de.hybris.platform.personalizationservices.jalo with type arguments of type CxCustomizationModifier and TypeMethodDescriptionvoidGeneratedCxCustomizationsGroup.setCustomizations(SessionContext ctx, List<CxCustomization> value) Generated method - Setter of theCxCustomizationsGroup.customizationsattribute.voidGeneratedCxCustomizationsGroup.setCustomizations(List<CxCustomization> value) Generated method - Setter of theCxCustomizationsGroup.customizationsattribute.