|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.instantMessaging.ImPrefsManager
public class ImPrefsManager
Description:
load and set instant messaging preferences.
Manager is used when logging in or looping over all users for awareness information. The later case
need to be threadsave.
Initial Date: 11.08.2007
| Method Summary | |
|---|---|
static ImPrefsManager |
getInstance()
singleton, return instance |
ImPreferences |
loadOrCreatePropertiesFor(Identity identity)
create new property for user with default IM prefs, or load an existing IM prefs from the property store. |
void |
updatePropertiesFor(Identity identity,
ImPreferences toUpdate)
update / save changed IM Preferences. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ImPrefsManager getInstance()
public ImPreferences loadOrCreatePropertiesFor(Identity identity)
identity -
public void updatePropertiesFor(Identity identity,
ImPreferences toUpdate)
identity - toUpdate -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||