Uses of Class
org.exoplatform.agenda.model.AgendaUserSettings
-
Packages that use AgendaUserSettings Package Description org.exoplatform.agenda.model org.exoplatform.agenda.service -
-
Uses of AgendaUserSettings in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model that return AgendaUserSettings Modifier and Type Method Description AgendaUserSettingsAgendaUserSettings. clone()static AgendaUserSettingsAgendaUserSettings. fromString(String value) -
Uses of AgendaUserSettings in org.exoplatform.agenda.service
Methods in org.exoplatform.agenda.service that return AgendaUserSettings Modifier and Type Method Description AgendaUserSettingsAgendaUserSettingsService. getAgendaUserSettings(long identityId)Get list of user settings to use in events by defaultMethods in org.exoplatform.agenda.service with parameters of type AgendaUserSettings Modifier and Type Method Description voidAgendaUserSettingsService. saveAgendaUserSettings(long identityId, AgendaUserSettings agendaUserSettings)Save user agenda settings to use in events by default
-