public class

SelectComponentAssigneesUtilImpl

extends Object
implements SelectComponentAssigneesUtil
java.lang.Object
   ↳ com.atlassian.jira.action.component.SelectComponentAssigneesUtilImpl

Summary

Public Constructors
SelectComponentAssigneesUtilImpl(JiraAuthenticationContext authenticationContext, ProjectComponentService projectComponentService, PermissionManager permissionManager)
Public Methods
ErrorCollection execute(ApplicationUser user)
Map getComponentAssigneeTypes()
String getFieldPrefix()
boolean hasPermission(Project project, ApplicationUser user)
void setComponentAssigneeTypes(Map<ProjectComponentLong> componentAssigneeTypes)
void setFieldPrefix(String fieldPrefix)
ErrorCollection validate()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.action.component.SelectComponentAssigneesUtil

Public Constructors

public SelectComponentAssigneesUtilImpl (JiraAuthenticationContext authenticationContext, ProjectComponentService projectComponentService, PermissionManager permissionManager)

Public Methods

public ErrorCollection execute (ApplicationUser user)

Throws
GenericEntityException

public Map getComponentAssigneeTypes ()

public String getFieldPrefix ()

public boolean hasPermission (Project project, ApplicationUser user)

public void setComponentAssigneeTypes (Map<ProjectComponentLong> componentAssigneeTypes)

public void setFieldPrefix (String fieldPrefix)

public ErrorCollection validate ()