Class GeneratedRuleConditionDefinitionCategory

    • Field Detail

      • ID

        public static final java.lang.String ID
        Qualifier of the RuleConditionDefinitionCategory.id attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the RuleConditionDefinitionCategory.name attribute
        See Also:
        Constant Field Values
      • PRIORITY

        public static final java.lang.String PRIORITY
        Qualifier of the RuleConditionDefinitionCategory.priority attribute
        See Also:
        Constant Field Values
      • ICON

        public static final java.lang.String ICON
        Qualifier of the RuleConditionDefinitionCategory.icon attribute
        See Also:
        Constant Field Values
      • DEFINITIONS

        public static final java.lang.String DEFINITIONS
        Qualifier of the RuleConditionDefinitionCategory.definitions attribute
        See Also:
        Constant Field Values
      • RULECONDITIONDEFINITION2CATEGORYRELATION_SRC_ORDERED

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

        protected static java.lang.String RULECONDITIONDEFINITION2CATEGORYRELATION_TGT_ORDERED
      • RULECONDITIONDEFINITION2CATEGORYRELATION_MARKMODIFIED

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

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

      • GeneratedRuleConditionDefinitionCategory

        public GeneratedRuleConditionDefinitionCategory()
    • Method Detail

      • getDefinitions

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

        public java.util.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,
                                   java.util.List<RuleConditionDefinition> value)
        Generated method - Setter of the RuleConditionDefinitionCategory.definitions attribute.
        Parameters:
        value - the definitions
      • setDefinitions

        public void setDefinitions​(java.util.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 java.lang.String getId​(SessionContext ctx)
        Generated method - Getter of the RuleConditionDefinitionCategory.id attribute.
        Returns:
        the id
      • getId

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

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

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

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

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

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

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

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

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

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

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

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

        public java.lang.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,
                                java.lang.Integer value)
        Generated method - Setter of the RuleConditionDefinitionCategory.priority attribute.
        Parameters:
        value - the priority
      • setPriority

        public void setPriority​(java.lang.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