com.ibm.commerce.marketing.commands.marketingspot

Interface OrderContentTaskCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, MarketingSpotCommandBaseTaskCmd, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Subinterfaces:
    OrderContentRandomTaskCmd
    All Known Implementing Classes:
    OrderContentRandomTaskCmdImpl


    public interface OrderContentTaskCmd
    extends MarketingSpotCommandBaseTaskCmd
    The interface to all commands used to provide an ordering of eMarketingSpot marketing content data. The eMarketingSpot bean uses implementations of this interface to determine the final ordering of marketing content that are displayed in the eMarketingSpot. All custom implementations of marketing content ordering for eMarketingSpots must implement this interface.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.ArrayList getMarketingContent()
      Gets the ordered marketing content.
      void setMarketingContent(java.util.ArrayList content)
      Sets the marketing content to order.
      • 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
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, isReadyToCallExecute, reset
      • Methods inherited from interface com.ibm.websphere.command.CommandCaller

        unionDependencies
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • setMarketingContent

        void setMarketingContent(java.util.ArrayList content)
        Sets the marketing content to order.
        Parameters:
        content - the array of marketing content objects the eMarketingSpot
      • getMarketingContent

        java.util.ArrayList getMarketingContent()
        Gets the ordered marketing content.
        Returns:
        the array of marketing content ordered by the command.