Uses of Interface
com.atlassian.jira.user.util.UserUtil

Packages that use UserUtil
com.atlassian.jira   
com.atlassian.jira.admin.contextproviders   
com.atlassian.jira.bc.filter   
com.atlassian.jira.bc.group   
com.atlassian.jira.bc.license   
com.atlassian.jira.bc.portal   
com.atlassian.jira.bc.user   
com.atlassian.jira.chartpopup   
com.atlassian.jira.component   
com.atlassian.jira.dashboard.permission   
com.atlassian.jira.dev.backdoor   
com.atlassian.jira.dev.reference.plugin.userformat   
com.atlassian.jira.external   
com.atlassian.jira.gadgets.system   
com.atlassian.jira.imports.project   
com.atlassian.jira.imports.project.mapper   
com.atlassian.jira.issue.search   
com.atlassian.jira.license   
com.atlassian.jira.oauth.serviceprovider   
com.atlassian.jira.plugin.jql.function   
com.atlassian.jira.plugin.link.confluence   
com.atlassian.jira.plugin.link.remotejira   
com.atlassian.jira.plugin.link.web   
com.atlassian.jira.plugin.userformat   
com.atlassian.jira.plugins.mail   
com.atlassian.jira.plugins.share   
com.atlassian.jira.rest.v1.users   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.rest.v2.search   
com.atlassian.jira.security.type   
com.atlassian.jira.security.util   
com.atlassian.jira.upgrade.tasks   
com.atlassian.jira.user.util   
com.atlassian.jira.util.system   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.admin.mail   
com.atlassian.jira.web.action.admin.user   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.issue.enterprise   
com.atlassian.jira.web.action.project   
com.atlassian.jira.web.action.setup   
com.atlassian.jira.web.action.user   
 

Uses of UserUtil in com.atlassian.jira
 

Methods in com.atlassian.jira that return UserUtil
 UserUtil ComponentManager.getUserUtil()
          Retrieves and returns the user util instance
 

Uses of UserUtil in com.atlassian.jira.admin.contextproviders
 

Constructors in com.atlassian.jira.admin.contextproviders with parameters of type UserUtil
UserPanelContextProvider(JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory requestContextFactory, SimpleLinkManager linkManager, GroupManager groupManager, UserUtil userUtil, ProjectRoleManager projectRoleManager)
           
 

Uses of UserUtil in com.atlassian.jira.bc.filter
 

Constructors in com.atlassian.jira.bc.filter with parameters of type UserUtil
DefaultSearchRequestService(SearchRequestManager searchRequestManager, FavouritesManager<SearchRequest> favouritesManager, ShareTypeValidatorUtils shareTypeValidatorUtils, UserUtil userUtil, PermissionManager permissionManager)
           
 

Uses of UserUtil in com.atlassian.jira.bc.group
 

Constructors in com.atlassian.jira.bc.group with parameters of type UserUtil
DefaultGroupService(ApplicationProperties applicationProperties, GlobalPermissionManager globalPermissionManager, GlobalPermissionGroupAssociationUtil globalPermissionGroupAssociationUtil, CommentManager commentManager, WorklogManager worklogManager, NotificationSchemeManager notificationSchemeManager, PermissionManager permissionManager, ProjectRoleService projectRoleService, IssueSecurityLevelManager issueSecurityLevelManager, UserUtil userUtil, SharePermissionDeleteUtils sharePermissionDeleteUtils, SubscriptionManager subscriptionManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, JiraContactHelper jiraContactHelper, GroupManager groupManager)
           
 

Uses of UserUtil in com.atlassian.jira.bc.license
 

Constructors in com.atlassian.jira.bc.license with parameters of type UserUtil
JiraLicenseServiceImpl(JiraLicenseManager licenseManager, BuildUtilsInfo buildUtilsInfo, UserUtil userUtil)
           
 

Uses of UserUtil in com.atlassian.jira.bc.portal
 

Constructors in com.atlassian.jira.bc.portal with parameters of type UserUtil
DefaultPortalPageService(PortalPageManager portalPageManager, ShareTypeValidatorUtils shareTypeValidatorUtils, FavouritesManager<PortalPage> favouritesManager, PermissionManager permissionManager, UserUtil userUtil)
           
 

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

