Class GeneratedAbstractRuleBasedPromotionAction

    • Field Detail

      • RULE

        public static final java.lang.String RULE
        Qualifier of the AbstractRuleBasedPromotionAction.rule attribute
        See Also:
        Constant Field Values
      • STRATEGYID

        public static final java.lang.String STRATEGYID
        Qualifier of the AbstractRuleBasedPromotionAction.strategyId attribute
        See Also:
        Constant Field Values
      • METADATAHANDLERS

        public static final java.lang.String METADATAHANDLERS
        Qualifier of the AbstractRuleBasedPromotionAction.metadataHandlers 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

      • GeneratedAbstractRuleBasedPromotionAction

        public GeneratedAbstractRuleBasedPromotionAction()
    • Method Detail

      • getMetadataHandlers

        public java.util.Collection<java.lang.String> getMetadataHandlers​(SessionContext ctx)
        Generated method - Getter of the AbstractRuleBasedPromotionAction.metadataHandlers attribute.
        Returns:
        the metadataHandlers
      • getMetadataHandlers

        public java.util.Collection<java.lang.String> getMetadataHandlers()
        Generated method - Getter of the AbstractRuleBasedPromotionAction.metadataHandlers attribute.
        Returns:
        the metadataHandlers
      • setMetadataHandlers

        public void setMetadataHandlers​(SessionContext ctx,
                                        java.util.Collection<java.lang.String> value)
        Generated method - Setter of the AbstractRuleBasedPromotionAction.metadataHandlers attribute.
        Parameters:
        value - the metadataHandlers
      • setMetadataHandlers

        public void setMetadataHandlers​(java.util.Collection<java.lang.String> value)
        Generated method - Setter of the AbstractRuleBasedPromotionAction.metadataHandlers attribute.
        Parameters:
        value - the metadataHandlers
      • getRule

        public AbstractRuleEngineRule getRule​(SessionContext ctx)
        Generated method - Getter of the AbstractRuleBasedPromotionAction.rule attribute.
        Returns:
        the rule - The rule that created this promotion action.
      • getRule

        public AbstractRuleEngineRule getRule()
        Generated method - Getter of the AbstractRuleBasedPromotionAction.rule attribute.
        Returns:
        the rule - The rule that created this promotion action.
      • setRule

        public void setRule​(SessionContext ctx,
                            AbstractRuleEngineRule value)
        Generated method - Setter of the AbstractRuleBasedPromotionAction.rule attribute.
        Parameters:
        value - the rule - The rule that created this promotion action.
      • setRule

        public void setRule​(AbstractRuleEngineRule value)
        Generated method - Setter of the AbstractRuleBasedPromotionAction.rule attribute.
        Parameters:
        value - the rule - The rule that created this promotion action.
      • getStrategyId

        public java.lang.String getStrategyId​(SessionContext ctx)
        Generated method - Getter of the AbstractRuleBasedPromotionAction.strategyId attribute.
        Returns:
        the strategyId - the strategyId (i.e. spring bean id) this action was created by.
      • getStrategyId

        public java.lang.String getStrategyId()
        Generated method - Getter of the AbstractRuleBasedPromotionAction.strategyId attribute.
        Returns:
        the strategyId - the strategyId (i.e. spring bean id) this action was created by.
      • setStrategyId

        public void setStrategyId​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the AbstractRuleBasedPromotionAction.strategyId attribute.
        Parameters:
        value - the strategyId - the strategyId (i.e. spring bean id) this action was created by.
      • setStrategyId

        public void setStrategyId​(java.lang.String value)
        Generated method - Setter of the AbstractRuleBasedPromotionAction.strategyId attribute.
        Parameters:
        value - the strategyId - the strategyId (i.e. spring bean id) this action was created by.