| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
create(FlashNotificationDTO notification)
Creates a new flash notification
|
FlashNotificationDTO |
get(java.lang.Long id)
Returns the flash notification with the given identifier, removing it if found.
|
java.lang.Long create(FlashNotificationDTO notification) throws FrameworkException
FrameworkExceptionFlashNotificationDTO get(java.lang.Long id) throws FrameworkException
FrameworkException