Uses of Interface
com.atlassian.confluence.plugins.like.notifications.dao.NotificationDao
-
Packages that use NotificationDao Package Description com.atlassian.confluence.plugins.like.notifications com.atlassian.confluence.plugins.like.notifications.dao -
-
Uses of NotificationDao in com.atlassian.confluence.plugins.like.notifications
Constructors in com.atlassian.confluence.plugins.like.notifications with parameters of type NotificationDao Constructor Description DefaultLikeNotificationManager(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager)
-
Uses of NotificationDao in com.atlassian.confluence.plugins.like.notifications.dao
Classes in com.atlassian.confluence.plugins.like.notifications.dao that implement NotificationDao Modifier and Type Class Description class
CacheBackedNotificationDao
Employs a cache to provide temporary caching of notifications.
-