Constructors in com.atlassian.jira.bc.user with parameters of type UserUtil
DefaultUserService(UserUtil userUtil, PermissionManager permissionManager, UserManager userManager, JiraContactHelper jiraContactHelper, I18nHelper.BeanFactory i18nFactory)
           
 

Uses of UserUtil in com.atlassian.jira.chartpopup
 

Constructors in com.atlassian.jira.chartpopup with parameters of type UserUtil
ChartPopupResource(JiraAuthenticationContext authenticationContext, com.atlassian.gadgets.view.GadgetViewFactory gadgetViewFactory, VelocityRequestContextFactory velocityRequestContextFactory, PortalPageService portalPageService, SearchRequestService searchRequestService, SearchService searchService, com.atlassian.gadgets.dashboard.DashboardService dashboardService, com.atlassian.gadgets.dashboard.spi.GadgetStateFactory gadgetStateFactory, UserUtil userUtil, com.atlassian.gadgets.GadgetRequestContextFactory gadgetRequestContextFactory, SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory, com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties)
           
 

Uses of UserUtil in com.atlassian.jira.component
 

Methods in com.atlassian.jira.component that return UserUtil
static UserUtil ComponentAccessor.getUserUtil()
           
 

Uses of UserUtil in com.atlassian.jira.dashboard.permission
 

Constructors in com.atlassian.jira.dashboard.permission with parameters of type UserUtil
JiraPermissionService(UserUtil userUtil, PortalPageService portalPageService, PermissionManager permissionManager)
           
 

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

Constructors in com.atlassian.jira.dev.backdoor with parameters of type UserUtil
DataImportBackdoor(UserUtil userUtil, JiraHome jiraHome, ApplicationProperties applicationProperties)
           
ProjectBackdoor(ProjectService projectService, PermissionSchemeManager permissionSchemeManager, UserUtil userUtil, IssueTypeSchemeManager issueTypeSchemeManager)
           
SearchRequestBackdoor(SearchRequestService searchRequestService, UserUtil userUtil, SearchService searchService)
           
UserProfileBackdoor(UserPreferencesManager userPreferencesManager, UserUtil userUtil)
           
UsersAndGroupsBackdoor(UserUtil userUtil, com.atlassian.crowd.embedded.api.CrowdService crowdService)
           
 

Uses of UserUtil in com.atlassian.jira.dev.reference.plugin.userformat
 

Constructors in com.atlassian.jira.dev.reference.plugin.userformat with parameters of type UserUtil
ReferenceFullNameUserFormat(UserUtil userUtil)
           
 

Uses of UserUtil in com.atlassian.jira.external
 

Constructors in com.atlassian.jira.external with parameters of type UserUtil
ExternalUtils(ProjectManager projectManager, PermissionSchemeManager permissionSchemeManager, IssueManager issueManager, JiraAuthenticationContext authenticationContext, VersionManager versionManager, ProjectComponentManager componentManager, CustomFieldManager customFieldManager, OptionsManager optionsManager, org.ofbiz.core.entity.GenericDelegator genericDelegator, ActionDispatcher actionDispatcher, ConstantsManager constantsManager, WorkflowManager workflowManager, IssueTypeScreenSchemeManager issueTypeScreenSchemeManager, FieldScreenManager fieldScreenManager, PermissionManager permissionManager, IssueFactory issueFactory, AttachmentManager attachmentManager, IssueLinkTypeManager issueLinkTypeManager, IssueLinkManager issueLinkManager, FieldManager fieldManager, ApplicationProperties applicationProperties, IssueTypeSchemeManager issueTypeSchemeManager, CommentManager commentManager, UserUtil userUtil)
           
 

Uses of UserUtil in com.atlassian.jira.gadgets.system
 

