com.ibm.commerce.contentmanagement.commands

Interface RemoveWorkspaceDescriptionCmd

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


    public interface RemoveWorkspaceDescriptionCmd
    extends TaskCommand
    The RemoveWorkspaceDescriptionCmd is a task command that:
    • Removes a Workspace Description.
    Parameters:
    • workspaceId
    • languageId
    Access Beans:
    • WorkspaceDescriptionAccessBean
    Task Commands:
    Other Controller commands:
    Mandatory Parameters: workspaceId, languageId
    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
    • Method Detail

      • getWorkspaceId

        java.lang.Long getWorkspaceId()
        Returns the Workspace ID.
        Returns:
        The ID of the Workspace.
      • getLanguageId

        java.lang.Integer getLanguageId()
        Returns the Language ID.
        Returns:
        The language ID of the Description.
      • setWorkspaceId

        void setWorkspaceId(java.lang.Long anWorkspaceInstId)
        Sets the Workspace ID
        Parameters:
        anWorkspaceInstId - The ID of the Workspace.
      • setLanguageId

        void setLanguageId(java.lang.Integer aLanguageId)
        Sets the language ID
        Parameters:
        aLanguageId - The language id.