com.ibm.commerce.contentmanagement.commands

Interface TaskGroupUpdateCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    TaskGroupUpdateCmdImpl


    public interface TaskGroupUpdateCmd
    extends ControllerCommand
    The TaskGroupUpdateCmd is a URL and controller command that:
    • Updates a Task Group
    • Updates Task Group Approvers
    • Updates Task Group Descriptions
    Parameters:
    Access Beans:
    • TaskAccessBean
    • TaskMemberRelAccessBean
    Task Commands:
    • UpdateTaskGroupCmd,
    • AddTaskGroupCommentCmd,
    • AddTaskMembersCmd,
    • RemoveTaskMembersCmd,
    • AddTaskGroupDescriptionCmd,
    • UpdateTaskGroupDescriptionCmd,
    • RemoveTaskGroupDescriptionCmd,
    • AddTaskCmd
    Other Controller Commands: Mandatory Parameters: taskGroupId
    Additional Parameters:
    Optional Parameters: dueDate, promotionDate, quickPublishType, persistentType, postedBy, strComments, approvers, descriptions
    • 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
        Defines the CLASSNAME.
        See Also:
        Constant Field Values
    • Method Detail

      • getTaskGroupId

        java.lang.Long getTaskGroupId()
        Gets the Task Group Id.
        Returns:
        the Task Group Id
      • getDescriptions

        java.util.Hashtable getDescriptions()
        Gets the descriptions.
        Returns:
        description
      • getDueDate

        java.sql.Timestamp getDueDate()
        Returns the Task Group due date. A null value means that there is no 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
      • 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. A null value indicates that this value does not need to be updated.
        Returns:
        the Quick Publish type
      • 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. A null value indicates that this value does not need to be updated.
        Returns:
        the persistent type of the Task Group
      • getComments

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

        java.lang.Long getPostedBy()
        Gets the member id who posted the comment
        Returns:
        member id
      • getApprovers

        java.util.Vector getApprovers()
        Gets the approvers
        Returns:
        approvers
      • setTaskGroupId

        void setTaskGroupId(java.lang.Long anTaskGroupId)
        Sets the Task Group Id
        Parameters:
        anTaskGroupId - Task Group Id
      • setQuickPublishType

        void setQuickPublishType(java.lang.Integer anQuickPublishType)
        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. A null value indicates that this value does not need to be updated.
        Parameters:
        anQuickPublishType - The quick publish type of the Task Group.
      • setPersistentType

        void setPersistentType(java.lang.Integer anPersistentType)
        Sets the persistent type of the Task Group. A persistent Task Group is remains available for reuse once the Task Group is promoted. A null value indicates that this value does not need to be updated.
        Parameters:
        anPersistentType - The persistent type of the Task Group.
      • setDescriptions

        void setDescriptions(java.util.Hashtable argDescriptions)
        Sets the descriptions. A null value indicates that the descriptions do not need to be updated.
        Parameters:
        argDescriptions - descriptions
      • setDueDate

        void setDueDate(java.sql.Timestamp aDueDate)
        Sets the due date of the Task Group. A null value means that there is no due date.
        Parameters:
        aDueDate - 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.
      • 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. If the comments field has a value, this cannot be null.
        Parameters:
        iPostedBy - Posted By
      • setApprovers

        void setApprovers(java.util.Vector theApprovers)
        Sets the approvers. A null value indicates that the Approvers list does not need to be updated.
        Parameters:
        theApprovers -