com.ibm.commerce.contentmanagement.commands

Interface ApproveTaskGroupCmd

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


    public interface ApproveTaskGroupCmd
    extends TaskCommand
    The ApproveTaskGroupCmd is a task command that:
    • Sets the Task Groups status to Approved
    Parameters:
    • taskGroupId
    Access Beans:
    Mandatory Parameters: taskGroupId
    Additional Parameters: none
    Optional Parameters: none
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice 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 unique ID of the Task Group.
      • setTaskGroupId

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