Uses of Record Class
io.vertigo.social.notification.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in io.vertigo.social.impl.notification
Methods in io.vertigo.social.impl.notification that return NotificationMethods in io.vertigo.social.impl.notification that return types with arguments of type NotificationModifier and TypeMethodDescriptionNotificationManagerImpl.getCurrentNotifications(io.vertigo.datamodel.data.model.UID<io.vertigo.account.account.Account> userProfileURI) Retrieves all notifications for one accountNotificationPlugin.getCurrentNotifications(io.vertigo.datamodel.data.model.UID<io.vertigo.account.account.Account> account) Methods in io.vertigo.social.impl.notification with parameters of type NotificationModifier and TypeMethodDescriptionvoidNotificationManagerImpl.send(Notification notification, Set<io.vertigo.datamodel.data.model.UID<io.vertigo.account.account.Account>> accountURIs) Sends a notification to a set of users -
Uses of Notification in io.vertigo.social.notification
Methods in io.vertigo.social.notification that return NotificationMethods in io.vertigo.social.notification that return types with arguments of type NotificationModifier and TypeMethodDescriptionNotificationManager.getCurrentNotifications(io.vertigo.datamodel.data.model.UID<io.vertigo.account.account.Account> accountURI) Retrieves all notifications for one accountMethods in io.vertigo.social.notification with parameters of type NotificationModifier and TypeMethodDescriptionvoidNotificationManager.send(Notification notification, Set<io.vertigo.datamodel.data.model.UID<io.vertigo.account.account.Account>> accountURIs) Sends a notification to a set of users -
Uses of Notification in io.vertigo.social.plugins.notification.memory
Methods in io.vertigo.social.plugins.notification.memory that return types with arguments of type NotificationModifier and TypeMethodDescriptionMemoryNotificationPlugin.getCurrentNotifications(io.vertigo.datamodel.data.model.UID<io.vertigo.account.account.Account> userProfileURI) -
Uses of Notification in io.vertigo.social.plugins.notification.redis
Methods in io.vertigo.social.plugins.notification.redis that return types with arguments of type NotificationModifier and TypeMethodDescriptionRedisNotificationPlugin.getCurrentNotifications(io.vertigo.datamodel.data.model.UID<io.vertigo.account.account.Account> accountURI) -
Uses of Notification in io.vertigo.social.webservices.notification
Methods in io.vertigo.social.webservices.notification that return types with arguments of type NotificationModifier and TypeMethodDescriptionNotificationWebServices.getMessages()Get messages for logged user.