Class GeneratedRuleConditionDefinition

    • Field Detail

      • ID

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

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

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

        public static final java.lang.String BREADCRUMB
        Qualifier of the RuleConditionDefinition.breadcrumb attribute
        See Also:
        Constant Field Values
      • ALLOWSCHILDREN

        public static final java.lang.String ALLOWSCHILDREN
        Qualifier of the RuleConditionDefinition.allowsChildren attribute
        See Also:
        Constant Field Values
      • TRANSLATORID

        public static final java.lang.String TRANSLATORID
        Qualifier of the RuleConditionDefinition.translatorId attribute
        See Also:
        Constant Field Values
      • TRANSLATORPARAMETERS

        public static final java.lang.String TRANSLATORPARAMETERS
        Qualifier of the RuleConditionDefinition.translatorParameters attribute
        See Also:
        Constant Field Values
      • CATEGORIES

        public static final java.lang.String CATEGORIES
        Qualifier of the RuleConditionDefinition.categories 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))
      • PARAMETERS

        public static final java.lang.String PARAMETERS
        Qualifier of the RuleConditionDefinition.parameters attribute
        See Also:
        Constant Field Values
      • RULETYPES

        public static final java.lang.String RULETYPES
        Qualifier of the RuleConditionDefinition.ruleTypes 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

      • GeneratedRuleConditionDefinition

        public GeneratedRuleConditionDefinition()
    • Method Detail

      • isAllowsChildren

        public java.lang.Boolean isAllowsChildren​(SessionContext ctx)
        Generated method - Getter of the RuleConditionDefinition.allowsChildren attribute.
        Returns:
        the allowsChildren
      • isAllowsChildren

        public java.lang.Boolean isAllowsChildren()
        Generated method - Getter of the RuleConditionDefinition.allowsChildren attribute.
        Returns:
        the allowsChildren
      • isAllowsChildrenAsPrimitive

        public boolean isAllowsChildrenAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the RuleConditionDefinition.allowsChildren attribute.
        Returns:
        the allowsChildren
      • isAllowsChildrenAsPrimitive

        public boolean isAllowsChildrenAsPrimitive()
        Generated method - Getter of the RuleConditionDefinition.allowsChildren attribute.
        Returns:
        the allowsChildren
      • setAllowsChildren

        public void setAllowsChildren​(SessionContext ctx,
                                      java.lang.Boolean value)
        Generated method - Setter of the RuleConditionDefinition.allowsChildren attribute.
        Parameters:
        value - the allowsChildren
      • setAllowsChildren

        public void setAllowsChildren​(java.lang.Boolean value)
        Generated method - Setter of the RuleConditionDefinition.allowsChildren attribute.
        Parameters:
        value - the allowsChildren
      • setAllowsChildren

        public void setAllowsChildren​(SessionContext ctx,
                                      boolean value)
        Generated method - Setter of the RuleConditionDefinition.allowsChildren attribute.
        Parameters:
        value - the allowsChildren
      • setAllowsChildren

        public void setAllowsChildren​(boolean value)
        Generated method - Setter of the RuleConditionDefinition.allowsChildren attribute.
        Parameters:
        value - the allowsChildren
      • getBreadcrumb

        public java.lang.String getBreadcrumb​(SessionContext ctx)
        Generated method - Getter of the RuleConditionDefinition.breadcrumb attribute.
        Returns:
        the breadcrumb
      • getBreadcrumb

        public java.lang.String getBreadcrumb()
        Generated method - Getter of the RuleConditionDefinition.breadcrumb attribute.
        Returns:
        the breadcrumb
      • getAllBreadcrumb

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

        public java.util.Map<Language,​java.lang.String> getAllBreadcrumb()
        Generated method - Getter of the RuleConditionDefinition.breadcrumb attribute.
        Returns:
        the localized breadcrumb
      • setBreadcrumb

        public void setBreadcrumb​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the RuleConditionDefinition.breadcrumb attribute.
        Parameters:
        value - the breadcrumb
      • setBreadcrumb

        public void setBreadcrumb​(java.lang.String value)
        Generated method - Setter of the RuleConditionDefinition.breadcrumb attribute.
        Parameters:
        value - the breadcrumb
      • setAllBreadcrumb

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

        public void setAllBreadcrumb​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the RuleConditionDefinition.breadcrumb attribute.
        Parameters:
        value - the breadcrumb
      • getCategories

        public java.util.List<RuleConditionDefinitionCategory> getCategories()
        Generated method - Getter of the RuleConditionDefinition.categories attribute.
        Returns:
        the categories
      • getCategoriesCount

        public long getCategoriesCount​(SessionContext ctx)
      • getCategoriesCount

        public long getCategoriesCount()
      • setCategories

        public void setCategories​(SessionContext ctx,
                                  java.util.List<RuleConditionDefinitionCategory> value)
        Generated method - Setter of the RuleConditionDefinition.categories attribute.
        Parameters:
        value - the categories
      • setCategories

        public void setCategories​(java.util.List<RuleConditionDefinitionCategory> value)
        Generated method - Setter of the RuleConditionDefinition.categories attribute.
        Parameters:
        value - the categories
      • addToCategories

        public void addToCategories​(RuleConditionDefinitionCategory value)
        Generated method - Adds value to categories.
        Parameters:
        value - the item to add to categories
      • removeFromCategories

        public void removeFromCategories​(SessionContext ctx,
                                         RuleConditionDefinitionCategory value)
        Generated method - Removes value from categories.
        Parameters:
        value - the item to remove from categories
      • removeFromCategories

        public void removeFromCategories​(RuleConditionDefinitionCategory value)
        Generated method - Removes value from categories.
        Parameters:
        value - the item to remove from categories
      • getId

        public java.lang.String getId​(SessionContext ctx)
        Generated method - Getter of the RuleConditionDefinition.id attribute.
        Returns:
        the id
      • getId

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

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

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

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

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

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

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

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

        public void setName​(java.lang.String value)
        Generated method - Setter of the RuleConditionDefinition.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 RuleConditionDefinition.name attribute.
        Parameters:
        value - the name
      • setAllName

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

        public java.util.List<RuleConditionDefinitionParameter> getParameters()
        Generated method - Getter of the RuleConditionDefinition.parameters attribute.
        Returns:
        the parameters
      • setParameters

        public void setParameters​(SessionContext ctx,
                                  java.util.List<RuleConditionDefinitionParameter> value)
        Generated method - Setter of the RuleConditionDefinition.parameters attribute.
        Parameters:
        value - the parameters
      • setParameters

        public void setParameters​(java.util.List<RuleConditionDefinitionParameter> value)
        Generated method - Setter of the RuleConditionDefinition.parameters attribute.
        Parameters:
        value - the parameters
      • addToParameters

        public void addToParameters​(RuleConditionDefinitionParameter value)
        Generated method - Adds value to parameters.
        Parameters:
        value - the item to add to parameters
      • removeFromParameters

        public void removeFromParameters​(RuleConditionDefinitionParameter value)
        Generated method - Removes value from parameters.
        Parameters:
        value - the item to remove from parameters
      • getPriority

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

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

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

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

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

        public void setPriority​(java.lang.Integer value)
        Generated method - Setter of the RuleConditionDefinition.priority attribute.
        Parameters:
        value - the priority
      • setPriority

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

        public void setPriority​(int value)
        Generated method - Setter of the RuleConditionDefinition.priority attribute.
        Parameters:
        value - the priority
      • getRuleTypes

        public java.util.List<RuleConditionDefinitionRuleTypeMapping> getRuleTypes()
        Generated method - Getter of the RuleConditionDefinition.ruleTypes attribute.
        Returns:
        the ruleTypes
      • setRuleTypes

        public void setRuleTypes​(java.util.List<RuleConditionDefinitionRuleTypeMapping> value)
        Generated method - Setter of the RuleConditionDefinition.ruleTypes attribute.
        Parameters:
        value - the ruleTypes
      • removeFromRuleTypes

        public void removeFromRuleTypes​(RuleConditionDefinitionRuleTypeMapping value)
        Generated method - Removes value from ruleTypes.
        Parameters:
        value - the item to remove from ruleTypes
      • getTranslatorId

        public java.lang.String getTranslatorId​(SessionContext ctx)
        Generated method - Getter of the RuleConditionDefinition.translatorId attribute.
        Returns:
        the translatorId
      • getTranslatorId

        public java.lang.String getTranslatorId()
        Generated method - Getter of the RuleConditionDefinition.translatorId attribute.
        Returns:
        the translatorId
      • setTranslatorId

        public void setTranslatorId​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the RuleConditionDefinition.translatorId attribute.
        Parameters:
        value - the translatorId
      • setTranslatorId

        public void setTranslatorId​(java.lang.String value)
        Generated method - Setter of the RuleConditionDefinition.translatorId attribute.
        Parameters:
        value - the translatorId
      • getAllTranslatorParameters

        public java.util.Map<java.lang.String,​java.lang.String> getAllTranslatorParameters​(SessionContext ctx)
        Generated method - Getter of the RuleConditionDefinition.translatorParameters attribute.
        Returns:
        the translatorParameters
      • getAllTranslatorParameters

        public java.util.Map<java.lang.String,​java.lang.String> getAllTranslatorParameters()
        Generated method - Getter of the RuleConditionDefinition.translatorParameters attribute.
        Returns:
        the translatorParameters
      • setAllTranslatorParameters

        public void setAllTranslatorParameters​(SessionContext ctx,
                                               java.util.Map<java.lang.String,​java.lang.String> value)
        Generated method - Setter of the RuleConditionDefinition.translatorParameters attribute.
        Parameters:
        value - the translatorParameters
      • setAllTranslatorParameters

        public void setAllTranslatorParameters​(java.util.Map<java.lang.String,​java.lang.String> value)
        Generated method - Setter of the RuleConditionDefinition.translatorParameters attribute.
        Parameters:
        value - the translatorParameters