Uses of Class
io.vertigo.social.notification.Notification
-
-
Uses of Notification in io.vertigo.social.impl.notification
Methods in io.vertigo.social.impl.notification that return Notification Modifier and Type Method Description NotificationNotificationEvent. getNotification()Methods in io.vertigo.social.impl.notification that return types with arguments of type Notification Modifier and Type Method Description List<Notification>NotificationManagerImpl. getCurrentNotifications(UID<Account> userProfileURI)Retrieves all notifications for one accountList<Notification>NotificationPlugin. getCurrentNotifications(UID<Account> account)Methods in io.vertigo.social.impl.notification with parameters of type Notification Modifier and Type Method Description voidNotificationManagerImpl. send(Notification notification, Set<UID<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 Notification Modifier and Type Method Description NotificationNotificationBuilder. build()Methods in io.vertigo.social.notification that return types with arguments of type Notification Modifier and Type Method Description List<Notification>NotificationManager. getCurrentNotifications(UID<Account> accountURI)Retrieves all notifications for one accountMethods in io.vertigo.social.notification with parameters of type Notification Modifier and Type Method Description voidNotificationManager. send(Notification notification, Set<UID<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 Notification Modifier and Type Method Description List<Notification>MemoryNotificationPlugin. getCurrentNotifications(UID<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 Notification Modifier and Type Method Description List<Notification>RedisNotificationPlugin. getCurrentNotifications(UID<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 Notification Modifier and Type Method Description List<Notification>NotificationWebServices. getMessages()Get messages for logged user.
-