com.ibm.commerce.marketing.commands.marketingspot

Class OrderContentRandomTaskCmdImpl

  • All Implemented Interfaces:
    MarketingSpotCommandBaseTaskCmd, OrderContentRandomTaskCmd, OrderContentTaskCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class OrderContentRandomTaskCmdImpl
    extends MarketingSpotCommandBaseTaskCmdImpl
    implements OrderContentRandomTaskCmd
    The default implementation of OrderContentRandomTaskCmd. This implementation will provide a weighted-random ordering of marketing content. The weighted-random algorithm will randomly select an ordering, giving those items with a higher priority a greater chance of being selected first. The marketing content priority is set to the priority of the associated activity.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String CLASSNAME
        The name of this class.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OrderContentRandomTaskCmdImpl

        public OrderContentRandomTaskCmdImpl()
    • Method Detail

      • setMarketingContent

        public void setMarketingContent(java.util.ArrayList content)
        Sets the marketing content to order.
        Specified by:
        setMarketingContent in interface OrderContentTaskCmd
        Parameters:
        content - the array of marketing content objects to order.
      • getMarketingContent

        public java.util.ArrayList getMarketingContent()
        Gets the ordered marketing content.
        Specified by:
        getMarketingContent in interface OrderContentTaskCmd
        Returns:
        the array of marketing content ordered by the command.
      • performExecute

        public void performExecute()
        Performs the ordering of the items passed.
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class MarketingSpotCommandBaseTaskCmdImpl
        See Also:
        TargetableCommand.performExecute()