com.ibm.commerce.marketing.commands.marketingspot

Interface MarketingSpotCommandBaseTaskCmd

    • 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
      void setAdditionalParameters(java.util.Map<java.lang.String,java.lang.String> newAdditionalParameters)
      This method sets any additional parameters used for evaluation of the e-Marketing Spot.
      void setMarketingSpotBehavior(java.lang.String behavior)
      This method sets the caching behavior for the associated e-Marketing Spot.
      void setPreviewReport(java.util.List previewReport)
      This method sets the list of information about the activity evaluation on the e-Marketing Spot.
      void setSpecificLanguageId(java.lang.Integer langId)
      This method sets the language ID in which the data should be retrieved.
      void setSpecificStoreId(java.lang.Integer storeId)
      This method sets the store ID in which the data should be retrieved.
      • 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

      • setSpecificLanguageId

        void setSpecificLanguageId(java.lang.Integer langId)
        This method sets the language ID in which the data should be retrieved. This is currently only supported by the RetrieveContentTaskCmd. If the specific language is not set, then the language in the current context is used.
        Parameters:
        langId - The language ID of the language in which to retrieve the data.
      • setSpecificStoreId

        void setSpecificStoreId(java.lang.Integer storeId)
        This method sets the store ID in which the data should be retrieved. This is currently only supported by the RetrieveContentTaskCmd. If the specific store is not set, then the store in the current context is used.
        Parameters:
        storeId - The store ID of the store in which to retrieve the data.
      • setPreviewReport

        void setPreviewReport(java.util.List previewReport)
        This method sets the list of information about the activity evaluation on the e-Marketing Spot.
        Parameters:
        previewReport - A list of information about the activity evaluation on the e-Marketing Spot..
      • setMarketingSpotBehavior

        void setMarketingSpotBehavior(java.lang.String behavior)
        This method sets the caching behavior for the associated e-Marketing Spot.
        Parameters:
        behavior - Set a value of 1 if the e-Marketing Spot is dynamic, and a value of 0 if it is static.
      • setAdditionalParameters

        void setAdditionalParameters(java.util.Map<java.lang.String,java.lang.String> newAdditionalParameters)
        This method sets any additional parameters used for evaluation of the e-Marketing Spot.
        Parameters:
        newAdditionalParameters - A map of additional parameters used for evaluation of the e-Marketing Spot.