public class SuggestionBeanFactory extends Object
Project
and Option
into SuggestionBean
suitable for use as suggestion for
SingleSelect fieldsConstructor and Description |
---|
SuggestionBeanFactory(AvatarService avatarService,
BaseUrl baseUrl) |
Modifier and Type | Method and Description |
---|---|
Collection<SuggestionBean> |
optionSuggestions(Collection<Option> options,
Optional<String> selectedOptionId) |
Collection<SuggestionBean> |
projectSuggestions(Collection<Project> projects,
Optional<Long> selectedProjectId) |
public SuggestionBeanFactory(AvatarService avatarService, BaseUrl baseUrl)
public Collection<SuggestionBean> projectSuggestions(Collection<Project> projects, Optional<Long> selectedProjectId)
public Collection<SuggestionBean> optionSuggestions(Collection<Option> options, Optional<String> selectedOptionId)
Copyright © 2002-2019 Atlassian. All Rights Reserved.