com.ibm.commerce.emarketing.commands

Class UpdateEmailActivityCampaignRelationTaskCmdImpl

  • java.lang.Object
    • com.ibm.websphere.command.CacheableCommandImpl
      • com.ibm.commerce.command.MeasuredCacheableCommandImpl
        • com.ibm.commerce.command.AbstractECTargetableCommand
          • com.ibm.commerce.command.TaskCommandImpl
            • com.ibm.commerce.emarketing.commands.UpdateEmailActivityCampaignRelationTaskCmdImpl
  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.ECTargetableCommand, com.ibm.commerce.command.TaskCommand, UpdateEmailActivityCampaignRelationTaskCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command


    public class UpdateEmailActivityCampaignRelationTaskCmdImpl
    extends com.ibm.commerce.command.TaskCommandImpl
    implements UpdateEmailActivityCampaignRelationTaskCmd
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void performExecute()
      Performs the command's operations.
      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 class com.ibm.commerce.command.AbstractECTargetableCommand

        accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
      • 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, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
    • Field Detail

    • Constructor Detail

      • UpdateEmailActivityCampaignRelationTaskCmdImpl

        public UpdateEmailActivityCampaignRelationTaskCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
                            throws com.ibm.commerce.exception.ECException
        Performs the command's operations.
        Specified by:
        performExecute in interface com.ibm.commerce.command.ECCommand
        Overrides:
        performExecute in class com.ibm.commerce.command.AbstractECTargetableCommand
        Throws:
        com.ibm.commerce.exception.ECException - Thrown when EmailCampaignRelationAccessBean cannot record the opt-out successfully.
      • setCampaignId

        public void setCampaignId(java.lang.Integer campaignId)
        Sets the campaign ID to which the e-mail activity associates.
        Specified by:
        setCampaignId in interface UpdateEmailActivityCampaignRelationTaskCmd
        Parameters:
        campaignId - the campaign ID to which the e-mail activity associates.