Uses of Class
de.xima.fc.notification.mgmt.NotificationAssignee
Packages that use NotificationAssignee
Package
Description
-
Uses of NotificationAssignee in de.xima.fc.notification.mgmt
Methods in de.xima.fc.notification.mgmt that return NotificationAssigneeModifier and TypeMethodDescriptionstatic NotificationAssigneeNotificationAssignee.email(EmailAddress email) NotificationSubscription.getAssignee()The assignee of the subscription.NotificationSubscriptionSettings.getAssignee()The assignee of the subscription, acting as an ID.static NotificationAssigneeCreates a new instance ofNotificationAssigneefor a user with the specified ID.Methods in de.xima.fc.notification.mgmt with parameters of type NotificationAssigneeModifier and TypeMethodDescriptionNotificationSubscription.Builder.assignee(NotificationAssignee assignee) The assignee of the subscription.NotificationSubscriptionSettings.Builder.assignee(NotificationAssignee assignee) The assignee of the subscription, acting as an ID.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. -
Uses of NotificationAssignee in de.xima.fc.notification.mgmt.internal
Methods in de.xima.fc.notification.mgmt.internal with parameters of type NotificationAssigneeModifier and TypeMethodDescriptionNotificationSubscriptionManagementServiceImpl.findSettingsByAssignee(NotificationAssignee assignee, NotificationUser user) Finds the notification subscription settings for a given assignee. -
Uses of NotificationAssignee in de.xima.fc.notification.mgmt.internal.rpc
Methods in de.xima.fc.notification.mgmt.internal.rpc with parameters of type NotificationAssigneeModifier and TypeMethodDescriptionRpcNotificationManagementHandler.findSettingsByAssignee(NotificationAssignee assignee, NotificationUser user) Finds the notification subscription settings for a given assignee.