com.ibm.commerce.tools.epromotion

Interface RLPromotionRangeBlock



  • public interface RLPromotionRangeBlock
    Represents a block of code expecting a promotion range. A promotion range is an ordered pair of start range and value.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void execute(java.lang.String startRange, java.lang.String value)
      Execute a block of code by passing range start value and associated discount value.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • execute

        void execute(java.lang.String startRange,
                     java.lang.String value)
        Execute a block of code by passing range start value and associated discount value.