com.ibm.commerce.emarketing.commands

Interface UpdateEmailActivityCampaignRelationTaskCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.TaskCommand
    All Known Implementing Classes:
    UpdateEmailActivityCampaignRelationTaskCmdImpl


    public interface UpdateEmailActivityCampaignRelationTaskCmd
    extends com.ibm.commerce.command.TaskCommand
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright.
      static java.lang.String defaultCommandClassName
      The name of the default implementation of this interface.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setCampaignId(java.lang.Integer campaignId)
      Sets the campaign ID to which the e-mail activity associates.
      void setEmailPromotionId(java.lang.Integer emailPromotionId)
      Sets the e-mail promotion ID of the e-mail activity.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.commerce.command.CacheableECCommand

        execute
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
    • Field Detail

      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The name of the default implementation of this interface.
        See Also:
        Constant Field Values
    • Method Detail

      • setCampaignId

        void setCampaignId(java.lang.Integer campaignId)
        Sets the campaign ID to which the e-mail activity associates.
        Parameters:
        campaignId - the campaign ID to which the e-mail activity associates.
      • setEmailPromotionId

        void setEmailPromotionId(java.lang.Integer emailPromotionId)
        Sets the e-mail promotion ID of the e-mail activity.
        Parameters:
        emailPromotionId - the e-mail promotion ID.