| 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 |
|---|---|
NotificationEventTypeEntity |
NotificationEventTypeDao.getNotificationEventTypeByCode(String code)
Gets a notification event type by it's code.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationEventTypeEntity |
NotificationEventTypeDaoImpl.getNotificationEventTypeByCode(String code) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<NotificationEventTypeEntity,String> |
NotificationEventTypeEntity_.code |
static javax.persistence.metamodel.SingularAttribute<NotificationEventTypeEntity,String> |
NotificationEventTypeEntity_.description |
static javax.persistence.metamodel.SingularAttribute<NotificationRegistrationEntity,NotificationEventTypeEntity> |
NotificationRegistrationEntity_.notificationEventType |
| Modifier and Type | Method and Description |
|---|---|
NotificationEventTypeEntity |
NotificationRegistrationEntity.getNotificationEventType() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationRegistrationEntity.setNotificationEventType(NotificationEventTypeEntity notificationEventType) |
| Modifier and Type | Method and Description |
|---|---|
NotificationEventTypeEntity |
NotificationEventTypeDaoHelper.getNotificationEventTypeEntity(String code)
Gets the notification event type entity and ensure it exists.
|
Copyright © 2021. All rights reserved.