Class GroupPickerAction

java.lang.Object
org.apache.struts2.ActionSupport
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

public class GroupPickerAction extends AbstractEntityPaginationAction<com.atlassian.user.Group>
See Also:
  • Constructor Details

    • GroupPickerAction

      public GroupPickerAction()
  • Method Details

    • doGroupSearch

      @XsrfProtectionExcluded public String doGroupSearch()
    • doGroupSearchFilterExistingGroups

      @XsrfProtectionExcluded public String doGroupSearchFilterExistingGroups()
      Searches for all groups excluding the already existing groups in the list
      Returns:
      SUCCESS
    • doFilterAlreadyPermittedGroupSearch

      @XsrfProtectionExcluded public String doFilterAlreadyPermittedGroupSearch()
      init search for all users and filter result with groups who already have permissions to a space or a global
      Returns:
      SUCCESS
    • getSelectedActionName

      public String getSelectedActionName()
    • setActionName

      public void setActionName(String actionName)
    • getGroups

      public Collection getGroups()
    • setGroups

      public void setGroups(Collection groups)
    • getPageId

      public long getPageId()
    • setPageId

      public void setPageId(long pageId)
    • getExcludedGroups

      public List getExcludedGroups()
    • getCommaSeparatedExcludedGroupNames

      public String getCommaSeparatedExcludedGroupNames()
    • getExistingGroups

      public String getExistingGroups()
    • setExistingGroups

      public void setExistingGroups(String existingGroups)
    • setSpaceManager

      public void setSpaceManager(SpaceManager spaceManager)
    • getOnPopupSubmit

      public String getOnPopupSubmit()
    • setOnPopupSubmit

      public void setOnPopupSubmit(String onPopupSubmit)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • setSearchEntitiesManager

      public void setSearchEntitiesManager(SearchEntitiesManager searchEntitiesManager)
    • getGroupnameTerm

      public String getGroupnameTerm()
    • setGroupnameTerm

      public void setGroupnameTerm(String groupnameTerm)