public interface PromotionExecutionSequenceBuilder extends XMLizable
<PromotionExecutionSequenceBuilder impl= "com.ibm.commerce.marketing.promotion.runtime.DefaultSequenceBuilder" />where the impl attribute value can be replaced with the fully qualified implementation class name of the Sequence Builder. All custom Sequence Builders must implement this interface which is a subclass of XMLizable.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
buildSequence(PromotionContext context)
Builds the sequences in which promotions are attempted at runtime.
|
static final java.lang.String COPYRIGHT
java.util.Vector buildSequence(PromotionContext context)
context
- PromotionContext