@Component public class NotificationEventTypeDaoHelper extends Object
| Constructor and Description |
|---|
NotificationEventTypeDaoHelper() |
| Modifier and Type | Method and Description |
|---|---|
NotificationEventTypeEntity |
getNotificationEventTypeEntity(String code)
Gets the notification event type entity and ensure it exists.
|
public NotificationEventTypeEntity getNotificationEventTypeEntity(String code) throws ObjectNotFoundException
code - the notification event type code (case insensitive)ObjectNotFoundException - if the entity doesn't existCopyright © 2021. All rights reserved.