| Package | Description |
|---|---|
| com.mware.core.model.notification |
| Modifier and Type | Method and Description |
|---|---|
ExpirationAge |
UserNotification.getExpirationAge() |
static ExpirationAge |
ExpirationAge.parse(String value) |
| 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) |
| Constructor and Description |
|---|
UserNotification(String userId,
String title,
String message,
String actionEvent,
org.json.JSONObject actionPayload,
Date sentDate,
ExpirationAge expirationAge) |
UserNotification(String userId,
String title,
String message,
String actionEvent,
org.json.JSONObject actionPayload,
ExpirationAge expirationAge) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.