Uses of Class
org.exoplatform.commons.api.notification.model.UserSetting
-
-
Uses of UserSetting in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model that return UserSetting Modifier and Type Method Description UserSettingUserSetting. clone()static UserSettingUserSetting. getInstance()UserSettingUserSetting. setLastUpdateTime(Calendar lastUpdateTime)UserSettingUserSetting. setUserId(String userId) -
Uses of UserSetting in org.exoplatform.commons.api.notification.service.setting
Methods in org.exoplatform.commons.api.notification.service.setting that return UserSetting Modifier and Type Method Description UserSettingUserSettingService. get(String userId)Gets the notification settings of a user by his remote Id.UserSettingUserSettingService. getDefaultSettings()Returns the default settings of an userMethods in org.exoplatform.commons.api.notification.service.setting that return types with arguments of type UserSetting Modifier and Type Method Description List<UserSetting>UserSettingService. getDigestDefaultSettingForAllUser(int offset, int limit)Gets all settings of users registering for default daily notifications.List<UserSetting>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 UserSetting Modifier and Type Method Description voidUserSettingService. 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 UserSetting Modifier and Type Method Description Map<PluginKey,List<NotificationInfo>>MailNotificationStorage. 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 UserSetting Modifier and Type Method Description MessageInfoDigestorService. buildMessage(NotificationContext context, Map<PluginKey,List<NotificationInfo>> notificationData, UserSetting userSetting)Builds information of a message from a list of notification messages.
-