com.ibm.commerce.contentmanagement.commands

Interface AddTaskGroupCmd

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


    public interface AddTaskGroupCmd
    extends TaskCommand
    The AddTaskGroupCmd is a task command that:
    • Adds a Task Group
    • Adds Task Group approvers
    • Adds Task Group comments
    • Adds Task Group descriptions
    • Adds a Workspace - Task Group relationship
    Parameters:
    • taskGroupId
    • descriptions
    • dueDate
    • approvers
    • workspaceId
    • comments
    • postedBy
    • promotionDate
    • persistentType
    • quickPublishType
    Access Beans:
    Task Commands:
    Other Controller commands:
    Mandatory Parameters: workspaceId, persistentType, quickPublishType
    Additional Parameters: none
    Optional Parameters: descriptions, dueDate, approvers, comments, postedBy, promotionDate
    • 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.
        Returns:
        the unique ID of the Task Group
      • getWorkspaceId

        java.lang.Long getWorkspaceId()
        Returns the Workspace ID of the Workspace that is associated with this Task Group.
        Returns:
        the unique ID of the Workspace
      • getDescriptions

        java.util.Vector getDescriptions()
        Returns the Task Group descriptions. This is a Vector of TaskGroupDescription objects
        Returns:
        the Task Group descriptions
        See Also:
        TaskDescription
      • getDueDate

        java.sql.Timestamp getDueDate()
        Returns the Task Group due date.
        Returns:
        the due date of the Task Group
      • getPromotionDate

        java.sql.Timestamp getPromotionDate()
        Returns the Task Group promotion date. A null value means that there is no scheduled promotion.
        Returns:
        the promotion date of the Task Group
      • getPersistentType

        java.lang.Integer getPersistentType()
        Returns the Task Group persistent type. A persistent Task Group is remains available for reuse once the Task Group is promoted.
        Returns:
        the persistent type of the Task Group
      • getQuickPublishType

        java.lang.Integer getQuickPublishType()
        Returns the Quick Publish type. If a Task group has Quick Publish enabled, the content will be published to production at the same time as it is promoted.
        Returns:
        the Quick Publish type
      • getComments

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

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

        java.util.Vector getApprovers()
        Returns the member IDs of the task group approvers. The member IDs are stored in a Vector of Long objects.
        Returns:
        the approvers
      • setDescriptions

        void setDescriptions(java.util.Vector argDescriptions)
        Sets the Task Group descriptions. This is a Vector of TaskGroupDescription objects.
        Parameters:
        argDescriptions - This is a Vector of TaskGroupDescription objects.
        See Also:
        TaskDescription
      • setDueDate

        void setDueDate(java.sql.Timestamp dDueDate)
        Sets the due date of the Task Group
        Parameters:
        dDueDate - The due date of the Task Group.
      • setPromotionDate

        void setPromotionDate(java.sql.Timestamp dPromotionDate)
        Sets the promotion date of the Task Group. A null value means that there is no scheduled promotion.
        Parameters:
        dPromotionDate - The promotion date of the Task Group.
      • setQuickPublishType

        void setQuickPublishType(java.lang.Integer quickPublish)
        Sets the quick publish type of the Task Group. If a Task group has Quick Publish enabled, the content will be published to production at the same time as it is promoted.
        Parameters:
        quickPublish - The quick publish type of the Task Group.
      • setPersistentType

        void setPersistentType(java.lang.Integer argPersistent)
        Sets the persistent type of the Task Group. A persistent Task Group is remains available for reuse once the Task Group is promoted.
        Parameters:
        argPersistent - The persistent type of the Task Group.
      • 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
      • setApprovers

        void setApprovers(java.util.Vector theApprovers)
        Sets the member ids of the approvers. The member IDs are stored in Long objects.
        Parameters:
        theApprovers -
      • setWorkspaceId

        void setWorkspaceId(java.lang.Long anWorkspaceId)
        Sets the workspace id of the workspace that this task group is associated with.
        Parameters:
        anWorkspaceId -