Uses of Interface
com.atlassian.mywork.host.dao.NotificationDao

Packages that use NotificationDao
com.atlassian.mywork.host.batch   
com.atlassian.mywork.host.dao.ao   
com.atlassian.mywork.host.listener   
com.atlassian.mywork.host.service   
 

Uses of NotificationDao in com.atlassian.mywork.host.batch
 

Constructors in com.atlassian.mywork.host.batch with parameters of type NotificationDao
TaskCleanerScheduler(com.atlassian.sal.api.scheduling.PluginScheduler pluginScheduler, TaskDao taskDao, NotificationDao notificationDao, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of NotificationDao in com.atlassian.mywork.host.dao.ao
 

Classes in com.atlassian.mywork.host.dao.ao that implement NotificationDao
 class AONotificationDao
           
 

Uses of NotificationDao in com.atlassian.mywork.host.listener
 

Constructors in com.atlassian.mywork.host.listener with parameters of type NotificationDao
UserDeletedListener(com.atlassian.event.api.EventPublisher eventPublisher, NotificationDao notificationService, TaskDao taskService, UserDao userDao, UserApplicationLinkDao userApplicationLinkDao)
           
 

Uses of NotificationDao in com.atlassian.mywork.host.service
 

Constructors in com.atlassian.mywork.host.service with parameters of type NotificationDao
LocalNotificationServiceImpl(NotificationDao notificationDao, TaskDao taskDao, UserDao userDao, com.atlassian.event.api.EventPublisher eventPublisher, HTMLServiceImpl htmlService, com.atlassian.cache.CacheFactory cacheFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ApplicationLinkIdService applicationLinkHelper)
           
LocalTaskServiceImpl(TaskDao taskDao, NotificationDao notificationDao, UserDao userDao, com.atlassian.event.api.EventPublisher eventPublisher, ApplicationLinkIdService applicationLinkHelper)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.