com.ibm.commerce.contentmanagement.commands

Interface TaskGroupCommitCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    TaskGroupCommitCmdImpl


    public interface TaskGroupCommitCmd
    extends ControllerCommand
    The TaskGroupCommitCmd is a URL and controller command that: Parameters:
    • taskGroupId
    Access Beans:
    • TaskGroupAccessBean,
    Task Commands:
    Other Controller commands:
    Mandatory Parameters: taskGroupId
    Additional Parameters: none
    Optional Parameters: none
    • 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
      • URLNAME

        static final java.lang.String URLNAME
        The url name of this class.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class.
        See Also:
        Constant Field Values
    • Method Detail

      • getTaskGroupId

        java.lang.Long getTaskGroupId()
        Get the Task Group Id.
        Returns:
        The task group identifier.
      • setTaskGroupId

        void setTaskGroupId(java.lang.Long anTaskGroupId)
        Set the Task Group Id.
        Parameters:
        anTaskGroupId - The Task Group identifier.
      • getWorkspaceId

        java.lang.Long getWorkspaceId()
        Get the Workspace Id.
        Returns:
        The workspace identifier.
      • setWorkspaceId

        void setWorkspaceId(java.lang.Long anWSId)
        Set the Workspace Id.
        Parameters:
        anWSId - The workspace identifier.