Interface RuleActionStrategy<T extends ItemModel>

    • Method Detail

      • getStrategyId

        java.lang.String getStrategyId()
        Returns this strategy's unique Id
        Returns:
        the strategy's Id
      • undo

        void undo​(ItemModel action)
        Revokes the Promotion Action that was applied.
        Parameters:
        action - the action to be undone