Uses of Interface
com.atlassian.jira.bc.user.UserService

Packages that use UserService
com.atlassian.jira.bc.user   
com.atlassian.jira.dev.backdoor   
com.atlassian.jira.web.action.admin.user   
com.atlassian.jira.web.action.setup   
com.atlassian.jira.web.action.user   
 

Uses of UserService in com.atlassian.jira.bc.user
 

Classes in com.atlassian.jira.bc.user that implement UserService
 class DefaultUserService
          Default implementation of UserService interface.
 

Uses of UserService in com.atlassian.jira.dev.backdoor
 

Constructors in com.atlassian.jira.dev.backdoor with parameters of type UserService
JiraSetupResource(ApplicationProperties applicationProperties, IndexPathManager indexPathManager, IssueIndexManager issueIndexManager, AttachmentPathManager attachmentPathManager, UserService userService, VelocityRequestContextFactory velocityRequestContextFactory, com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.sal.api.lifecycle.LifecycleManager lifecycleManager)
           
 

Uses of UserService in com.atlassian.jira.web.action.admin.user
 

Constructors in com.atlassian.jira.web.action.admin.user with parameters of type UserService
AddUser(UserService userService, UserUtil userUtil, UserManager userManager)
           
DeleteUser(com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, SearchRequestService searchRequestService, UserService userService, UserUtil userUtil, PortalPageService portalPageService, UserPropertyManager userPropertyManager, UserManager userManager)
           
 

Uses of UserService in com.atlassian.jira.web.action.setup
 

Constructors in com.atlassian.jira.web.action.setup with parameters of type UserService
Setup2(UserService userService, FileFactory fileFactory)
           
 

Uses of UserService in com.atlassian.jira.web.action.user
 

Constructors in com.atlassian.jira.web.action.user with parameters of type UserService
Signup(ApplicationProperties applicationProperties, UserService userService, UserUtil userUtil, JiraCaptchaService jiraCaptchaService, ExternalLinkUtil externalLinkUtil)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.