com.ibm.commerce.marketing.commands.elements
Interface CustomerSearchesTriggerTaskCmd
-
- All Superinterfaces:
- com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, MarketingCampaignElementTaskCmd, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
- All Known Implementing Classes:
- CustomerSearchesTriggerTaskCmdImpl
public interface CustomerSearchesTriggerTaskCmd extends MarketingCampaignElementTaskCmd
This command extends theCustomerFilterUserBehaviorTargetTaskCmd
command to check if a customer has performed an search event, with the appropriate search terms, a specific number of times within the given time frame. The customer's search behavior is stored in the DMUSERBHVR database table. This command has validation for the WaitForSearchEvent trigger when the activity is activated.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.static java.lang.String
defaultCommandClassName
Default implementation class for this command.
-
Method Summary
-
Methods inherited from interface com.ibm.commerce.marketing.commands.elements.MarketingCampaignElementTaskCmd
forwardTriggersForProcessing, getEMarketingSpotDataBeans, getMarketingSpotBehavior, getNewElementParameters, getReturnValue, returnEMarketingSpotDataBeans, setActivity, setElementId, setElementParameters, setExperimentTestElements, setNewElementParameter, setPreviewReport, setReturnValue, setTemporarySharedData, setTriggerParameters, setTriggerParameters, validateParameters
-
Methods inherited from interface com.ibm.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
Default implementation class for this command.
-
-