Uses of Interface
org.xwiki.notifications.preferences.NotificationPreference
-
Packages that use NotificationPreference Package Description org.xwiki.notifications.preferences -
-
Uses of NotificationPreference in org.xwiki.notifications.preferences
Subinterfaces of NotificationPreference in org.xwiki.notifications.preferences Modifier and Type Interface Description interface
TargetableNotificationPreference
A notification preference can (most of the time) be targeted to a certain user, group or wiki.Methods in org.xwiki.notifications.preferences that return types with arguments of type NotificationPreference Modifier and Type Method Description List<NotificationPreference>
NotificationPreferenceManager. getAllPreferences(org.xwiki.model.reference.DocumentReference user)
Get a list of registeredNotificationPreference
for the given user.List<NotificationPreference>
NotificationPreferenceManager. getAllPreferences(org.xwiki.model.reference.WikiReference wiki)
Get a list of registered and/or inheritedNotificationPreference
for the given wiki.List<NotificationPreference>
NotificationPreferenceManager. getPreferences(org.xwiki.model.reference.DocumentReference user, boolean isEnabled, NotificationFormat format)
Get a list of registeredNotificationPreference
for the given user.List<NotificationPreference>
NotificationPreferenceProvider. getPreferencesForUser(org.xwiki.model.reference.DocumentReference user)
Get every registeredNotificationPreference
for the given user.List<NotificationPreference>
NotificationPreferenceProvider. getPreferencesForWiki(org.xwiki.model.reference.WikiReference wiki)
Get every registered and/or inheritedNotificationPreference
for the given wiki.Method parameters in org.xwiki.notifications.preferences with type arguments of type NotificationPreference Modifier and Type Method Description void
NotificationPreferenceManager. savePreferences(List<NotificationPreference> preferences)
Save the givenNotificationPreference
.void
NotificationPreferenceProvider. savePreferences(List<NotificationPreference> preferences)
Save a given list of preferences.
-