|
||||||||||
| 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 | |
|---|---|
String |
getBaseTool(String rootKey)
Returns the base tool. |
String |
getCurrentToolPath(String rootKey)
Returns the current tool path. |
String |
getRootKey()
Returns the root key. |
void |
setBaseTool(String rootKey,
String baseTool)
Sets the base tool. |
void |
setCurrentToolPath(String rootKey,
String currentToolPath)
Sets the current tool path. |
void |
setRootKey(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 String getBaseTool(String rootKey)
rootKey - the tool root
public String getCurrentToolPath(String rootKey)
rootKey - the tool root
public String getRootKey()
public void setBaseTool(String rootKey,
String baseTool)
rootKey - the tool rootbaseTool - the base tool to set
public void setCurrentToolPath(String rootKey,
String currentToolPath)
rootKey - the tool rootcurrentToolPath - the current tool path to setpublic void setRootKey(String key)
key - the root key to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||