|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Notification in com.atlassian.confluence.mail.notification |
|---|
| Methods in com.atlassian.confluence.mail.notification that return Notification | |
|---|---|
Notification |
NotificationManager.addDailyReportNotfication(com.atlassian.user.User user)
|
Notification |
DefaultNotificationManager.addDailyReportNotfication(com.atlassian.user.User user)
|
protected Notification |
DefaultNotificationManager.addNotification(com.atlassian.user.User user,
Space space,
AbstractPage page)
|
Notification |
NotificationManager.addPageNotification(com.atlassian.user.User user,
AbstractPage page)
|
Notification |
DefaultNotificationManager.addPageNotification(com.atlassian.user.User user,
AbstractPage page)
|
Notification |
NotificationManager.addSpaceNotification(com.atlassian.user.User user,
Space space)
|
Notification |
DefaultNotificationManager.addSpaceNotification(com.atlassian.user.User user,
Space space)
|
Notification |
NotificationManager.getDailyReportNotificationForUser(com.atlassian.user.User user)
|
Notification |
DefaultNotificationManager.getDailyReportNotificationForUser(com.atlassian.user.User user)
|
Notification |
NotificationManager.getNotificationByUserAndPage(com.atlassian.user.User user,
AbstractPage page)
|
Notification |
DefaultNotificationManager.getNotificationByUserAndPage(com.atlassian.user.User user,
AbstractPage page)
|
Notification |
NotificationManager.getNotificationByUserAndSpace(com.atlassian.user.User user,
java.lang.String spaceKey)
|
Notification |
DefaultNotificationManager.getNotificationByUserAndSpace(com.atlassian.user.User user,
java.lang.String spaceKey)
|
| Methods in com.atlassian.confluence.mail.notification with parameters of type Notification | |
|---|---|
void |
NotificationManager.removeNotification(Notification notification)
|
void |
DefaultNotificationManager.removeNotification(Notification notification)
|
| Uses of Notification in com.atlassian.confluence.mail.notification.listeners |
|---|
| Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type Notification | |
|---|---|
protected void |
AbstractNotificationsListener.sendNotification(Notification notification,
NotificationData notificationData)
|
| Uses of Notification in com.atlassian.confluence.mail.notification.persistence |
|---|
| Methods in com.atlassian.confluence.mail.notification.persistence that return Notification | |
|---|---|
Notification |
NotificationDao.findDailyReportNotification(java.lang.String username)
Find the specified users daily report notification. |
Notification |
NotificationDao.findNotificationByUserAndPage(com.atlassian.user.User user,
AbstractPage page)
|
Notification |
NotificationDao.findNotificationByUserAndSpace(com.atlassian.user.User user,
java.lang.String spaceKey)
|
| Uses of Notification in com.atlassian.confluence.mail.notification.persistence.dao.hibernate |
|---|
| Methods in com.atlassian.confluence.mail.notification.persistence.dao.hibernate that return Notification | |
|---|---|
Notification |
HibernateNotificationDao.findDailyReportNotification(java.lang.String username)
|
Notification |
HibernateNotificationDao.findNotificationByUserAndPage(com.atlassian.user.User user,
AbstractPage page)
|
Notification |
HibernateNotificationDao.findNotificationByUserAndSpace(com.atlassian.user.User user,
java.lang.String spaceKey)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||