| Modifier and Type | Method and Description |
|---|---|
Notification |
NotificationEvent.getNotification() |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
NotificationPlugin.getCurrentNotifications(io.vertigo.dynamo.domain.model.URI<Account> account) |
List<Notification> |
NotificationManagerImpl.getCurrentNotifications(io.vertigo.dynamo.domain.model.URI<Account> userProfileURI)
Retrieve all notification for one account
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationManagerImpl.send(Notification notification,
io.vertigo.dynamo.domain.model.URI<AccountGroup> groupURI)
Send a notification to a group
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
NotificationBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
NotificationManager.getCurrentNotifications(io.vertigo.dynamo.domain.model.URI<Account> accountURI)
Retrieve all notification for one account
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationManager.send(Notification notification,
io.vertigo.dynamo.domain.model.URI<AccountGroup> groupURI)
Send a notification to a group
|
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
MemoryNotificationPlugin.getCurrentNotifications(io.vertigo.dynamo.domain.model.URI<Account> userProfileURI) |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
RedisNotificationPlugin.getCurrentNotifications(io.vertigo.dynamo.domain.model.URI<Account> accountURI) |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
NotificationWebServices.getMessages()
Get messages for logged user.
|
Copyright © 2016. All Rights Reserved.