public class AgendaUserSettingsServiceImpl extends Object implements org.exoplatform.agenda.service.AgendaUserSettingsService
| Constructor and Description |
|---|
AgendaUserSettingsServiceImpl(org.exoplatform.agenda.service.AgendaEventReminderService agendaEventReminderService,
org.exoplatform.agenda.service.AgendaEventConferenceService agendaEventConferenceService,
org.exoplatform.agenda.service.AgendaRemoteEventService agendaRemoteEventService,
org.exoplatform.commons.api.settings.SettingService settingService,
org.exoplatform.container.xml.InitParams initParams) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.agenda.model.AgendaUserSettings |
getAgendaUserSettings(long userIdentityId) |
void |
saveAgendaUserSettings(long userIdentityId,
org.exoplatform.agenda.model.AgendaUserSettings agendaUserSettings) |
void |
saveUserConnector(String connectorName,
String connectorUserId,
long userIdentityId) |
public AgendaUserSettingsServiceImpl(org.exoplatform.agenda.service.AgendaEventReminderService agendaEventReminderService,
org.exoplatform.agenda.service.AgendaEventConferenceService agendaEventConferenceService,
org.exoplatform.agenda.service.AgendaRemoteEventService agendaRemoteEventService,
org.exoplatform.commons.api.settings.SettingService settingService,
org.exoplatform.container.xml.InitParams initParams)
public void saveAgendaUserSettings(long userIdentityId,
org.exoplatform.agenda.model.AgendaUserSettings agendaUserSettings)
saveAgendaUserSettings in interface org.exoplatform.agenda.service.AgendaUserSettingsServicepublic org.exoplatform.agenda.model.AgendaUserSettings getAgendaUserSettings(long userIdentityId)
getAgendaUserSettings in interface org.exoplatform.agenda.service.AgendaUserSettingsServiceCopyright © 2003–2021 eXo Platform SAS. All rights reserved.