Class GeneratedConfigurationCategory

    • Field Detail

      • CONFIGURATORSETTINGS

        public static final java.lang.String CONFIGURATORSETTINGS
        Qualifier of the ConfigurationCategory.configuratorSettings attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedConfigurationCategory

        public GeneratedConfigurationCategory()
    • Method Detail

      • getConfiguratorSettings

        public java.util.List<AbstractConfiguratorSetting> getConfiguratorSettings​(SessionContext ctx)
        Generated method - Getter of the ConfigurationCategory.configuratorSettings attribute.
        Returns:
        the configuratorSettings - Product configuration
      • getConfiguratorSettings

        public java.util.List<AbstractConfiguratorSetting> getConfiguratorSettings()
        Generated method - Getter of the ConfigurationCategory.configuratorSettings attribute.
        Returns:
        the configuratorSettings - Product configuration
      • setConfiguratorSettings

        public void setConfiguratorSettings​(SessionContext ctx,
                                            java.util.List<AbstractConfiguratorSetting> value)
        Generated method - Setter of the ConfigurationCategory.configuratorSettings attribute.
        Parameters:
        value - the configuratorSettings - Product configuration
      • setConfiguratorSettings

        public void setConfiguratorSettings​(java.util.List<AbstractConfiguratorSetting> value)
        Generated method - Setter of the ConfigurationCategory.configuratorSettings attribute.
        Parameters:
        value - the configuratorSettings - Product configuration
      • addToConfiguratorSettings

        public void addToConfiguratorSettings​(SessionContext ctx,
                                              AbstractConfiguratorSetting value)
        Generated method - Adds value to configuratorSettings.
        Parameters:
        value - the item to add to configuratorSettings - Product configuration
      • addToConfiguratorSettings

        public void addToConfiguratorSettings​(AbstractConfiguratorSetting value)
        Generated method - Adds value to configuratorSettings.
        Parameters:
        value - the item to add to configuratorSettings - Product configuration
      • removeFromConfiguratorSettings

        public void removeFromConfiguratorSettings​(SessionContext ctx,
                                                   AbstractConfiguratorSetting value)
        Generated method - Removes value from configuratorSettings.
        Parameters:
        value - the item to remove from configuratorSettings - Product configuration
      • removeFromConfiguratorSettings

        public void removeFromConfiguratorSettings​(AbstractConfiguratorSetting value)
        Generated method - Removes value from configuratorSettings.
        Parameters:
        value - the item to remove from configuratorSettings - Product configuration