Uses of Class
de.xima.fc.notification.mgmt.FcNotificationsManagementException
Packages that use FcNotificationsManagementException
Package
Description
-
Uses of FcNotificationsManagementException in de.xima.fc.notification.mgmt
Methods in de.xima.fc.notification.mgmt that throw FcNotificationsManagementExceptionModifier 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 FcNotificationsManagementException in de.xima.fc.notification.mgmt.internal
Methods in de.xima.fc.notification.mgmt.internal that throw FcNotificationsManagementExceptionModifier 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 FcNotificationsManagementException in de.xima.fc.notification.mgmt.internal.rpc
Methods in de.xima.fc.notification.mgmt.internal.rpc that throw FcNotificationsManagementExceptionModifier 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.