com.ibm.commerce.contentmanagement.commands

Interface AddTaskTemplateCmd

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


    public interface AddTaskTemplateCmd
    extends TaskCommand
    The AddTaskTemplateCmd is a task command that:
    • Adds a Task Template.
    Parameters:
    • taskId
    • taskGroupId
    Access Beans:
    • TaskAccessBean,
    • TaskMemberRelAccessBean,
    • TaskDescriptionAccessBean.
    Task Commands:
    Other Controller commands:
    Mandatory Parameters: taskId
    Additional Parameters: none
    Optional Parameters: taskGroupId
    • 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

      • getTaskId

        java.lang.Long getTaskId()
        Returns the Task ID.
        Returns:
        The ID of the Task.
      • getTaskGroupId

        java.lang.Long getTaskGroupId()
        Returns the Task Group ID of the Task Group that the Task Template is associated with.
        Returns:
        The ID of the Task Group
      • getTaskTemplateId

        java.lang.Long getTaskTemplateId()
        Returns the Task Template ID. This is generated when the Task Template is created.
        Returns:
        The ID of the Task Template.
      • setTaskId

        void setTaskId(java.lang.Long anTaskInstId)
        Sets the Task ID
        Parameters:
        anTaskInstId - The ID of the Task .
      • setTaskGroupId

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