Constructors in com.atlassian.jira.gadgets.system with parameters of type UserUtil
AdminGadgetResource(JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, ApplicationProperties applicationProperties, SystemInfoUtils systemInfoUtils, ServiceManager serviceManager, GlobalPermissionManager globalPermissionManager, UserUtil userUtil, JiraLicenseService jiraLicenseService, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of UserUtil in com.atlassian.jira.imports.project
 

Constructors in com.atlassian.jira.imports.project with parameters of type UserUtil
DefaultProjectImportManager(BackupXmlParser backupXmlParser, org.ofbiz.core.entity.DelegatorInterface genericDelegator, ApplicationProperties applicationProperties, IssueManager issueManager, IssueLinkManager issueLinkManager, CustomFieldManager customFieldManager, AutomaticDataMapper automaticDataMapper, ProjectImportValidators projectImportValidators, ProjectImportPersister projectImportPersister, UserUtil userUtil, GroupManager groupManager, ProjectRoleManager projectRoleManager, ProjectManager projectManager, ProjectRoleAndActorStore projectRoleAndActorStore)
           
DefaultProjectImportPersister(UserUtil userUtil, ExternalUtils externalUtils, IssueFactory issueFactory, OfBizDelegator ofBizDelegator, IssueIndexManager issueIndexManager, IssueManager issueManager, ProjectFactory projectFactory, ProjectManager projectManager, VersionManager versionManager, AssociationManager associationManager, UserAssociationStore userAssociationStore, ProjectComponentManager projectComponentManager, AttachmentManager attachmentManager, ChangeHistoryManager changeHistoryManager, IssueLinkTypeManager issueLinkTypeManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, ApplicationProperties applicationProperties, UserPropertyManager userPropertyManager)
           
 

Uses of UserUtil in com.atlassian.jira.imports.project.mapper
 

Constructors in com.atlassian.jira.imports.project.mapper with parameters of type UserUtil
ProjectImportMapperImpl(UserUtil userUtil, GroupManager groupManager)
           
UserMapper(UserUtil userUtil)
           
 

Uses of UserUtil in com.atlassian.jira.issue.search
 

Constructors in com.atlassian.jira.issue.search with parameters of type UserUtil
DefaultSearchRequestManager(ColumnLayoutManager columnLayoutManager, SubscriptionManager subscriptionManager, ShareManager shareManager, SearchRequestStore searchRequestStore, SharedEntityIndexer indexer, SearchService searchService, UserUtil userUtil)
           
 

Uses of UserUtil in com.atlassian.jira.license
 

Constructors in com.atlassian.jira.license with parameters of type UserUtil
LicenseJohnsonEventRaiserImpl(BuildUtilsInfo buildUtilsInfo, JiraLicenseService jiraLicenseService, I18nHelper.BeanFactory i18nBeanFactory, UserUtil userUtil)
           
 

Uses of UserUtil in com.atlassian.jira.oauth.serviceprovider
 

Constructors in com.atlassian.jira.oauth.serviceprovider with parameters of type UserUtil
OfBizServiceProviderTokenStore(OfBizDelegator delegator, UserUtil userUtil, com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore consumerStore, JiraPropertySetFactory propertySetFactory)
           
 

Uses of UserUtil in com.atlassian.jira.plugin.jql.function
 

Fields in com.atlassian.jira.plugin.jql.function declared as UserUtil
protected  UserUtil AbstractUserBasedFunction.userUtil
           
protected  UserUtil AbstractUserCapabilityFunction.userUtil
           
 

Constructors in com.atlassian.jira.plugin.jql.function with parameters of type UserUtil
AbstractUserBasedFunction(UserUtil userUtil)
           
AbstractUserCapabilityFunction(UserUtil userUtil)
           
ComponentsLeadByUserFunction(PermissionManager permissionManager, ProjectComponentManager componentManager, ProjectManager projectManager, UserUtil userUtil)
           
MembersOfFunction(UserUtil userUtil, com.atlassian.crowd.embedded.api.CrowdService crowdService)
           
ProjectsLeadByUserFunction(PermissionManager permissionManager, ProjectManager projectManager, UserUtil userUtil)
           
ProjectsWhereUserHasPermissionFunction(PermissionManager permissionManager, SchemePermissions schemePermissions, UserUtil userUtil)
           
ProjectsWhereUserHasRoleFunction(PermissionManager permissionManager, ProjectRoleManager projectRoleManager, ProjectManager projectManager, UserUtil userUtil)
           
 

Uses of UserUtil in com.atlassian.jira.plugin.link.confluence
 

Constructors in com.atlassian.jira.plugin.link.confluence with parameters of type UserUtil
LinkConfluencePage(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, UserUtil userUtil, RemoteIssueLinkService remoteIssueLinkService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.applinks.api.ApplicationLinkService applicationLinkService, ConfluencePageService confluencePageService)
           
 

Uses of UserUtil in com.atlassian.jira.plugin.link.remotejira
 

Constructors in com.atlassian.jira.plugin.link.remotejira with parameters of type UserUtil
LinkRemoteJiraIssue(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, UserHistoryManager userHistoryManager, IssueLinkService issueLinkService, UserUtil userUtil, IssueLinkTypeManager issueLinkTypeManager, RemoteIssueLinkService remoteIssueLinkService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.applinks.api.ApplicationLinkService applicationLinkService, RemoteJiraRestService remoteJiraRestService)
           
 

Uses of UserUtil in com.atlassian.jira.plugin.link.web
 

Constructors in com.atlassian.jira.plugin.link.web with parameters of type UserUtil
AddWebLink(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, UserUtil userUtil, RemoteIssueLinkService remoteIssueLinkService, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of UserUtil in com.atlassian.jira.plugin.userformat
 

Constructors in com.atlassian.jira.plugin.userformat with parameters of type UserUtil
FullNameUserFormat(UserUtil userUtil)
           
FullProfileUserFormat(EmailFormatter emailFormatter, PermissionManager permissionManager, JiraAuthenticationContext authenticationContext, GroupPermissionChecker groupPermissionChecker, WebFragmentWebComponent webFragmentWebComponent, UserUtil userUtil, UserFormatModuleDescriptor moduleDescriptor, UserPropertyManager userPropertyManager, GroupManager groupManager)
           
ProfileLinkUserFormat(UserFormatModuleDescriptor moduleDescriptor, UserUtil userUtil, AvatarService avatarService, JiraAuthenticationContext jiraAuthenticationContext)
           
 

Uses of UserUtil in com.atlassian.jira.plugins.mail
 

Constructors in com.atlassian.jira.plugins.mail with parameters of type UserUtil
HandlerDetailsValidator(UserManager userManager, JiraAuthenticationContext authenticationContext, UserUtil userUtil)
           
 

Uses of UserUtil in com.atlassian.jira.plugins.share
 

Constructors in com.atlassian.jira.plugins.share with parameters of type UserUtil
ShareServiceImpl(com.atlassian.event.api.EventPublisher eventPublisher, I18nHelper.BeanFactory beanFactory, UserUtil userUtil, PermissionManager permissionManager, MailService mailService, ShareManager shareManager)
           
 

Uses of UserUtil in com.atlassian.jira.rest.v1.users
 

Constructors in com.atlassian.jira.rest.v1.users with parameters of type UserUtil
UserResource(JiraAuthenticationContext authenticationContext, UserUtil userUtil, AvatarManager avatarManager, UserPropertyManager userPropertyManager)
           
 

Uses of UserUtil in com.atlassian.jira.rest.v2.issue
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type UserUtil
UserResource(UserUtil userUtil, ContextI18n i18n, EmailFormatter emailFormatter, JiraAuthenticationContext authContext, TimeZoneManager timeZoneManager, AvatarPickerHelper avatarPickerHelper, AvatarManager avatarManager, AvatarService avatarService, AttachmentHelper attachmentHelper, UserPropertyManager userPropertyManager, UserPickerSearchService userPickerSearchService, PermissionManager permissionManager, ProjectService projectService, IssueService issueService, ProjectManager projectManager)
           
 

Uses of UserUtil in com.atlassian.jira.rest.v2.search
 

Constructors in com.atlassian.jira.rest.v2.search with parameters of type UserUtil
FilterResource(JiraAuthenticationContext authenticationContext, SearchRequestService searchRequestService, VelocityRequestContextFactory velocityRequestContextFactory, UserUtil userUtil, FavouritesService favouritesService)
           
 

Uses of UserUtil in com.atlassian.jira.security.type
 

Constructors in com.atlassian.jira.security.type with parameters of type UserUtil
GroupCF(JiraAuthenticationContext jiraAuthenticationContext, GroupSelectorUtils groupSelectorUtils, CustomFieldManager customFieldManager, UserUtil userUtil)
           
 

Uses of UserUtil in com.atlassian.jira.security.util
 

Constructors in com.atlassian.jira.security.util with parameters of type UserUtil
GroupSelectorUtils(org.ofbiz.core.entity.GenericDelegator genericDelegator, FieldManager fieldManager, UserUtil userUtil, com.atlassian.event.api.EventPublisher eventPublisher, GroupManager groupManager)
           
 

Uses of UserUtil in com.atlassian.jira.upgrade.tasks
 

Constructors in com.atlassian.jira.upgrade.tasks with parameters of type UserUtil
UpgradeTask_Build604(ClauseXmlHandlerRegistry clauseXmlHandlerRegistry, OfBizDelegator ofBizDelegator, SearchService searchService, OrderByXmlHandler orderByXmlHandler, JqlQueryParser jqlQueryParser, com.atlassian.mail.queue.MailQueue mailQueue, SearchHandlerManager searchHandlerManager, UserUtil userUtil, I18nHelper.BeanFactory i18n)
           
 

Uses of UserUtil in com.atlassian.jira.user.util
 

Classes in com.atlassian.jira.user.util that implement UserUtil
 class UserUtilImpl
          This is the default implementation of the UserUtil interface.
 

Uses of UserUtil in com.atlassian.jira.util.system
 

Constructors in com.atlassian.jira.util.system with parameters of type UserUtil
ExtendedSystemInfoUtilsImpl(SystemInfoUtils systemInfoUtils, ServiceManager serviceManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, TrustedApplicationService trustedAppService, org.ofbiz.core.entity.GenericDelegator delegator, I18nHelper i18nHelper, UserUtil userUtil, HashRegistryCache registry, LocaleManager localeManager, JiraLicenseService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, UpgradeManager upgradeManager, IssueIndexManager indexManager)
           
 

Uses of UserUtil in com.atlassian.jira.web.action.admin
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type UserUtil
GlobalPermissions(GlobalPermissionManager globalPermissionManager, GlobalPermissionGroupAssociationUtil globalPermissionGroupAssociationUtil, UserUtil userUtil, GroupManager groupManager)
           
ViewLicense(UserUtil userUtil, JiraLicenseUpdaterService jiraLicenseService, LicenseJohnsonEventRaiser licenseJohnsonEventRaiser)
           
 

Uses of UserUtil in com.atlassian.jira.web.action.admin.mail
 

Constructors in com.atlassian.jira.web.action.admin.mail with parameters of type UserUtil
SendBulkMail(com.atlassian.mail.server.MailServerManager mailServerManager, PermissionManager permissionManager, ProjectRoleService projectRoleService, ProjectManager projectManager, UserUtil userUtil, GroupManager groupManager)
           
 

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

Methods in com.atlassian.jira.web.action.admin.user that return UserUtil
 UserUtil UserBrowser.getUserUtil()
           
 UserUtil AddUser.getUserUtil()
           
 

Constructors in com.atlassian.jira.web.action.admin.user with parameters of type UserUtil
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)
           
SetPassword(com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserUtil userUtil, UserPropertyManager userPropertyManager, UserManager userManager)
           
UserBrowser(UserUtil userUtil, com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserManager userManager, AvatarService avatarService)
           
UserPasswordActionHelper(JiraWebActionSupport action, UserUtil userUtil)
           
 

Uses of UserUtil in com.atlassian.jira.web.action.issue
 

Fields in com.atlassian.jira.web.action.issue declared as UserUtil
protected  UserUtil AbstractCommentableIssue.userUtil
           
 

Constructors in com.atlassian.jira.web.action.issue with parameters of type UserUtil
AbstractCommentableAssignableIssue(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, CommentService commentService, UserUtil userUtil)
           
AbstractCommentableIssue(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, UserUtil userUtil)
           
AbstractIssueLinkAction(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, UserUtil userUtil, RemoteIssueLinkService remoteIssueLinkService, com.atlassian.event.api.EventPublisher eventPublisher)
           
AbstractWorklogAction(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager, FieldVisibilityManager fieldVisibilityManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, UserUtil userUtil)
           
AddComment(SubTaskManager subTaskManager, FieldManager fieldManager, FieldScreenRendererFactory fieldScreenRendererFactory, ProjectRoleManager projectRoleManager, CommentService commentService, PermissionManager permissionManager, UserUtil userUtil)
           
AssignIssue(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldLayoutManager fieldLayoutManager, FieldManager fieldManager, CommentService commentService, IssueManager issueManager, UserUtil userUtil)
           
AttachFile(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, AttachmentService attachmentService, AttachmentManager attachmentManager, IssueUpdater issueUpdater, TemporaryAttachmentsMonitorLocator temporaryAttachmentsMonitorLocator, UserUtil userUtil)
           
AttachScreenshot(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, WebAttachmentManager webAttachmentManager, IssueUpdater issueUpdater, AttachmentService attachmentService, SecureUserTokenManager secureUserTokenManager, JiraAuthenticationContext authenticationContext, UserUtil userUtil)
           
CommentAssignIssue(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, IssueUtilsBean issueUtils, CommentService commentService, IssueService issueService, UserUtil userUtil)
           
CreateWorklog(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager, FieldVisibilityManager fieldVisibilityManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, UserUtil userUtil)
           
DeleteWorklog(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager, FieldVisibilityManager fieldVisibilityManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, WorklogManager worklogManager, UserUtil userUtil)
           
EditComment(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, UserUtil userUtil)
           
EditIssue(SubTaskManager subTaskManager, ConstantsManager constantsManager, FieldLayoutManager fieldLayoutManager, WorkflowManager workflowManager, FieldScreenRendererFactory fieldScreenRendererFactory, CommentService commentService, IssueService issueService, UserUtil userUtil)
           
IssueCreationHelperBeanImpl(UserUtil userUtil, FieldManager fieldManager, FieldScreenRendererFactory fieldScreenRendererFactory, JiraLicenseService jiraLicenseService, JiraContactHelper jiraContactHelper)
           
LinkExistingIssue(IssueLinkManager issueLinkManager, IssueLinkTypeManager issueLinkTypeManager, SubTaskManager subTaskManager, FieldManager fieldManager, FieldScreenRendererFactory fieldScreenRendererFactory, ProjectRoleManager projectRoleManager, CommentService commentService, UserHistoryManager userHistoryManager, IssueLinkService issueLinkService, UserUtil userUtil)
           
ManageAttachments(SubTaskManager subTaskManager, AttachmentService attachmentService, com.atlassian.plugin.PluginAccessor pluginAccessor, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, PagerManager pagerManager, UserUtil userUtil)
           
MoveIssue(SubTaskManager subTaskManager, ConstantsManager constantsManager, WorkflowManager workflowManager, FieldManager fieldManager, FieldLayoutManager fieldLayoutManager, IssueFactory issueFactory, FieldScreenRendererFactory fieldScreenRendererFactory, CommentService commentService, UserUtil userUtil)
           
MoveIssueConfirm(SubTaskManager subTaskManager, AttachmentManager attachmentManager, ConstantsManager constantsManager, WorkflowManager workflowManager, FieldManager fieldManager, FieldLayoutManager fieldLayoutmanager, IssueFactory issueFactory, FieldScreenRendererFactory fieldScreenRendererFactory, CommentService commentService, IssueSecurityHelper issueSecurityHelper, IssueManager issueManager, AttachmentPathManager attachmentPathManager, UserUtil userUtil)
           
MoveIssueSubtasks(SubTaskManager subTaskManager, ConstantsManager constantsManager, WorkflowManager workflowManager, FieldManager fieldManager, FieldLayoutManager fieldLayoutManager, IssueFactory issueFactory, FieldScreenRendererFactory fieldScreenRendererFactory, CommentService commentService, IssueTypeSchemeManager issueTypeSchemeManager, UserUtil userUtil)
           
MoveIssueUpdateFields(SubTaskManager subTaskManager, ConstantsManager constantsManager, WorkflowManager workflowManager, FieldManager fieldManager, FieldLayoutManager fieldLayoutManager, IssueFactory issueFactory, FieldScreenRendererFactory fieldScreenRendererFactory, CommentService commentService, IssueSecurityHelper issueSecurityHelper, UserUtil userUtil)
           
MoveSubTask(SubTaskManager subTaskManager, ConstantsManager constantsManager, WorkflowManager workflowManager, FieldManager fieldManager, FieldLayoutManager fieldLayoutManager, IssueFactory issueFactory, FieldScreenRendererFactory fieldScreenRendererFactory, CommentService commentService, IssueTypeSchemeManager issueTypeSchemeManager, UserUtil userUtil)
           
MoveSubTaskChooseOperation(SubTaskManager subTaskManager, ConstantsManager constantsManager, WorkflowManager workflowManager, FieldManager fieldManager, FieldLayoutManager fieldLayoutManager, IssueFactory issueFactory, FieldScreenRendererFactory fieldScreenRendererFactory, MoveSubTaskOperationManager moveSubTaskOperationManager, CommentService commentService, UserUtil userUtil)
           
MoveSubTaskParent(MoveSubTaskOperationManager moveSubTaskOperationManager, SubTaskManager subTaskManager, ConstantsManager constantsManager, WorkflowManager workflowManager, FieldManager fieldManager, FieldLayoutManager fieldLayoutManager, IssueFactory issueFactory, FieldScreenRendererFactory fieldScreenRendererFactory, IssueUpdater issueUpdater, CommentService commentService, IssueTypeSchemeManager issueTypeSchemeManager, UserUtil userUtil)
           
UpdateWorklog(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager, FieldVisibilityManager fieldVisibilityManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, UserUtil userUtil)
           
ViewIssue(SubTaskManager subTaskManager, com.atlassian.plugin.PluginAccessor pluginAccessor, FieldManager fieldManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, CommentManager commentManager, ProjectRoleManager projectRoleManager, CommentService commentService, PagerManager pagerManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, SimpleLinkManager simpleLinkManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, PermissionManager permissionManager, ModuleWebComponent moduleWebComponent, UserUtil userUtil, FeatureManager featureManager, AvatarService avatarService, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of UserUtil in com.atlassian.jira.web.action.issue.enterprise
 

Constructors in com.atlassian.jira.web.action.issue.enterprise with parameters of type UserUtil
MoveIssueUpdateWorkflow(SubTaskManager subTaskManager, ConstantsManager constantsManager, WorkflowManager workflowManager, FieldManager fieldManager, FieldLayoutManager fieldLayoutManager, IssueFactory issueFactory, FieldScreenRendererFactory fieldScreenRendererFactory, CommentService commentService, UserUtil userUtil)
           
 

Uses of UserUtil in com.atlassian.jira.web.action.project
 

Constructors in com.atlassian.jira.web.action.project with parameters of type UserUtil
ViewProjects(UserUtil userUtil, UserManager userManager, VelocityRequestContextFactory velocityRequestContextFactory)
           
 

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

Constructors in com.atlassian.jira.web.action.setup with parameters of type UserUtil
Setup3(UserUtil userUtil, FileFactory fileFactory)
           
 

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

Constructors in com.atlassian.jira.web.action.user with parameters of type UserUtil
ChangePassword(UserUtil userUtil, UserManager userManager, com.atlassian.crowd.embedded.api.CrowdService crowdService)
           
ContactAdministrators(RendererManager rendererManager, com.atlassian.mail.queue.MailQueue mailQueue, UserUtil userUtil, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, VelocityRequestContextFactory velocityRequestContextFactory)
           
ForgotLoginDetails(UserUtil userUtil, ApplicationProperties applicationProperties, UserManager userManager)
           
ResetPassword(UserUtil userUtil)
           
Signup(ApplicationProperties applicationProperties, UserService userService, UserUtil userUtil, JiraCaptchaService jiraCaptchaService, ExternalLinkUtil externalLinkUtil)
           
ViewUserHover(UserUtil userUtil, EmailFormatter emailFormatter, SearchService searchService, PermissionManager permissionManager, SimpleLinkManager simpleLinkManager, AvatarManager avatarManager, DateTimeFormatterFactory dateTimeFormatterFactory, TimeZoneService timeZoneService, UserPropertyManager userPropertyManager)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.