com.ibm.commerce.contentmanagement.commands

Class AddTaskTemplateCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, AddTaskTemplateCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class AddTaskTemplateCmdImpl
    extends TaskCommandImpl
    implements AddTaskTemplateCmd
    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
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • CLASSNAME

        public static final java.lang.String CLASSNAME
        Define the CLASSNAME.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AddTaskTemplateCmdImpl

        public AddTaskTemplateCmdImpl()