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)
AlphabeticalLabelRenderergetHtml in interface AlphabeticalLabelRendererremoteUser - 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-2016 Atlassian. All Rights Reserved.