Uses of Class
de.xima.fc.notification.mgmt.NotificationSubscription
Packages that use NotificationSubscription
Package
Description
-
Uses of NotificationSubscription in de.xima.fc.notification.mgmt
Methods in de.xima.fc.notification.mgmt that return NotificationSubscriptionMethods in de.xima.fc.notification.mgmt that return types with arguments of type NotificationSubscriptionModifier and TypeMethodDescriptionNotificationManagementService.findAll(NotificationType notificationType, NotificationUser user) Finds all notification subscriptions for a given notification type.NotificationSubscriptionSettings.getSubscriptions()The set of notification subscriptions for the assignee.Methods in de.xima.fc.notification.mgmt with parameters of type NotificationSubscriptionModifier and TypeMethodDescriptionvoidNotificationSubscriptionSettings.addSubscription(NotificationSubscription subscription) Method parameters in de.xima.fc.notification.mgmt with type arguments of type NotificationSubscriptionModifier and TypeMethodDescriptionvoidNotificationSubscriptionSettings.setSubscriptions(Set<NotificationSubscription> subscriptions) The set of notification subscriptions for the assignee.NotificationSubscriptionSettings.Builder.subscriptions(Set<NotificationSubscription> subscriptions) The set of notification subscriptions for the assignee. -
Uses of NotificationSubscription in de.xima.fc.notification.mgmt.internal
Methods in de.xima.fc.notification.mgmt.internal that return types with arguments of type NotificationSubscriptionModifier and TypeMethodDescriptionNotificationSubscriptionManagementServiceImpl.findAll(NotificationType notificationType, NotificationUser user) Finds all notification subscriptions for a given notification type. -
Uses of NotificationSubscription in de.xima.fc.notification.mgmt.internal.rpc
Methods in de.xima.fc.notification.mgmt.internal.rpc that return types with arguments of type NotificationSubscriptionModifier and TypeMethodDescriptionRpcNotificationManagementHandler.findAll(NotificationType notificationType, NotificationUser user) Finds all notification subscriptions for a given notification type.