Uses of Class
org.exoplatform.commons.api.notification.model.UserSetting
Packages that use UserSetting
Package
Description
-
Uses of UserSetting in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model that return UserSettingModifier and TypeMethodDescriptionUserSetting.clone()static UserSettingUserSetting.getInstance()UserSetting.setLastUpdateTime(Calendar lastUpdateTime) -
Uses of UserSetting in org.exoplatform.commons.api.notification.service.setting
Methods in org.exoplatform.commons.api.notification.service.setting that return UserSettingModifier and TypeMethodDescriptionGets the notification settings of a user by his remote Id.UserSettingService.getDefaultSettings()Returns the default settings of an userMethods in org.exoplatform.commons.api.notification.service.setting that return types with arguments of type UserSettingModifier and TypeMethodDescriptionUserSettingService.getDigestDefaultSettingForAllUser(int offset, int limit) Gets all settings of users registering for default daily notifications.UserSettingService.getDigestSettingForAllUser(NotificationContext context, int offset, int limit) Gets the list of user settings which has at least the plug-in to be configured by weekly or daily.Methods in org.exoplatform.commons.api.notification.service.setting with parameters of type UserSettingModifier and TypeMethodDescriptionvoidUserSettingService.save(UserSetting notificationSetting) Saves the notification settings of a user. -
Uses of UserSetting in org.exoplatform.commons.api.notification.service.storage
Methods in org.exoplatform.commons.api.notification.service.storage with parameters of type UserSettingModifier and TypeMethodDescriptionMailNotificationStorage.getByUser(NotificationContext context, UserSetting userSetting) Gets information of all notifications of a user. -
Uses of UserSetting in org.exoplatform.commons.api.notification.service.template
Methods in org.exoplatform.commons.api.notification.service.template with parameters of type UserSettingModifier and TypeMethodDescriptionDigestorService.buildMessage(NotificationContext context, Map<PluginKey, List<NotificationInfo>> notificationData, UserSetting userSetting) Builds information of a message from a list of notification messages.