public class

AbstractRoleActors

extends JiraWebActionSupport
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.admin.roles.AbstractRoleActors
Known Direct Subclasses

Class Overview

Created by IntelliJ IDEA. User: detkin Date: Jun 2, 2006 Time: 12:29:26 PM To change this template use File | Settings | File Templates.

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.web.action.JiraWebActionSupport
From interface webwork.action.Action
Fields
protected PluginAccessor pluginAccessor
protected ProjectRoleService projectRoleService
[Expand]
Inherited Fields
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
AbstractRoleActors(ProjectRoleService projectRoleService, PluginAccessor pluginAccessor)
Public Methods
String getConfigurationUrl(String roleActorType)
ProjectRole getProjectRole()
Long getProjectRoleId()
List getRoleActorTypes()
Collection getRoles()
int getTableWidthForRoleActorTypes(int percentToDivide)
void setId(Long projectRoleId)
void setProjectRoleId(Long projectRoleId)
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
From class java.lang.Object
From interface com.atlassian.jira.util.ErrorCollection
From interface com.atlassian.jira.util.I18nHelper
From interface com.atlassian.jira.web.HttpServletVariables
From interface com.atlassian.jira.web.util.AuthorizationSupport
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware

Fields

protected PluginAccessor pluginAccessor

protected ProjectRoleService projectRoleService

Public Constructors

public AbstractRoleActors (ProjectRoleService projectRoleService, PluginAccessor pluginAccessor)

Public Methods

public String getConfigurationUrl (String roleActorType)

public ProjectRole getProjectRole ()

public Long getProjectRoleId ()

public List getRoleActorTypes ()

public Collection getRoles ()

public int getTableWidthForRoleActorTypes (int percentToDivide)

public void setId (Long projectRoleId)

public void setProjectRoleId (Long projectRoleId)