Uses of Class
de.xima.fc.notification.mgmt.NotificationUser
Packages that use NotificationUser
Package
Description
-
Uses of NotificationUser in de.xima.fc.notification.mgmt
Methods in de.xima.fc.notification.mgmt with parameters of type NotificationUserModifier and TypeMethodDescriptionNotificationManagementService.findAll(NotificationType notificationType, NotificationUser user) Finds all notification subscriptions for a given notification type.NotificationManagementService.findSettingsByAssignee(NotificationAssignee assignee, NotificationUser user) Finds the notification subscription settings for a given assignee.NotificationManagementService.saveSettings(NotificationSubscriptionSettings settings, NotificationUser user) Saves the notification subscription settings. -
Uses of NotificationUser in de.xima.fc.notification.mgmt.internal
Methods in de.xima.fc.notification.mgmt.internal with parameters of type NotificationUserModifier and TypeMethodDescriptionNotificationSubscriptionManagementServiceImpl.findAll(NotificationType notificationType, NotificationUser user) Finds all notification subscriptions for a given notification type.NotificationSubscriptionManagementServiceImpl.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. -
Uses of NotificationUser in de.xima.fc.notification.mgmt.internal.rpc
Methods in de.xima.fc.notification.mgmt.internal.rpc with parameters of type NotificationUserModifier and TypeMethodDescriptionRpcNotificationManagementHandler.findAll(NotificationType notificationType, NotificationUser user) Finds all notification subscriptions for a given notification type.RpcNotificationManagementHandler.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.