Class GeneratedSourceRule

    • Field Detail

      • CONDITIONS

        public static final java.lang.String CONDITIONS
        Qualifier of the SourceRule.conditions attribute
        See Also:
        Constant Field Values
      • ACTIONS

        public static final java.lang.String ACTIONS
        Qualifier of the SourceRule.actions attribute
        See Also:
        Constant Field Values
      • CAMPAIGNS

        public static final java.lang.String CAMPAIGNS
        Qualifier of the SourceRule.campaigns attribute
        See Also:
        Constant Field Values
      • CAMPAIGN2SOURCERULERELATION_SRC_ORDERED

        protected static java.lang.String CAMPAIGN2SOURCERULERELATION_SRC_ORDERED
        Relation ordering override parameter constants for Campaign2SourceRuleRelation from ((ruleengineservices))
      • CAMPAIGN2SOURCERULERELATION_TGT_ORDERED

        protected static java.lang.String CAMPAIGN2SOURCERULERELATION_TGT_ORDERED
      • CAMPAIGN2SOURCERULERELATION_MARKMODIFIED

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

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

      • GeneratedSourceRule

        public GeneratedSourceRule()
    • Method Detail

      • getActions

        public java.lang.String getActions​(SessionContext ctx)
        Generated method - Getter of the SourceRule.actions attribute.
        Returns:
        the actions - Rule consequences stored in a formatted String
      • getActions

        public java.lang.String getActions()
        Generated method - Getter of the SourceRule.actions attribute.
        Returns:
        the actions - Rule consequences stored in a formatted String
      • setActions

        public void setActions​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the SourceRule.actions attribute.
        Parameters:
        value - the actions - Rule consequences stored in a formatted String
      • setActions

        public void setActions​(java.lang.String value)
        Generated method - Setter of the SourceRule.actions attribute.
        Parameters:
        value - the actions - Rule consequences stored in a formatted String
      • getCampaigns

        public java.util.Set<Campaign> getCampaigns​(SessionContext ctx)
        Generated method - Getter of the SourceRule.campaigns attribute.
        Returns:
        the campaigns
      • getCampaigns

        public java.util.Set<Campaign> getCampaigns()
        Generated method - Getter of the SourceRule.campaigns attribute.
        Returns:
        the campaigns
      • getCampaignsCount

        public long getCampaignsCount​(SessionContext ctx)
      • getCampaignsCount

        public long getCampaignsCount()
      • setCampaigns

        public void setCampaigns​(SessionContext ctx,
                                 java.util.Set<Campaign> value)
        Generated method - Setter of the SourceRule.campaigns attribute.
        Parameters:
        value - the campaigns
      • setCampaigns

        public void setCampaigns​(java.util.Set<Campaign> value)
        Generated method - Setter of the SourceRule.campaigns attribute.
        Parameters:
        value - the campaigns
      • addToCampaigns

        public void addToCampaigns​(SessionContext ctx,
                                   Campaign value)
        Generated method - Adds value to campaigns.
        Parameters:
        value - the item to add to campaigns
      • addToCampaigns

        public void addToCampaigns​(Campaign value)
        Generated method - Adds value to campaigns.
        Parameters:
        value - the item to add to campaigns
      • removeFromCampaigns

        public void removeFromCampaigns​(SessionContext ctx,
                                        Campaign value)
        Generated method - Removes value from campaigns.
        Parameters:
        value - the item to remove from campaigns
      • removeFromCampaigns

        public void removeFromCampaigns​(Campaign value)
        Generated method - Removes value from campaigns.
        Parameters:
        value - the item to remove from campaigns
      • getConditions

        public java.lang.String getConditions​(SessionContext ctx)
        Generated method - Getter of the SourceRule.conditions attribute.
        Returns:
        the conditions - Rule conditions stored in a formatted String
      • getConditions

        public java.lang.String getConditions()
        Generated method - Getter of the SourceRule.conditions attribute.
        Returns:
        the conditions - Rule conditions stored in a formatted String
      • setConditions

        public void setConditions​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the SourceRule.conditions attribute.
        Parameters:
        value - the conditions - Rule conditions stored in a formatted String
      • setConditions

        public void setConditions​(java.lang.String value)
        Generated method - Setter of the SourceRule.conditions attribute.
        Parameters:
        value - the conditions - Rule conditions stored in a formatted String