com.ibm.commerce.contentmanagement.commands

Interface UpdateTaskGroupDescriptionCmd

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


    public interface UpdateTaskGroupDescriptionCmd
    extends TaskCommand
    The UpdateTaskGroupDescriptionCmd is a URL and controller command that:
    • Updates a Task Group Description.
    Parameters:
    • taskGroupId
    • description
    Access Beans:
    • TaskGroupDescriptionAccessBean
    Task Commands:
    Other Controller commands:
    Mandatory Parameters: taskGroupId, languageId in TaskGroupDescription object
    Additional Parameters: none
    Optional Parameters:
    • 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 ID of the Task Group.
      • getDescription

        TaskGroupDescription getDescription()
        Returns the Task Group Description.
        Returns:
        The Task Group description.
      • setTaskGroupId

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

        void setDescription(TaskGroupDescription argDescription)
        Sets the Task Group Description
        Parameters:
        argDescription - The Description of the Task Group.