Uses of Interface
com.atlassian.confluence.mail.notification.persistence.NotificationDao
-
-
Uses of NotificationDao in com.atlassian.confluence.impl.mail.notification.persistence
Classes in com.atlassian.confluence.impl.mail.notification.persistence that implement NotificationDao Modifier and Type Class Description classCachingNotificationDaoCaching for NotificationDao.classDelegatingNotificationDaoDeprecated.since 6.10.0.Fields in com.atlassian.confluence.impl.mail.notification.persistence declared as NotificationDao Modifier and Type Field Description protected NotificationDaoDelegatingNotificationDao. delegateDeprecated.Constructors in com.atlassian.confluence.impl.mail.notification.persistence with parameters of type NotificationDao Constructor Description DelegatingNotificationDao(NotificationDao delegate)Deprecated. -
Uses of NotificationDao in com.atlassian.confluence.internal.notification.persistence
Subinterfaces of NotificationDao in com.atlassian.confluence.internal.notification.persistence Modifier and Type Interface Description interfaceNotificationDaoInternalDao for Notifications.Classes in com.atlassian.confluence.internal.notification.persistence that implement NotificationDao Modifier and Type Class Description classDelegatingNotificationDaoInternalDelegating Dao for Notifications. -
Uses of NotificationDao in com.atlassian.confluence.mail.notification
Constructors in com.atlassian.confluence.mail.notification with parameters of type NotificationDao Constructor Description DefaultNotificationManager(NotificationDao notificationDao, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of NotificationDao in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Classes in com.atlassian.confluence.mail.notification.persistence.dao.hibernate that implement NotificationDao Modifier and Type Class Description classHibernateNotificationDao
-