com.ibm.commerce.contentmanagement.commands

Interface AddTaskGroupTemplateCmd

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


    public interface AddTaskGroupTemplateCmd
    extends TaskCommand
    The AddTaskGroupTemplateCmd is a task command that:
    • Adds a Task Group Template by copying an existing Task Group
    • Adds Task Group Template approvers by copying the approvers of an existing Task Group
    • Adds Task Group Template descriptions by copying the descriptions of an existing Task Group
    Parameters:
    • taskGroupId
    Access Beans:
    Task Commands:
    Other Controller commands:
    Mandatory Parameters: taskGroupId
    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. This is the Task Group that the template will be created from.
        Returns:
        the unique ID of the Task Group
      • getTaskGroupTemplateId

        java.lang.Long getTaskGroupTemplateId()
        Returns the Task Group Template ID.
        Returns:
        the unique ID of the Task Group Template
      • setTaskGroupId

        void setTaskGroupId(java.lang.Long anTaskGroupId)
        Sets the Task Group ID. This is the Task Group that the template will be created from.
        Parameters:
        aTaskGroupId - The ID of the Task Group.