com.ibm.commerce.marketing.commands.elements

Interface ViewSearchEMarketingSpotTriggerTaskCmd

  • 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:
    ViewSearchEMarketingSpotTriggerTaskCmdImpl


    public interface ViewSearchEMarketingSpotTriggerTaskCmd
    extends MarketingCampaignElementTaskCmd
    This class validates if all the required name value pairs have been set in the View Search E-Marketing Spot trigger campaign element when an activity is activated. For each searchKeyword name value pair, the campaign element will be associated with the Search e-Marketing Spot of the same name. If an existing Search e-Marketing Spot cannot be found, then a Search e-Marketing Spot is created. This class has a performExecute method that is unique for trigger campaign elements. It is called for search e-Marketing Spots to check if the current customer search term (found from the searchTerm URL parameter) matches the e-Marketing Spot name by the specified operator (=, contain, start, end).
    • 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.