public class SearchCriteriaTargetTaskCmdImpl extends MarketingCampaignElementTaskCmdImpl implements SearchCriteriaTargetTaskCmd
| 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 |
|---|
| SearchCriteriaTargetTaskCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String | getMarketingSpotBehavior(java.util.Map elementParameters)
This method returns a value of 2 to specify that this marketing campaign element is dynamic and the results need to be updated if facets on the page are updated.
|
| void | performExecute()
The method override the base implementation of performExecute, it calls the base performExecute first, then processes meta data to check the search filter conditions.
|
| java.util.List | validateParameters(java.util.Map parameters)
This method validates that all the required parameters have been set appropriately for the target as specified in the behavior rule.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public java.util.List validateParameters(java.util.Map parameters)
public void performExecute()
public java.lang.String getMarketingSpotBehavior(java.util.Map elementParameters)