Uses of Class
de.xima.fc.notification.mgmt.NotificationSubscriptionSettings
Packages that use NotificationSubscriptionSettings
Package
Description
-
Uses of NotificationSubscriptionSettings in de.xima.fc.notification.mgmt
Methods in de.xima.fc.notification.mgmt that return NotificationSubscriptionSettingsModifier and TypeMethodDescriptionNotificationSubscriptionSettings.Builder.build()NotificationManagementService.findSettingsByAssignee(NotificationAssignee assignee, NotificationUser user) Finds the notification subscription settings for a given assignee.NotificationSubscriptionSettingsFactory.forAssignee(NotificationAssignee assignee) Creates a new instance ofNotificationSubscriptionSettingsfor the given assignee.NotificationManagementService.saveSettings(NotificationSubscriptionSettings settings, NotificationUser user) Saves the notification subscription settings.Methods in de.xima.fc.notification.mgmt with parameters of type NotificationSubscriptionSettingsModifier and TypeMethodDescriptionNotificationManagementService.saveSettings(NotificationSubscriptionSettings settings, NotificationUser user) Saves the notification subscription settings. -
Uses of NotificationSubscriptionSettings in de.xima.fc.notification.mgmt.internal
Methods in de.xima.fc.notification.mgmt.internal that return NotificationSubscriptionSettingsModifier and TypeMethodDescriptionNotificationSubscriptionManagementServiceImpl.findSettingsByAssignee(NotificationAssignee assignee, NotificationUser user) Finds the notification subscription settings for a given assignee.NotificationSubscriptionManagementServiceImpl.saveSettings(NotificationSubscriptionSettings settings, NotificationUser user) Saves the notification subscription settings.Methods in de.xima.fc.notification.mgmt.internal with parameters of type NotificationSubscriptionSettingsModifier and TypeMethodDescriptionNotificationSubscriptionManagementServiceImpl.saveSettings(NotificationSubscriptionSettings settings, NotificationUser user) Saves the notification subscription settings. -
Uses of NotificationSubscriptionSettings in de.xima.fc.notification.mgmt.internal.rpc
Methods in de.xima.fc.notification.mgmt.internal.rpc that return NotificationSubscriptionSettingsModifier and TypeMethodDescriptionRpcNotificationManagementHandler.findSettingsByAssignee(NotificationAssignee assignee, NotificationUser user) Finds the notification subscription settings for a given assignee.RpcNotificationManagementHandler.saveSettings(NotificationSubscriptionSettings settings, NotificationUser user) Saves the notification subscription settings.Methods in de.xima.fc.notification.mgmt.internal.rpc with parameters of type NotificationSubscriptionSettingsModifier and TypeMethodDescriptionRpcNotificationManagementHandler.saveSettings(NotificationSubscriptionSettings settings, NotificationUser user) Saves the notification subscription settings.