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
static java.lang.String COPYRIGHT
          IBM copyright notice field.
 
Method Summary
 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
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
Method Detail

execute

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