Uses of Class
org.olat.instantMessaging.ImPreferences

Packages that use ImPreferences
org.olat.instantMessaging Package that implements Instant Messaging tools. 
org.olat.instantMessaging.ui Contoller for Instant Messaging associated HTML output. 
 

Uses of ImPreferences in org.olat.instantMessaging
 

Methods in org.olat.instantMessaging that return ImPreferences
 ImPreferences ImPrefsManager.loadOrCreatePropertiesFor(Identity identity)
          create new property for user with default IM prefs, or load an existing IM prefs from the property store.
 

Methods in org.olat.instantMessaging with parameters of type ImPreferences
 void ImPrefsManager.updatePropertiesFor(Identity identity, ImPreferences toUpdate)
          update / save changed IM Preferences.
 

Uses of ImPreferences in org.olat.instantMessaging.ui
 

Methods in org.olat.instantMessaging.ui with parameters of type ImPreferences
 void RosterForm.updateImPreferencesFromFormData(ImPreferences imPrefs)
           
 void OnlineListForm.updateImPreferencesFromFormData(ImPreferences imPrefs)
           
 

Constructors in org.olat.instantMessaging.ui with parameters of type ImPreferences
OnlineListForm(java.lang.String name, Translator translator, Identity identity, ImPreferences imPrefs)
           
RosterForm(java.lang.String name, Translator translator, ImPreferences imPrefs)