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
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.agenda.model.AgendaUserSettingsgetAgendaUserSettings(long userIdentityId)List<org.exoplatform.agenda.model.EventReminderParameter>getDefaultReminders()voidsaveAgendaUserSettings(long userIdentityId, org.exoplatform.agenda.model.AgendaUserSettings agendaUserSettings)voidsaveUserConnector(String connectorName, String connectorUserId, long userIdentityId)
-
-
-
Constructor Detail
-
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 Detail
-
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
public void saveUserConnector(String connectorName, String connectorUserId, long userIdentityId)
- Specified by:
saveUserConnectorin interfaceorg.exoplatform.agenda.service.AgendaUserSettingsService
-
getDefaultReminders
public List<org.exoplatform.agenda.model.EventReminderParameter> getDefaultReminders()
- Specified by:
getDefaultRemindersin interfaceorg.exoplatform.agenda.service.AgendaUserSettingsService
-
-