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

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

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

Constructors in com.atlassian.mywork.host.batch with parameters of type TaskDao
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 TaskDao in com.atlassian.mywork.host.dao.ao
 

Classes in com.atlassian.mywork.host.dao.ao that implement TaskDao
 class AOTaskDao
           
 

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

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

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

Constructors in com.atlassian.mywork.host.service with parameters of type TaskDao
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.