public class AlphabeticalLabelGroupingServiceImpl extends Object implements AlphabeticalLabelGroupingService
| Constructor and Description |
|---|
AlphabeticalLabelGroupingServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
AlphabeticalLabelGroupingSupport |
getAlphabeticallyGroupedLabels(ApplicationUser user,
Long projectId,
String fieldId)
Retrieve a collection of a project's labels grouped into alphabetical blocks
|
public AlphabeticalLabelGroupingServiceImpl()
public AlphabeticalLabelGroupingSupport getAlphabeticallyGroupedLabels(ApplicationUser user, Long projectId, String fieldId)
AlphabeticalLabelGroupingServicegetAlphabeticallyGroupedLabels in interface AlphabeticalLabelGroupingServiceuser - A user of JIRAprojectId - The id of a projectfieldId - The id of a fieldAlphabeticalLabelGroupingSupport that has the project's unique labels grouped
together alphabeticallyCopyright © 2002-2017 Atlassian. All Rights Reserved.