| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.api.xml | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationRegistrationKey> |
StorageUnitNotificationRegistrationDao.getStorageUnitNotificationRegistrationKeysByNotificationFilter(StorageUnitNotificationFilter storageUnitNotificationFilter)
Gets a list of keys for all existing storage unit notification registrations that match the specified storage unit notification filter parameters.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationRegistrationKey> |
StorageUnitNotificationRegistrationDaoImpl.getStorageUnitNotificationRegistrationKeysByNotificationFilter(StorageUnitNotificationFilter businessObjectDataNotificationFilter) |
| Modifier and Type | Field and Description |
|---|---|
protected StorageUnitNotificationFilter |
StorageUnitNotificationRegistrationCreateRequest.storageUnitNotificationFilter |
protected StorageUnitNotificationFilter |
StorageUnitNotificationRegistration.storageUnitNotificationFilter |
protected StorageUnitNotificationFilter |
StorageUnitNotificationRegistrationUpdateRequest.storageUnitNotificationFilter |
| Modifier and Type | Method and Description |
|---|---|
StorageUnitNotificationFilter |
ObjectFactory.createStorageUnitNotificationFilter()
Create an instance of
StorageUnitNotificationFilter |
StorageUnitNotificationFilter |
StorageUnitNotificationRegistrationCreateRequest.getStorageUnitNotificationFilter()
Gets the value of the storageUnitNotificationFilter property.
|
StorageUnitNotificationFilter |
StorageUnitNotificationRegistration.getStorageUnitNotificationFilter()
Gets the value of the storageUnitNotificationFilter property.
|
StorageUnitNotificationFilter |
StorageUnitNotificationRegistrationUpdateRequest.getStorageUnitNotificationFilter()
Gets the value of the storageUnitNotificationFilter property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageUnitNotificationRegistrationCreateRequest.setStorageUnitNotificationFilter(StorageUnitNotificationFilter value)
Sets the value of the storageUnitNotificationFilter property.
|
void |
StorageUnitNotificationRegistration.setStorageUnitNotificationFilter(StorageUnitNotificationFilter value)
Sets the value of the storageUnitNotificationFilter property.
|
void |
StorageUnitNotificationRegistrationUpdateRequest.setStorageUnitNotificationFilter(StorageUnitNotificationFilter value)
Sets the value of the storageUnitNotificationFilter property.
|
| Constructor and Description |
|---|
StorageUnitNotificationRegistration(int id,
NotificationRegistrationKey storageUnitNotificationRegistrationKey,
String storageUnitEventType,
StorageUnitNotificationFilter storageUnitNotificationFilter,
List<JobAction> jobActions,
String notificationRegistrationStatus)
Fully-initialising value constructor
|
StorageUnitNotificationRegistrationCreateRequest(NotificationRegistrationKey storageUnitNotificationRegistrationKey,
String storageUnitEventType,
StorageUnitNotificationFilter storageUnitNotificationFilter,
List<JobAction> jobActions,
String notificationRegistrationStatus)
Fully-initialising value constructor
|
StorageUnitNotificationRegistrationUpdateRequest(String storageUnitEventType,
StorageUnitNotificationFilter storageUnitNotificationFilter,
List<JobAction> jobActions,
String notificationRegistrationStatus)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StorageUnitNotificationRegistrationKeys |
StorageUnitNotificationRegistrationService.getStorageUnitNotificationRegistrationsByNotificationFilter(StorageUnitNotificationFilter storageUnitNotificationFilter)
Gets a list of keys for all existing storage unit notification registrations that match the specified storage unit notification filter.
|
| Modifier and Type | Method and Description |
|---|---|
StorageUnitNotificationRegistrationKeys |
StorageUnitNotificationRegistrationServiceImpl.getStorageUnitNotificationRegistrationsByNotificationFilter(StorageUnitNotificationFilter storageUnitNotificationFilter) |
Copyright © 2019. All rights reserved.