Package org.exoplatform.agenda.service
Class AgendaUserSettingsServiceImpl
java.lang.Object
org.exoplatform.agenda.service.AgendaUserSettingsServiceImpl
- All Implemented Interfaces:
org.exoplatform.agenda.service.AgendaUserSettingsService
public class AgendaUserSettingsServiceImpl
extends Object
implements org.exoplatform.agenda.service.AgendaUserSettingsService
-
Constructor Summary
ConstructorsConstructorDescriptionAgendaUserSettingsServiceImpl(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) -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.agenda.model.AgendaUserSettingsgetAgendaUserSettings(long userIdentityId) List<org.exoplatform.agenda.model.EventReminderParameter> voidsaveAgendaUserSettings(long userIdentityId, org.exoplatform.agenda.model.AgendaUserSettings agendaUserSettings) voidsaveUserConnector(String connectorName, String connectorUserId, long userIdentityId)
-
Constructor Details
-
AgendaUserSettingsServiceImpl
public AgendaUserSettingsServiceImpl(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)
-
-
Method Details
-
saveAgendaUserSettings
public void saveAgendaUserSettings(long userIdentityId, org.exoplatform.agenda.model.AgendaUserSettings agendaUserSettings) - Specified by:
saveAgendaUserSettingsin interfaceorg.exoplatform.agenda.service.AgendaUserSettingsService
-
getAgendaUserSettings
public org.exoplatform.agenda.model.AgendaUserSettings getAgendaUserSettings(long userIdentityId) - Specified by:
getAgendaUserSettingsin interfaceorg.exoplatform.agenda.service.AgendaUserSettingsService
-
saveUserConnector
- Specified by:
saveUserConnectorin interfaceorg.exoplatform.agenda.service.AgendaUserSettingsService
-
getDefaultReminders
- Specified by:
getDefaultRemindersin interfaceorg.exoplatform.agenda.service.AgendaUserSettingsService
-