Class GeneratedConfigurationCategory

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ConfigurationCategory

public abstract class GeneratedConfigurationCategory extends Category
Generated class for type ConfigurationCategory.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedConfigurationCategory

      public GeneratedConfigurationCategory()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedCategory
    • getConfiguratorSettings

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

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

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

      public void setConfiguratorSettings(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