Uses of Interface
com.atlassian.jira.bc.project.ProjectService

Packages that use ProjectService
com.atlassian.jira.admin.contextproviders   
com.atlassian.jira.bc.project   
com.atlassian.jira.dev.backdoor   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.screen.issuetype   
com.atlassian.jira.projectconfig.contextproviders   
com.atlassian.jira.projectconfig.servlet   
com.atlassian.jira.rest.v1.attachment   
com.atlassian.jira.rest.v1.project   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.rest.v2.issue.project   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.admin.issuetypes   
com.atlassian.jira.web.action.project   
com.atlassian.jira.web.sitemesh   
com.atlassian.jira.workflow   
 

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

Constructors in com.atlassian.jira.admin.contextproviders with parameters of type ProjectService
ProjectPanelContextProvider(UserProjectHistoryManager userProjectHistoryManager, JiraAuthenticationContext authenticationContext, ProjectService projectManager, VelocityRequestContextFactory requestContextFactory, SearchProvider searchProvider, SimpleLinkManager linkManager, AvatarManager avatarManager)
           
 

Uses of ProjectService in com.atlassian.jira.bc.project
 

Classes in com.atlassian.jira.bc.project that implement ProjectService
 class DefaultProjectService
           
 

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

Constructors in com.atlassian.jira.dev.backdoor with parameters of type ProjectService
ProjectBackdoor(ProjectService projectService, PermissionSchemeManager permissionSchemeManager, UserUtil userUtil, IssueTypeSchemeManager issueTypeSchemeManager)
           
 

Uses of ProjectService in com.atlassian.jira.issue.fields
 

Constructors in com.atlassian.jira.issue.fields with parameters of type ProjectService
DefaultProjectFieldLayoutSchemeHelper(ProjectService projectService, FieldLayoutManager fieldLayoutManager, JiraAuthenticationContext authenticationContext)
           
 

Uses of ProjectService in com.atlassian.jira.issue.fields.screen.issuetype
 

Constructors in com.atlassian.jira.issue.fields.screen.issuetype with parameters of type ProjectService
DefaultProjectIssueTypeScreenSchemeHelper(ProjectService projectService, JiraAuthenticationContext authenticationContext, IssueTypeScreenSchemeManager issueTypeScreenSchemeManager, PermissionManager permissionManager, ProjectFactory projectFactory)
           
 

Uses of ProjectService in com.atlassian.jira.projectconfig.contextproviders
 

Constructors in com.atlassian.jira.projectconfig.contextproviders with parameters of type ProjectService
ReturnToConfigContextProvider(VelocityRequestContextFactory contextFactory, JiraAuthenticationContext authenticationContext, ProjectService projectService)
           
 

Uses of ProjectService in com.atlassian.jira.projectconfig.servlet
 

Constructors in com.atlassian.jira.projectconfig.servlet with parameters of type ProjectService
InlineDialogServlet(ComparatorFactory comparatorFactory, FieldScreenManager fieldScreenManager, com.atlassian.templaterenderer.TemplateRenderer templateRenderer, JiraAuthenticationContext authenticationContext, ProjectService projectService, VelocityContextFactory velocityContextFactory)
           
PanelServlet(JiraAuthenticationContext authenticationContext, ProjectConfigTabManager tabManager, ProjectService service, com.atlassian.templaterenderer.TemplateRenderer templateRenderer, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, ApplicationProperties properties, VelocityContextFactory velocityContextFactory, UserProjectHistoryManager userHistoryManager, VelocityRequestContextFactory velocityRequestContextFactory, ProjectConfigRequestCache cache)
           
 

Uses of ProjectService in com.atlassian.jira.rest.v1.attachment
 

Constructors in com.atlassian.jira.rest.v1.attachment with parameters of type ProjectService
AttachTemporaryFileResource(JiraAuthenticationContext authContext, WebAttachmentManager webAttachmentManager, IssueService issueService, ProjectService projectService, XsrfInvocationChecker xsrfChecker, XsrfTokenGenerator xsrfGenerator, AttachmentHelper attachmentHelper)
           
 

Uses of ProjectService in com.atlassian.jira.rest.v1.project
 

