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

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

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

Classes in com.atlassian.mywork.host.dao.ao that implement UserDao
 class AOUserDao
           
 

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

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

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

Constructors in com.atlassian.mywork.host.service with parameters of type UserDao
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 © 2013 Atlassian. All Rights Reserved.