| 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 |
|---|---|
MessageTypeEntity |
MessageTypeDao.getMessageTypeByCode(String code)
Returns a message type by its code.
|
| Modifier and Type | Method and Description |
|---|---|
MessageTypeEntity |
MessageTypeDaoImpl.getMessageTypeByCode(String code) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<MessageTypeEntity,String> |
MessageTypeEntity_.code |
static javax.persistence.metamodel.SingularAttribute<NotificationMessageEntity,MessageTypeEntity> |
NotificationMessageEntity_.messageType |
| Modifier and Type | Method and Description |
|---|---|
MessageTypeEntity |
NotificationMessageEntity.getMessageType() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationMessageEntity.setMessageType(MessageTypeEntity messageType) |
| Modifier and Type | Method and Description |
|---|---|
MessageTypeEntity |
MessageTypeDaoHelper.getMessageTypeEntity(String code)
Gets a message type entity by its code and ensure it exists.
|
Copyright © 2021. All rights reserved.