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,
String selectedOptionId) |
Collection<SuggestionBean> |
projectSuggestions(Collection<Project> projects,
Long selectedProjectId) |
public SuggestionBeanFactory(AvatarService avatarService, BaseUrl baseUrl)
public Collection<SuggestionBean> projectSuggestions(Collection<Project> projects, Long selectedProjectId)
public Collection<SuggestionBean> optionSuggestions(Collection<Option> options, String selectedOptionId)
Copyright © 2002-2015 Atlassian. All Rights Reserved.