Constructors in com.atlassian.jira.rest.v1.project with parameters of type ProjectService
ProjectAvatarResource(JiraAuthenticationContext authenticationContext, ProjectService projectService, AvatarManager avatarManager)
           
 

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

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type ProjectService
ComponentResource(ProjectComponentService projectComponentService, ProjectService projectService, UserManager userManager, AvatarService avatarService, IssueManager issueManager, ComponentIssueCountsBeanFactory componentIssueCountsBeanFactory, JiraAuthenticationContext authContext, ContextI18n i18n, PermissionManager permissionManager, ProjectManager projectManager)
           
ProjectResource(ProjectService projectService, JiraAuthenticationContext authContext, javax.ws.rs.core.UriInfo uriInfo, VersionService versionService, ProjectComponentService projectComponentService, AvatarService avatarService, UserManager userManager, ProjectBeanFactory projectBeanFactory, VersionBeanFactory versionBeanFactory, PermissionManager permissionManager, ProjectManager projectManager, AvatarManager avatarManager, AvatarPickerHelper avatarPickerHelper, AttachmentHelper attachmentHelper, JiraBaseUrls jiraBaseUrls)
           
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)
           
VersionResource(VersionService versionService, ProjectService projectService, JiraAuthenticationContext authContext, I18nHelper i18n, VersionBeanFactory versionBeanFactory, VersionIssueCountsBeanFactory versionIssueCountsBeanFactory, VersionUnresolvedIssueCountsBeanFactory versionUnresolvedIssueCountsBeanFactory)
           
 

Uses of ProjectService in com.atlassian.jira.rest.v2.issue.project
 

Constructors in com.atlassian.jira.rest.v2.issue.project with parameters of type ProjectService
ProjectRoleResource(ProjectRoleService projectRoleService, AvatarService avatarService, ProjectService projectService, JiraAuthenticationContext authContext, javax.ws.rs.core.UriInfo uriInfo)
           
 

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

Constructors in com.atlassian.jira.web.action.admin with parameters of type ProjectService
WebSudoAuthenticate(LoginManager loginManager, InternalWebSudoManager webSudoManager, JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory contextFactory, ProjectService projectService, ApplicationProperties applicationProperties)
           
 

Uses of ProjectService in com.atlassian.jira.web.action.admin.issuetypes
 

Constructors in com.atlassian.jira.web.action.admin.issuetypes with parameters of type ProjectService
ProjectIssueTypeSchemeHelper(ProjectService projectService, IssueTypeSchemeManager schemeManager, JiraAuthenticationContext authContext, ProjectFactory projectFactory, PermissionManager permissionManager)
           
 

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

Constructors in com.atlassian.jira.web.action.project with parameters of type ProjectService
AddProject(ProjectService projectService, AvatarService avatarService, AvatarManager avatarManager, PermissionSchemeManager permissionSchemeManager, UserManager userManager, UserPickerSearchService userPickerSearchService)
           
DeleteProject(IssueManager issueManager, CustomFieldManager customFieldManager, AttachmentManager attachmentManager, ProjectManager projectManager, PermissionManager permissionManager, VersionManager versionManager, ProjectService projectService, ProjectFactory projectFactory, UserIssueHistoryManager userHistoryManager, TimeTrackingConfiguration timeTrackingConfiguration)
           
EditProject(ProjectService projectService, AvatarManager avatarManager, UserManager userManager)
           
EditProjectLeadAndDefaultAssignee(ProjectService projectService, AvatarService avatarService, UserManager userManager, UserPickerSearchService userPickerSearchService)
           
 

Uses of ProjectService in com.atlassian.jira.web.sitemesh
 

Constructors in com.atlassian.jira.web.sitemesh with parameters of type ProjectService
AdminDecoratorHelper(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, ProjectService projectService, JiraAuthenticationContext authenticationContext, ComponentFactory componentFactory)
           
 

Uses of ProjectService in com.atlassian.jira.workflow
 

Constructors in com.atlassian.jira.workflow with parameters of type ProjectService
DefaultProjectWorkflowSchemeHelper(ProjectService projectService, WorkflowSchemeManager workflowSchemeManager, JiraAuthenticationContext authenticationContext)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.