Uses of Interface
com.atlassian.confluence.plugins.like.notifications.dao.NotificationDao
Packages that use NotificationDao
Package
Description
-
Uses of NotificationDao in com.atlassian.confluence.plugins.like.notifications
Constructors in com.atlassian.confluence.plugins.like.notifications with parameters of type NotificationDaoModifierConstructorDescriptionDefaultLikeNotificationManager
(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 NotificationDaoModifier and TypeClassDescriptionclass
Employs a cache to provide temporary caching of notifications. -
Uses of NotificationDao in com.atlassian.confluence.plugins.like.spring
Methods in com.atlassian.confluence.plugins.like.spring that return NotificationDaoModifier and TypeMethodDescriptionSpringConfiguration.cacheBackedNotificationDao
(com.atlassian.cache.CacheManager cacheFactory) Methods in com.atlassian.confluence.plugins.like.spring with parameters of type NotificationDaoModifier and TypeMethodDescriptionSpringConfiguration.likeNotificationManager
(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager)