com.ibm.commerce.marketing.commands.elements

Interface DisplayExternalRecommendationActionTaskCmd

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


    public interface DisplayExternalRecommendationActionTaskCmd
    extends MarketingCampaignElementTaskCmd
    This command returns the recommendations from an external system that should be displayed in an e-Marketing Spot. The default implementation of this command does not return any recommendations. This command is provided as a basis for a customization that would call an external system that can provide recommendations. A customization should implement this command to return the products recommended from the external system.
    • 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.