com.atlassian.jira.web.component.multigrouppicker
Class GroupPickerWebComponent

java.lang.Object
  extended by com.atlassian.jira.web.component.AbstractWebComponent
      extended by com.atlassian.jira.web.component.multigrouppicker.GroupPickerWebComponent

public class GroupPickerWebComponent
extends AbstractWebComponent


Field Summary
 
Fields inherited from class com.atlassian.jira.web.component.AbstractWebComponent
applicationProperties
 
Constructor Summary
GroupPickerWebComponent()
           
 
Method Summary
static Collection<String> getGroupNamesToAdd(String rawGroupNames)
           
static Collection<String> getGroupNamesToRemove(Map params, String paramPrefix)
           
 String getHtml(PickerLayoutBean layoutBean, Collection currentGroups, boolean canEdit, Long id, Map startingParams)
           
 String getHtml(PickerLayoutBean layoutBean, Collection currentGroups, boolean canEdit, Long id, Map startingParams, I18nHelper i18n)
           
 
Methods inherited from class com.atlassian.jira.web.component.AbstractWebComponent
getHtml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupPickerWebComponent

public GroupPickerWebComponent()
Method Detail

getHtml

public String getHtml(PickerLayoutBean layoutBean,
                      Collection currentGroups,
                      boolean canEdit,
                      Long id,
                      Map startingParams)

getHtml

public String getHtml(PickerLayoutBean layoutBean,
                      Collection currentGroups,
                      boolean canEdit,
                      Long id,
                      Map startingParams,
                      I18nHelper i18n)

getGroupNamesToRemove

public static Collection<String> getGroupNamesToRemove(Map params,
                                                       String paramPrefix)

getGroupNamesToAdd

public static Collection<String> getGroupNamesToAdd(String rawGroupNames)


Copyright © 2002-2013 Atlassian. All Rights Reserved.