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, velocityManager
 
Constructor Summary
GroupPickerWebComponent()
           
 
Method Summary
static Collection getGroupNamesToAdd(String rawGroupNames)
           
static Collection getGroupNamesToRemove(Map params, String paramPrefix)
           
 String getHtml(PickerLayoutBean layoutBean, Collection currentGroups, boolean canEdit, Long id, Map startingParams, I18nBean i18n)
           
 String getHtml(PickerLayoutBean layoutBean, Collection currentGroups, boolean canEdit, Long id, Map startingParams, String actionNameFori18n)
           
 
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,
                      String actionNameFori18n)

getHtml

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

getGroupNamesToRemove

public static Collection getGroupNamesToRemove(Map params,
                                               String paramPrefix)

getGroupNamesToAdd

public static Collection getGroupNamesToAdd(String rawGroupNames)


Copyright © 2002-2009 Atlassian. All Rights Reserved.