public class AssigneeSearchRenderer extends AbstractUserSearchRenderer implements SearchRenderer
permissionManager, SELECT_LIST_GROUP, SELECT_LIST_NONE, SELECT_LIST_USER, userSearcherHelperEDIT_TEMPLATE_SUFFIX, VIEW_TEMPLATE_SUFFIX| Constructor and Description |
|---|
AssigneeSearchRenderer(String nameKey,
VelocityRequestContextFactory velocityRequestContextFactory,
ApplicationProperties applicationProperties,
VelocityTemplatingEngine templatingEngine,
UserSearchService searchService,
FieldVisibilityManager fieldVisibilityManager,
UserManager userManager,
PermissionManager permissionManager) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getEmptyValueKey() |
protected List<Map<String,String>> |
getSelectedListOptions(ApplicationUser searcher) |
boolean |
isShown(ApplicationUser user,
SearchContext searchContext)
Returns true or false based on
fieldVisibilityManager value. |
addUserGroupSuggestionParams, getEditHtml, getTextForuser, getVelocityParams, getViewHtml, isRelevantForQuerygetI18n, isRelevantForQuery, renderEditTemplate, renderViewTemplateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEditHtml, getViewHtml, isRelevantForQuerypublic AssigneeSearchRenderer(String nameKey, VelocityRequestContextFactory velocityRequestContextFactory, ApplicationProperties applicationProperties, VelocityTemplatingEngine templatingEngine, UserSearchService searchService, FieldVisibilityManager fieldVisibilityManager, UserManager userManager, PermissionManager permissionManager)
protected List<Map<String,String>> getSelectedListOptions(ApplicationUser searcher)
getSelectedListOptions in class AbstractUserSearchRenderersearcher - performing the action.protected String getEmptyValueKey()
getEmptyValueKey in class AbstractUserSearchRendererpublic boolean isShown(ApplicationUser user, SearchContext searchContext)
fieldVisibilityManager value. Returns false if field is hidden in all
schemes, true otherwise.isShown in interface SearchRendereruser - performing this action.searchContext - search contextCopyright © 2002-2021 Atlassian. All Rights Reserved.