Class GeneratedRuleConditionDefinitionCategory

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

public abstract class GeneratedRuleConditionDefinitionCategory extends GenericItem
Generated class for type RuleConditionDefinitionCategory.
See Also:
  • Field Details

    • ID

      public static final String ID
      Qualifier of the RuleConditionDefinitionCategory.id attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the RuleConditionDefinitionCategory.name attribute
      See Also:
    • PRIORITY

      public static final String PRIORITY
      Qualifier of the RuleConditionDefinitionCategory.priority attribute
      See Also:
    • ICON

      public static final String ICON
      Qualifier of the RuleConditionDefinitionCategory.icon attribute
      See Also:
    • DEFINITIONS

      public static final String DEFINITIONS
      Qualifier of the RuleConditionDefinitionCategory.definitions attribute
      See Also:
    • RULECONDITIONDEFINITION2CATEGORYRELATION_SRC_ORDERED

      protected static String RULECONDITIONDEFINITION2CATEGORYRELATION_SRC_ORDERED
      Relation ordering override parameter constants for RuleConditionDefinition2CategoryRelation from ((ruleengineservices))
    • RULECONDITIONDEFINITION2CATEGORYRELATION_TGT_ORDERED

      protected static String RULECONDITIONDEFINITION2CATEGORYRELATION_TGT_ORDERED
    • RULECONDITIONDEFINITION2CATEGORYRELATION_MARKMODIFIED

      protected static String RULECONDITIONDEFINITION2CATEGORYRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for RuleConditionDefinition2CategoryRelation from ((ruleengineservices))
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedRuleConditionDefinitionCategory

      public GeneratedRuleConditionDefinitionCategory()
  • Method Details

    • getDefaultAttributeModes

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

      public List<RuleConditionDefinition> getDefinitions(SessionContext ctx)
      Generated method - Getter of the RuleConditionDefinitionCategory.definitions attribute.
      Returns:
      the definitions
    • getDefinitions

      public List<RuleConditionDefinition> getDefinitions()
      Generated method - Getter of the RuleConditionDefinitionCategory.definitions attribute.
      Returns:
      the definitions
    • getDefinitionsCount

      public long getDefinitionsCount(SessionContext ctx)
    • getDefinitionsCount

      public long getDefinitionsCount()
    • setDefinitions

      public void setDefinitions(SessionContext ctx, List<RuleConditionDefinition> value)
      Generated method - Setter of the RuleConditionDefinitionCategory.definitions attribute.
      Parameters:
      value - the definitions
    • setDefinitions

      public void setDefinitions(List<RuleConditionDefinition> value)
      Generated method - Setter of the RuleConditionDefinitionCategory.definitions attribute.
      Parameters:
      value - the definitions
    • addToDefinitions

      public void addToDefinitions(SessionContext ctx, RuleConditionDefinition value)
      Generated method - Adds value to definitions.
      Parameters:
      value - the item to add to definitions
    • addToDefinitions

      public void addToDefinitions(RuleConditionDefinition value)
      Generated method - Adds value to definitions.
      Parameters:
      value - the item to add to definitions
    • removeFromDefinitions

      public void removeFromDefinitions(SessionContext ctx, RuleConditionDefinition value)
      Generated method - Removes value from definitions.
      Parameters:
      value - the item to remove from definitions
    • removeFromDefinitions

      public void removeFromDefinitions(RuleConditionDefinition value)
      Generated method - Removes value from definitions.
      Parameters:
      value - the item to remove from definitions
    • getIcon

      public CatalogUnawareMedia getIcon(SessionContext ctx)
      Generated method - Getter of the RuleConditionDefinitionCategory.icon attribute.
      Returns:
      the icon
    • getIcon

      public CatalogUnawareMedia getIcon()
      Generated method - Getter of the RuleConditionDefinitionCategory.icon attribute.
      Returns:
      the icon
    • setIcon

      public void setIcon(SessionContext ctx, CatalogUnawareMedia value)
      Generated method - Setter of the RuleConditionDefinitionCategory.icon attribute.
      Parameters:
      value - the icon
    • setIcon

      public void setIcon(CatalogUnawareMedia value)
      Generated method - Setter of the RuleConditionDefinitionCategory.icon attribute.
      Parameters:
      value - the icon
    • getId

      public String getId(SessionContext ctx)
      Generated method - Getter of the RuleConditionDefinitionCategory.id attribute.
      Returns:
      the id
    • getId

      public String getId()
      Generated method - Getter of the RuleConditionDefinitionCategory.id attribute.
      Returns:
      the id
    • setId

      public void setId(SessionContext ctx, String value)
      Generated method - Setter of the RuleConditionDefinitionCategory.id attribute.
      Parameters:
      value - the id
    • setId

      public void setId(String value)
      Generated method - Setter of the RuleConditionDefinitionCategory.id attribute.
      Parameters:
      value - the id
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item
    • getName

      public String getName(SessionContext ctx)
      Generated method - Getter of the RuleConditionDefinitionCategory.name attribute.
      Returns:
      the name
    • getName

      public String getName()
      Generated method - Getter of the RuleConditionDefinitionCategory.name attribute.
      Returns:
      the name
    • getAllName

      public Map<Language,String> getAllName(SessionContext ctx)
      Generated method - Getter of the RuleConditionDefinitionCategory.name attribute.
      Returns:
      the localized name
    • getAllName

      public Map<Language,String> getAllName()
      Generated method - Getter of the RuleConditionDefinitionCategory.name attribute.
      Returns:
      the localized name
    • setName

      public void setName(SessionContext ctx, String value)
      Generated method - Setter of the RuleConditionDefinitionCategory.name attribute.
      Parameters:
      value - the name
    • setName

      public void setName(String value)
      Generated method - Setter of the RuleConditionDefinitionCategory.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the RuleConditionDefinitionCategory.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(Map<Language,String> value)
      Generated method - Setter of the RuleConditionDefinitionCategory.name attribute.
      Parameters:
      value - the name
    • getPriority

      public Integer getPriority(SessionContext ctx)
      Generated method - Getter of the RuleConditionDefinitionCategory.priority attribute.
      Returns:
      the priority
    • getPriority

      public Integer getPriority()
      Generated method - Getter of the RuleConditionDefinitionCategory.priority attribute.
      Returns:
      the priority
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive(SessionContext ctx)
      Generated method - Getter of the RuleConditionDefinitionCategory.priority attribute.
      Returns:
      the priority
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive()
      Generated method - Getter of the RuleConditionDefinitionCategory.priority attribute.
      Returns:
      the priority
    • setPriority

      public void setPriority(SessionContext ctx, Integer value)
      Generated method - Setter of the RuleConditionDefinitionCategory.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(Integer value)
      Generated method - Setter of the RuleConditionDefinitionCategory.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(SessionContext ctx, int value)
      Generated method - Setter of the RuleConditionDefinitionCategory.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(int value)
      Generated method - Setter of the RuleConditionDefinitionCategory.priority attribute.
      Parameters:
      value - the priority