| Package | Description |
|---|---|
| org.finra.herd.model.jpa | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
static NotificationEventTypeEntity.EventTypesStorageUnit |
NotificationEventTypeEntity.EventTypesStorageUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationEventTypeEntity.EventTypesStorageUnit[] |
NotificationEventTypeEntity.EventTypesStorageUnit.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.processStorageUnitNotificationEventAsync(NotificationEventTypeEntity.EventTypesStorageUnit notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String storageName,
String newStorageUnitStatus,
String oldStorageUnitStatus)
Asynchronously handles the notification for the storage unit changes.
|
List<Object> |
NotificationEventService.processStorageUnitNotificationEventSync(NotificationEventTypeEntity.EventTypesStorageUnit notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String storageName,
String newStorageUnitStatus,
String oldStorageUnitStatus)
Synchronously handles the notification for the storage unit changes.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
NotificationEventServiceImpl.processStorageUnitNotificationEventAsync(NotificationEventTypeEntity.EventTypesStorageUnit notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String storageName,
String newStorageUnitStatus,
String oldStorageUnitStatus) |
List<Object> |
NotificationEventServiceImpl.processStorageUnitNotificationEventSync(NotificationEventTypeEntity.EventTypesStorageUnit notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String storageName,
String newStorageUnitStatus,
String oldStorageUnitStatus) |
Copyright © 2019. All rights reserved.