public class DefaultAlphabeticalLabelRenderer extends Object implements AlphabeticalLabelRenderer
Constructor and Description |
---|
DefaultAlphabeticalLabelRenderer(AlphabeticalLabelGroupingService alphabeticalLabelGroupingService,
VelocityTemplatingEngine templatingEngine,
JiraAuthenticationContext authenticationContext,
FieldManager fieldManager,
ProjectManager projectManager,
LabelUtil labelUtil,
I18nHelper.BeanFactory beanFactory) |
Modifier and Type | Method and Description |
---|---|
String |
getHtml(ApplicationUser remoteUser,
Long projectId,
String fieldId,
boolean isOtherFieldsExist)
Provides the rendered HTML for all labels in a project & a particular field (System or custom field)
|
public DefaultAlphabeticalLabelRenderer(AlphabeticalLabelGroupingService alphabeticalLabelGroupingService, VelocityTemplatingEngine templatingEngine, JiraAuthenticationContext authenticationContext, FieldManager fieldManager, ProjectManager projectManager, LabelUtil labelUtil, I18nHelper.BeanFactory beanFactory)
public String getHtml(ApplicationUser remoteUser, Long projectId, String fieldId, boolean isOtherFieldsExist)
AlphabeticalLabelRenderer
getHtml
in interface AlphabeticalLabelRenderer
remoteUser
- The user performing this requestprojectId
- The project for which to render labelsfieldId
- The field for which to render labelsisOtherFieldsExist
- A flag to indicate whether the given field is the only labels field in the projectCopyright © 2002-2021 Atlassian. All Rights Reserved.