| Package | Description |
|---|---|
| org.finra.herd.model.jpa | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
static NotificationEventTypeEntity.EventTypesBdata |
NotificationEventTypeEntity.EventTypesBdata.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationEventTypeEntity.EventTypesBdata[] |
NotificationEventTypeEntity.EventTypesBdata.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
NotificationEventService.processBusinessObjectDataNotificationEventAsync(NotificationEventTypeEntity.EventTypesBdata notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus)
Asynchronously handles the notification for the business object data changes.
|
List<Object> |
NotificationEventService.processBusinessObjectDataNotificationEventSync(NotificationEventTypeEntity.EventTypesBdata notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus)
Synchronously handles the notification for the business object data changes.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
NotificationEventServiceImpl.processBusinessObjectDataNotificationEventAsync(NotificationEventTypeEntity.EventTypesBdata notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus) |
List<Object> |
NotificationEventServiceImpl.processBusinessObjectDataNotificationEventSync(NotificationEventTypeEntity.EventTypesBdata notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus) |
Copyright © 2021. All rights reserved.