com.ibm.commerce.marketing.commands.marketingspot

Interface RetrieveContentTaskCmd

  • 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 Implementing Classes:
    RetrieveContentTaskCmdImpl


    public interface RetrieveContentTaskCmd
    extends MarketingSpotCommandBaseTaskCmd
    This command populates data objects for the specified marketing content.
    • 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.
      static java.lang.String NAME
      The name of this interface.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      byte[][] getMarketingContentObjects()
      This method returns a byte array of serialized marketing content objects (MarketingSpotActivityMarketingContentDataType) that are being populated in this command.
      java.util.List getMarketingContentSDOObjects()
      This method returns a list of marketing content objects (MarketingSpotActivityMarketingContentDataType) that are being populated in this command.
      EMarketingSpotDataBean[] getResultDataBeans()
      This method sets the data beans containing the results that the e-Marketing Spot displays.
      void setMarketingSpotIdAndContentType(java.lang.Integer emsId, boolean titleContent)
      This method sets the e-Marketing Spot ID and content type associated with the content being loaded.
      void setResultDataBeans(EMarketingSpotDataBean[] resultDataBeans)
      This method sets the data beans containing the results that the e-Marketing Spot displays.
      • 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
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        Default implementation class for this command.
    • Method Detail

      • getResultDataBeans

        EMarketingSpotDataBean[] getResultDataBeans()
        This method sets the data beans containing the results that the e-Marketing Spot displays.
        Returns:
        The data beans containing the results that the e-Marketing Spot displays.
      • getMarketingContentSDOObjects

        java.util.List getMarketingContentSDOObjects()
        This method returns a list of marketing content objects (MarketingSpotActivityMarketingContentDataType) that are being populated in this command.
        Returns:
        A list of marketing content objects (MarketingSpotActivityMarketingContentDataType).
      • getMarketingContentObjects

        byte[][] getMarketingContentObjects()
        This method returns a byte array of serialized marketing content objects (MarketingSpotActivityMarketingContentDataType) that are being populated in this command.
        Returns:
        A byte array of serialized marketing content objects (MarketingSpotActivityMarketingContentDataType).
      • setResultDataBeans

        void setResultDataBeans(EMarketingSpotDataBean[] resultDataBeans)
        This method sets the data beans containing the results that the e-Marketing Spot displays.
        Parameters:
        resultDataBeans - The data beans containing the results that the e-Marketing Spot displays.
      • setMarketingSpotIdAndContentType

        void setMarketingSpotIdAndContentType(java.lang.Integer emsId,
                                              boolean titleContent)
        This method sets the e-Marketing Spot ID and content type associated with the content being loaded.
        Parameters:
        emsId - The e-Marketing Spot ID associated with the content being loaded.
        titleContent - True if the content is associated with an e-Marketing Spot title.