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. |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM copyright notice field.
- See Also:
- Constant Field Values
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.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.