Interface NotificationDaoInternal
-
- All Superinterfaces:
NotificationDao
,ObjectDao
,ObjectDaoInternal<Notification>
- All Known Implementing Classes:
CachingNotificationDao
,DelegatingNotificationDaoInternal
,HibernateNotificationDao
public interface NotificationDaoInternal extends NotificationDao, ObjectDaoInternal<Notification>
Dao for Notifications.- Since:
- 6.10.0
-
-
Method Summary
-
Methods inherited from interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
findAllDailyReportNotifications, findAllNotificationsBySpace, findAllNotificationsByUser, findDailyReportNotification, findGlobalBlogWatchForUser, findNetworkNotificationByUser, findNotificationById, findNotificationByUserAndContent, findNotificationByUserAndLabel, findNotificationByUserAndSpace, findNotificationByUserAndSpace, findNotificationByUserAndSpaceAndType, findNotificationsByContent, findNotificationsByContents, findNotificationsByFollowing, findNotificationsByLabel, findNotificationsBySpaceAndType, findNotificationsBySpacesAndType, findNotificationsByUser, findPageAndSpaceNotificationIdsFromSpace, findSiteBlogNotifications, isWatchingContent
-
Methods inherited from interface com.atlassian.confluence.internal.persistence.ObjectDaoInternal
findAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, getPersistentClass, refresh, refreshEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity
-
-