public class DisplayDataActionTaskCmdImpl extends MarketingCampaignElementTaskCmdImpl implements DisplayDataActionTaskCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The name of this class.
|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
DisplayDataActionTaskCmdImpl()
This method is the default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getMarketingSpotBehavior(java.util.Map elementParameters)
This method returns a value of 0 to specify that this marketing campaign element is static and the results can be cached for all users.
|
void | performExecute()
This method sets which data should be returned to an eMarketing Spot.
|
java.util.List | validateParameters(java.util.Map elementParameters)
This method validates that all the required name value pairs have been set for the campaign element.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public DisplayDataActionTaskCmdImpl()
public void performExecute()
public java.util.List validateParameters(java.util.Map elementParameters)
public java.lang.String getMarketingSpotBehavior(java.util.Map elementParameters)