Uses of Interface
com.atlassian.jira.bc.projectroles.ProjectRoleService

Packages that use ProjectRoleService
com.atlassian.jira.bc.group   
com.atlassian.jira.bc.projectroles   
com.atlassian.jira.web.action.admin.mail   
com.atlassian.jira.web.action.admin.roles   
com.atlassian.jira.web.action.admin.scheme.mapper   
com.atlassian.jira.web.action.admin.user   
 

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

Constructors in com.atlassian.jira.bc.group with parameters of type ProjectRoleService
DefaultGroupService(ApplicationProperties applicationProperties, GlobalPermissionManager globalPermissionManager, GlobalPermissionGroupAssociationUtil globalPermissionGroupAssociationUtil, CommentManager commentManager, WorklogManager worklogManager, NotificationSchemeManager notificationSchemeManager, PermissionManager permissionManager, ProjectRoleService projectRoleService, IssueSecurityLevelManager issueSecurityLevelManager, CacheManager cacheManager, UserUtil userUtil, SharePermissionDeleteUtils sharePermissionDeleteUtils)
           
 

Uses of ProjectRoleService in com.atlassian.jira.bc.projectroles
 

Classes in com.atlassian.jira.bc.projectroles that implement ProjectRoleService
 class DefaultProjectRoleService
          Default implementation of the ProjectRoleService
 

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

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

Uses of ProjectRoleService in com.atlassian.jira.web.action.admin.roles
 

Fields in com.atlassian.jira.web.action.admin.roles declared as ProjectRoleService
protected  ProjectRoleService AbstractRoleActorAction.projectRoleService
           
protected  ProjectRoleService AbstractProjectRole.projectRoleService
           
protected  ProjectRoleService AbstractRoleActors.projectRoleService
           
 

Constructors in com.atlassian.jira.web.action.admin.roles with parameters of type ProjectRoleService
AbstractProjectRole(ProjectRoleService projectRoleService)
           
AbstractRoleActorAction(ProjectRoleService projectRoleService, ProjectManager projectManager, ProjectFactory projectFactory, RoleActorFactory roleActorFactory)
           
AbstractRoleActors(ProjectRoleService projectRoleService, com.atlassian.plugin.PluginManager pluginManager)
           
DeleteProjectRole(ProjectRoleService projectRoleService, NotificationSchemeManager notificationSchemeManager, PermissionSchemeManager permissionSchemeManager, ProjectFactory projectFactory, WorkflowManager workflowManager)
           
EditProjectRole(ProjectRoleService projectRoleService)
           
GroupRoleActorAction(ProjectRoleService projectRoleService, ProjectManager projectManager, ProjectFactory projectFactory, RoleActorFactory roleActorFactory)
           
ProjectRoleUsageAction(ProjectRoleService projectRoleService, NotificationSchemeManager notificationSchemeManager, PermissionSchemeManager permissionSchemeManager, ProjectFactory projectFactory, WorkflowManager workflowManager)
           
UserRoleActorAction(ProjectRoleService projectRoleService, ProjectManager projectManager, ProjectFactory projectFactory, RoleActorFactory roleActorFactory, com.atlassian.velocity.VelocityManager velocityManager, UserPickerSearchService searchService)
           
ViewDefaultProjectRoleActors(ProjectRoleService projectRoleService, com.atlassian.plugin.PluginManager pluginManager)
           
ViewProjectRoleActors(ProjectRoleService projectRoleService, ProjectManager projectManager, ProjectFactory projectFactory, com.atlassian.plugin.PluginManager pluginManager)
           
ViewProjectRoles(ProjectRoleService projectRoleService, com.atlassian.plugin.PluginManager pluginManager)
           
 

Uses of ProjectRoleService in com.atlassian.jira.web.action.admin.scheme.mapper
 

Constructors in com.atlassian.jira.web.action.admin.scheme.mapper with parameters of type ProjectRoleService
SchemeGroupToRoleMapperAction(SchemeManagerFactory schemeManagerFactory, SchemeFactory schemeFactory, ProjectRoleService projectRoleService, ApplicationProperties applicationProperties, SchemeGroupsToRoleTransformerService groupsToRoleTransformerService)
           
 

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

Fields in com.atlassian.jira.web.action.admin.user declared as ProjectRoleService
protected  ProjectRoleService ViewUserProjectRoles.projectRoleService
           
 

Constructors in com.atlassian.jira.web.action.admin.user with parameters of type ProjectRoleService
DeleteUser(SearchRequestService searchRequestService, SearchProvider searchProvider, SubscriptionManager subscriptionManager, ProjectManager projectManager, ProjectComponentManager componentManager, ProjectRoleService projectRoleService, PermissionManager permissionManager, NotificationSchemeManager notificationSchemeManager, UserUtil userUtil, PortalPageService portalPageService)
           
EditUserProjectRoles(ProjectManager projectManager, ProjectRoleService projectRoleService, ProjectFactory projectFactory)
           
ViewUserProjectRoles(ProjectManager projectManager, ProjectRoleService projectRoleService, ProjectFactory projectFactory)
           
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.