|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.repository.Preferences
public final class Preferences
Wraps the notion of preferences and settings for a User. Caches values until they are overwritten with a new value.
Method Summary | |
---|---|
java.io.Serializable |
getValue(java.lang.String name)
Get a serialized preferences value. |
void |
setValue(java.lang.String name,
java.io.Serializable value)
Set a serialized preference value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.io.Serializable getValue(java.lang.String name)
name
- Name of the value to retrieve.
public void setValue(java.lang.String name, java.io.Serializable value)
name
- Name of the value to set.value
- Value to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |