| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa | |
| org.finra.herd.service.helper |
| Modifier and Type | Method and Description |
|---|---|
NotificationRegistrationEntity |
NotificationRegistrationDao.getNotificationRegistration(String namespace,
String name)
Returns the notification registration by its namespace and name.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationRegistrationEntity |
NotificationRegistrationDaoImpl.getNotificationRegistration(String namespace,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
BusinessObjectDataNotificationRegistrationEntity
An instance of business object data notification.
|
class |
StorageUnitNotificationRegistrationEntity
An instance of storage unit notification registration.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<NotificationRegistrationEntity,Long> |
NotificationRegistrationEntity_.id |
static javax.persistence.metamodel.SingularAttribute<NotificationRegistrationEntity,String> |
NotificationRegistrationEntity_.name |
static javax.persistence.metamodel.SingularAttribute<NotificationRegistrationEntity,NamespaceEntity> |
NotificationRegistrationEntity_.namespace |
static javax.persistence.metamodel.SingularAttribute<NotificationRegistrationEntity,NotificationEventTypeEntity> |
NotificationRegistrationEntity_.notificationEventType |
static javax.persistence.metamodel.SingularAttribute<NotificationActionEntity,NotificationRegistrationEntity> |
NotificationActionEntity_.notificationRegistration |
static javax.persistence.metamodel.SingularAttribute<NotificationRegistrationEntity,NotificationRegistrationStatusEntity> |
NotificationRegistrationEntity_.notificationRegistrationStatus |
| Modifier and Type | Method and Description |
|---|---|
NotificationRegistrationEntity |
NotificationActionEntity.getNotificationRegistration() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationActionEntity.setNotificationRegistration(NotificationRegistrationEntity notificationRegistration) |
| Modifier and Type | Method and Description |
|---|---|
NotificationRegistrationEntity |
NotificationRegistrationDaoHelper.getNotificationRegistration(String namespace,
String name)
Gets a notification registration entity by its namespace and name, or throws an ObjectNotFoundException if not found.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationRegistrationKey |
NotificationRegistrationHelper.getNotificationRegistrationKey(NotificationRegistrationEntity notificationRegistrationEntity)
Gets a notification registration key from the notification registration entity.
|
Copyright © 2021. All rights reserved.