@Component public class NotificationRegistrationStatusDaoHelper extends Object
| Constructor and Description |
|---|
NotificationRegistrationStatusDaoHelper() |
| Modifier and Type | Method and Description |
|---|---|
NotificationRegistrationStatusEntity |
getNotificationRegistrationStatusEntity(String code)
Gets a notification registration status entity by its code, or throws an ObjectNotFoundException if not found.
|
public NotificationRegistrationStatusDaoHelper()
public NotificationRegistrationStatusEntity getNotificationRegistrationStatusEntity(String code) throws ObjectNotFoundException
code - the code (case insensitive)ObjectNotFoundException - if the notification registration status entity doesn't existCopyright © 2021. All rights reserved.