|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.workplace.tools.CmsToolUserData
public class CmsToolUserData
Store for some administration view parameters,
for each user, used by the
.CmsToolManager
Constructor Summary | |
---|---|
CmsToolUserData()
Default Constructor. |
Method Summary | |
---|---|
java.lang.String |
getBaseTool(java.lang.String rootKey)
Returns the base tool. |
java.lang.String |
getCurrentToolPath(java.lang.String rootKey)
Returns the current tool path. |
java.lang.String |
getRootKey()
Returns the root key. |
void |
setBaseTool(java.lang.String rootKey,
java.lang.String baseTool)
Sets the base tool. |
void |
setCurrentToolPath(java.lang.String rootKey,
java.lang.String currentToolPath)
Sets the current tool path. |
void |
setRootKey(java.lang.String key)
Sets the root key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsToolUserData()
Method Detail |
---|
public java.lang.String getBaseTool(java.lang.String rootKey)
rootKey
- the tool root
public java.lang.String getCurrentToolPath(java.lang.String rootKey)
rootKey
- the tool root
public java.lang.String getRootKey()
public void setBaseTool(java.lang.String rootKey, java.lang.String baseTool)
rootKey
- the tool rootbaseTool
- the base tool to setpublic void setCurrentToolPath(java.lang.String rootKey, java.lang.String currentToolPath)
rootKey
- the tool rootcurrentToolPath
- the current tool path to setpublic void setRootKey(java.lang.String key)
key
- the root key to set
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |