Modifier and Type | Method and Description |
---|---|
List<SearchSort> |
SearchSortUtilImpl.concatSearchSorts(Collection<SearchSort> newSorts,
Collection<SearchSort> oldSorts,
int maxLength) |
List<SearchSort> |
SearchSortUtil.concatSearchSorts(Collection<SearchSort> newSorts,
Collection<SearchSort> oldSorts,
int maxLength)
Deprecated.
Concatenate the new search sorts and the old search sorts returning a list of sorts that is only of size maxLength.
|
List<SearchSort> |
SearchSortUtilImpl.getSearchSorts(Query query) |
List<SearchSort> |
SearchSortUtil.getSearchSorts(Query query)
Deprecated.
|
List<SearchSort> |
SearchSortUtilImpl.mergeSearchSorts(ApplicationUser user,
Collection<SearchSort> newSorts,
Collection<SearchSort> oldSorts,
int maxLength) |
List<SearchSort> |
SearchSortUtil.mergeSearchSorts(ApplicationUser user,
Collection<SearchSort> newSorts,
Collection<SearchSort> oldSorts,
int maxLength)
Deprecated.
Combine the new search sorts and the old search sorts returning a list of sorts that is only of size maxLength.
|
Modifier and Type | Method and Description |
---|---|
List<SearchSort> |
SearchSortUtilImpl.concatSearchSorts(Collection<SearchSort> newSorts,
Collection<SearchSort> oldSorts,
int maxLength) |
List<SearchSort> |
SearchSortUtilImpl.concatSearchSorts(Collection<SearchSort> newSorts,
Collection<SearchSort> oldSorts,
int maxLength) |
List<SearchSort> |
SearchSortUtil.concatSearchSorts(Collection<SearchSort> newSorts,
Collection<SearchSort> oldSorts,
int maxLength)
Deprecated.
Concatenate the new search sorts and the old search sorts returning a list of sorts that is only of size maxLength.
|
List<SearchSort> |
SearchSortUtil.concatSearchSorts(Collection<SearchSort> newSorts,
Collection<SearchSort> oldSorts,
int maxLength)
Deprecated.
Concatenate the new search sorts and the old search sorts returning a list of sorts that is only of size maxLength.
|
List<SearchSort> |
SearchSortUtilImpl.mergeSearchSorts(ApplicationUser user,
Collection<SearchSort> newSorts,
Collection<SearchSort> oldSorts,
int maxLength) |
List<SearchSort> |
SearchSortUtilImpl.mergeSearchSorts(ApplicationUser user,
Collection<SearchSort> newSorts,
Collection<SearchSort> oldSorts,
int maxLength) |
List<SearchSort> |
SearchSortUtil.mergeSearchSorts(ApplicationUser user,
Collection<SearchSort> newSorts,
Collection<SearchSort> oldSorts,
int maxLength)
Deprecated.
Combine the new search sorts and the old search sorts returning a list of sorts that is only of size maxLength.
|
List<SearchSort> |
SearchSortUtil.mergeSearchSorts(ApplicationUser user,
Collection<SearchSort> newSorts,
Collection<SearchSort> oldSorts,
int maxLength)
Deprecated.
Combine the new search sorts and the old search sorts returning a list of sorts that is only of size maxLength.
|
Modifier and Type | Method and Description |
---|---|
JqlOrderByBuilder |
JqlOrderByBuilder.setSorts(Collection<SearchSort> newSorts)
Override any sorts that may have been setup in the builder with the provided list of sorts.
|
Modifier and Type | Method and Description |
---|---|
SearchSort |
JqlParser.searchSort() |
Modifier and Type | Method and Description |
---|---|
List<SearchSort> |
SaveFilter.getSearchSorts(SearchRequest searchRequest) |
Modifier and Type | Method and Description |
---|---|
SearchSort |
IssueTableLayoutBean.getFirstSorter() |
Constructor and Description |
---|
IssueTableLayoutBean(ApplicationUser user,
Collection<SearchSort> searchSorts) |
IssueTableLayoutBean(List<ColumnLayoutItem> columns,
Collection<SearchSort> searchSorts) |
Modifier and Type | Method and Description |
---|---|
List<SearchSort> |
OrderByImpl.getSearchSorts() |
List<SearchSort> |
OrderBy.getSearchSorts() |
Constructor and Description |
---|
OrderByImpl(SearchSort... searchSorts) |
SearchSort(SearchSort copy) |
Constructor and Description |
---|
OrderByImpl(Collection<SearchSort> searchSorts) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.