Class GeneratedAbstractRuleBasedPromotionAction

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

public abstract class GeneratedAbstractRuleBasedPromotionAction extends AbstractPromotionAction
Generated class for type AbstractRuleBasedPromotionAction.
See Also:
  • Field Details

    • RULE

      public static final String RULE
      Qualifier of the AbstractRuleBasedPromotionAction.rule attribute
      See Also:
    • STRATEGYID

      public static final String STRATEGYID
      Qualifier of the AbstractRuleBasedPromotionAction.strategyId attribute
      See Also:
    • METADATAHANDLERS

      public static final String METADATAHANDLERS
      Qualifier of the AbstractRuleBasedPromotionAction.metadataHandlers attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedAbstractRuleBasedPromotionAction

      public GeneratedAbstractRuleBasedPromotionAction()
  • Method Details

    • getDefaultAttributeModes

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

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

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

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

      public void setMetadataHandlers(Collection<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 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 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, 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(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.