com.ibm.commerce.contentmanagement.commands

Interface AddTaskGroupCommentCmd

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


    public interface AddTaskGroupCommentCmd
    extends TaskCommand
    The AddTaskGroupCommentCmd is a task command that:
    • Adds Task Group comments
    Parameters:
    • taskGroupId
    • comments
    • postedBy
    Access Beans:
    Task Commands:
    Other Controller commands:
    Mandatory Parameters: taskGroupId, postedBy
    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

      • getTaskGroupId

        java.lang.Long getTaskGroupId()
        Returns the Task Group ID to which the comment is being attached
        Returns:
        the unique ID of the Task Group
      • getTaskGroupCommentId

        java.lang.Long getTaskGroupCommentId()
        Returns the Task Group Comment ID.
        Returns:
        the unique ID of the Task Group comment
      • getComments

        java.lang.String getComments()
        Returns the Task Group Comments.
        Returns:
        the Task Group comments
      • getPostedBy

        java.lang.Long getPostedBy()
        Returns the member ID of the person who posted the comment.
        Returns:
        the member ID
      • getPostDate

        java.sql.Timestamp getPostDate()
        Returns the generated post date of comment.
        Returns:
        the comment post date
      • setTaskGroupId

        void setTaskGroupId(java.lang.Long anTaskGroupId)
        Sets the Task Group ID
        Parameters:
        anTaskGroupId - The ID of the Task Group.
      • setTaskGroupCommentId

        void setTaskGroupCommentId(java.lang.Long anTaskGroupCommentId)
        Sets the Task Group Comment ID
        Parameters:
        anTaskGroupCommentId - The ID of the Task Group Comment.
      • setComments

        void setComments(java.lang.String astrComments)
        Sets the comments
        Parameters:
        astrComments - comments
      • setPostedBy

        void setPostedBy(java.lang.Long iPostedBy)
        Sets the poster's member id
        Parameters:
        iPostedBy - Posted By