com.ibm.commerce.contentmanagement.commands

Interface SendActivateTaskEmailCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    SendActivateTaskEmailCmdImpl


    public interface SendActivateTaskEmailCmd
    extends TaskCommand
    The SendActivateTaskEmailCmd is a task command that:
    • Sends an activate task email notification to all task members
    Parameters:
    • taskId
    • comments
    Access Beans:
    Mandatory Parameters: taskId
    Additional Parameters: none
    Optional Parameters: comments
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • CLASSNAME

        static final java.lang.String CLASSNAME
        Define the CLASSNAME.
        See Also:
        Constant Field Values
    • Method Detail

      • getTaskId

        java.lang.Long getTaskId()
        Get the Task Id
        Returns:
        the task id
      • getComments

        java.lang.String getComments()
        Get the Comments
        Returns:
        the comments
      • getMembers

        java.util.Vector getMembers()
        Get members
        Returns:
        the members
      • setTaskId

        void setTaskId(java.lang.Long anTaskInstId)
        Set a Task Id
        Parameters:
        anTaskInstId - the task id
      • setComments

        void setComments(java.lang.String argComments)
        Set Comments
        Parameters:
        argComments - the comments
      • setMembers

        void setMembers(java.util.Vector argMembers)
        Sets the members Set this value to define specific members to send the email to. If this is not populated, the email will be sent to all task members listed in the database.
        Parameters:
        argMembers - The members