Class CmsToolUserData

java.lang.Object
org.opencms.workplace.tools.CmsToolUserData

public class CmsToolUserData extends Object
Store for some administration view parameters, for each user, used by the CmsToolManager.

Since:
6.0.0
  • Constructor Details

  • Method Details

    • getBaseTool

      public String getBaseTool(String rootKey)
      Returns the base tool.

      Parameters:
      rootKey - the tool root
      Returns:
      the base tool
    • getCurrentToolPath

      public String getCurrentToolPath(String rootKey)
      Returns the current tool path.

      Parameters:
      rootKey - the tool root
      Returns:
      the current tool path
    • getRootKey

      public String getRootKey()
      Returns the root key.

      Returns:
      the root key
    • setBaseTool

      public void setBaseTool(String rootKey, String baseTool)
      Sets the base tool.

      Parameters:
      rootKey - the tool root
      baseTool - the base tool to set
    • setCurrentToolPath

      public void setCurrentToolPath(String rootKey, String currentToolPath)
      Sets the current tool path.

      Parameters:
      rootKey - the tool root
      currentToolPath - the current tool path to set
    • setRootKey

      public void setRootKey(String key)
      Sets the root key.

      Parameters:
      key - the root key to set