| Package | Description |
|---|---|
| com.mware.core.model.notification | |
| com.mware.core.model.workQueue |
| Modifier and Type | Method and Description |
|---|---|
UserNotification |
UserNotificationRepository.createNotification(String userId,
String title,
String message,
String externalUrl,
ExpirationAge expirationAge,
User authUser) |
UserNotification |
InMemoryUserNotificationRepository.createNotification(String userId,
String title,
String message,
String actionEvent,
org.json.JSONObject actionPayload,
Date sentTime,
ExpirationAge expirationAge,
User authUser) |
UserNotification |
UserNotificationRepository.createNotification(String userId,
String title,
String message,
String actionEvent,
org.json.JSONObject actionPayload,
ExpirationAge expirationAge,
User authUser) |
UserNotification |
InMemoryUserNotificationRepository.getNotification(String id,
User user) |
UserNotification |
UserNotificationRepository.getNotification(String notificationId,
User user) |
| Modifier and Type | Method and Description |
|---|---|
Stream<UserNotification> |
InMemoryUserNotificationRepository.findAll(User authUser) |
Stream<UserNotification> |
UserNotificationRepository.findAll(User user) |
Stream<UserNotification> |
UserNotificationRepository.getActiveNotifications(User user) |
Stream<UserNotification> |
UserNotificationRepository.getActiveNotificationsOlderThan(int duration,
TimeUnit timeUnit,
User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryUserNotificationRepository.saveNotification(UserNotification notification,
User authUser) |
void |
UserNotificationRepository.saveNotification(UserNotification notification,
User authUser) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebQueueRepository.pushUserNotification(UserNotification notification) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.