| Package | Description |
|---|---|
| org.finra.herd.model.jpa |
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationJobActionEntity
A notification job action.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<NotificationActionEntity,Long> |
NotificationActionEntity_.id |
static javax.persistence.metamodel.CollectionAttribute<StorageUnitNotificationRegistrationEntity,NotificationActionEntity> |
StorageUnitNotificationRegistrationEntity_.notificationActions |
static javax.persistence.metamodel.CollectionAttribute<BusinessObjectDataNotificationRegistrationEntity,NotificationActionEntity> |
BusinessObjectDataNotificationRegistrationEntity_.notificationActions |
static javax.persistence.metamodel.SingularAttribute<NotificationActionEntity,NotificationRegistrationEntity> |
NotificationActionEntity_.notificationRegistration |
| Modifier and Type | Method and Description |
|---|---|
Collection<NotificationActionEntity> |
BusinessObjectDataNotificationRegistrationEntity.getNotificationActions() |
Collection<NotificationActionEntity> |
StorageUnitNotificationRegistrationEntity.getNotificationActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataNotificationRegistrationEntity.setNotificationActions(Collection<NotificationActionEntity> notificationActions) |
void |
StorageUnitNotificationRegistrationEntity.setNotificationActions(Collection<NotificationActionEntity> notificationActions) |
Copyright © 2021. All rights reserved.