Interface NotificationDaoInternal
- All Superinterfaces:
NotificationDao
- All Known Implementing Classes:
CachingNotificationDao,DelegatingNotificationDaoInternal,HibernateNotificationDao
Dao for Notifications.
- Since:
- 6.10.0
-
Method Summary
Modifier and TypeMethodDescriptionfindAll()voidremove(Notification notification) voidsave(Notification notification) Methods inherited from interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
findAllDailyReportNotifications, findAllNotificationsBySpace, findAllNotificationsByUser, findDailyReportNotification, findGlobalBlogWatchForUser, findNetworkNotificationByUser, findNotificationById, findNotificationByUserAndContent, findNotificationByUserAndLabel, findNotificationByUserAndSpace, findNotificationByUserAndSpace, findNotificationByUserAndSpaceAndType, findNotificationsByContent, findNotificationsByContentId, findNotificationsByContents, findNotificationsByFollowing, findNotificationsByLabel, findNotificationsBySpaceAndType, findNotificationsBySpacesAndType, findNotificationsByUser, findPageAndSpaceNotificationIdsFromSpace, findSiteBlogNotifications, isWatchingContent
-
Method Details
-
findAll
Iterable<Notification> findAll() -
remove
- Since:
- 9.0
-
save
- Since:
- 9.0
-