Class UserPickerWebComponent
java.lang.Object
com.atlassian.jira.web.component.AbstractWebComponent
com.atlassian.jira.web.component.multiuserpicker.UserPickerWebComponent
-
Field Summary
Fields inherited from class com.atlassian.jira.web.component.AbstractWebComponent
applicationProperties -
Constructor Summary
ConstructorsConstructorDescriptionUserPickerWebComponent(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, UserSearchService searchService) -
Method Summary
Modifier and TypeMethodDescriptiongetHtml(UserPickerLayoutBean layoutBean, Collection<ApplicationUser> currentUsers, boolean canEdit, Long id) getHtmlForUsernames(UserPickerLayoutBean layoutBean, List<String> usernames, boolean canEdit, Long id) static Collection<String>getUserNamesToAdd(String rawUserNames) static Collection<String>getUserNamesToRemove(Map<String, ?> params, String paramPrefix) Methods inherited from class com.atlassian.jira.web.component.AbstractWebComponent
asHtml, getHtml
-
Constructor Details
-
UserPickerWebComponent
public UserPickerWebComponent(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, UserSearchService searchService)
-
-
Method Details
-
getHtml
public String getHtml(UserPickerLayoutBean layoutBean, Collection<ApplicationUser> currentUsers, boolean canEdit, Long id) -
getHtmlForUsernames
public String getHtmlForUsernames(UserPickerLayoutBean layoutBean, List<String> usernames, boolean canEdit, Long id) -
getUserNamesToRemove
-
getUserNamesToAdd
-