Class ViewDefaultProjectRoleActors

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.roles.ViewDefaultProjectRoleActors
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class ViewDefaultProjectRoleActors extends JiraWebActionSupport
See Also:
  • Field Details

    • projectRoleService

      protected ProjectRoleService projectRoleService
    • pluginAccessor

      protected com.atlassian.plugin.PluginAccessor pluginAccessor
  • Constructor Details

    • ViewDefaultProjectRoleActors

      public ViewDefaultProjectRoleActors(ProjectRoleService projectRoleService, com.atlassian.plugin.PluginAccessor pluginAccessor)
  • Method Details

    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • getRoleActorTypes

      public Collection getRoleActorTypes(ProjectRole projectRole, String type, int length)
    • getRoles

      public Collection getRoles()
    • getProjectRole

      public ProjectRole getProjectRole()
    • setProjectRoleId

      public void setProjectRoleId(Long projectRoleId)
    • setId

      public void setId(Long projectRoleId)
    • getProjectRoleId

      public Long getProjectRoleId()
    • getRoleActorTypes

      public List getRoleActorTypes()
    • getConfigurationUrl

      public String getConfigurationUrl(String roleActorType)
    • getTableWidthForRoleActorTypes

      public int getTableWidthForRoleActorTypes(int percentToDivide)