com.ibm.commerce.emarketing.commands

Interface ResendEmailActivityTaskCmd

  • 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:
    ResendEmailActivityTaskCmdImpl


    public interface ResendEmailActivityTaskCmd
    extends com.ibm.commerce.command.TaskCommand
    The interface for any TaskCommand that is to be used to resend the e-mail to recipients.
    • 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
      short getMaxRetriesForActivity()
      Gets the maximum retries of the e-mail activity.
      void setActivityId(java.lang.Integer activityId)
      Sets the ID of the e-mail activity to resend.
      • 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

      • getMaxRetriesForActivity

        short getMaxRetriesForActivity()
        Gets the maximum retries of the e-mail activity.
        Returns:
        the maximum retries of the e-mail activity.
      • setActivityId

        void setActivityId(java.lang.Integer activityId)
        Sets the ID of the e-mail activity to resend.
        Parameters:
        activityId - The ID of the e-mail activity.