public interface NotificationDao
Modifier and Type | Method and Description |
---|---|
boolean |
exists(LikeNotification notification)
Returns true if the specified notification exists, false otherwise.
|
void |
save(LikeNotification notification)
Persist the specified notification.
|
boolean exists(LikeNotification notification)
notification
- the notificationvoid save(LikeNotification notification)
notification
- the notificationCopyright © 2003–2015 Atlassian. All rights reserved.