Uses of Class
com.atlassian.query.order.SearchSort

Packages that use SearchSort
com.atlassian.jira.issue.search.util   
com.atlassian.jira.jql.builder   
com.atlassian.jira.web.action.filter   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.component   
com.atlassian.query.order   
 

Uses of SearchSort in com.atlassian.jira.issue.search.util
 

Methods in com.atlassian.jira.issue.search.util that return types with arguments of type SearchSort
 List<SearchSort> SearchSortUtilImpl.concatSearchSorts(Collection<SearchSort> newSorts, Collection<SearchSort> oldSorts, int maxLength)
           
 List<SearchSort> SearchSortUtil.concatSearchSorts(Collection<SearchSort> newSorts, Collection<SearchSort> oldSorts, int maxLength)
          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)
           
 List<SearchSort> SearchSortUtilImpl.mergeSearchSorts(User user, Collection<SearchSort> newSorts, Collection<SearchSort> oldSorts, int maxLength)
           
 List<SearchSort> SearchSortUtil.mergeSearchSorts(User user, Collection<SearchSort> newSorts, Collection<SearchSort> oldSorts, int maxLength)
          Combine the new search sorts and the old search sorts returning a list of sorts that is only of size maxLength.
 

Method parameters in com.atlassian.jira.issue.search.util with type arguments of type SearchSort
 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)
          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)
          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(User user, Collection<SearchSort> newSorts, Collection<SearchSort> oldSorts, int maxLength)
           
 List<SearchSort> SearchSortUtilImpl.mergeSearchSorts(User user, Collection<SearchSort> newSorts, Collection<SearchSort> oldSorts, int maxLength)
           
 List<SearchSort> SearchSortUtil.mergeSearchSorts(User user, Collection<SearchSort> newSorts, Collection<SearchSort> oldSorts, int maxLength)
          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(User user, Collection<SearchSort> newSorts, Collection<SearchSort> oldSorts, int maxLength)
          Combine the new search sorts and the old search sorts returning a list of sorts that is only of size maxLength.
 

Uses of SearchSort in com.atlassian.jira.jql.builder
 

Method parameters in com.atlassian.jira.jql.builder with type arguments of type SearchSort
 JqlOrderByBuilder JqlOrderByBuilder.setSorts(Collection<SearchSort> newSorts)
          Override any sorts that may have been setup in the builder with the provided list of sorts.
 

Uses of SearchSort in com.atlassian.jira.web.action.filter
 

Methods in com.atlassian.jira.web.action.filter that return types with arguments of type SearchSort
 List<SearchSort> SaveFilter.getSearchSorts(SearchRequest searchRequest)
           
 

Uses of SearchSort in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that return SearchSort
 SearchSort ViewIssue.getSorter()
           
 

Methods in com.atlassian.jira.web.action.issue that return types with arguments of type SearchSort
 List<SearchSort> SearchDescriptionEnabledAction.getSearchSorts()
           
 

Uses of SearchSort in com.atlassian.jira.web.action.user
 

Methods in com.atlassian.jira.web.action.user that return SearchSort
 SearchSort AbstractUserReport.getSorter()
           
 

Uses of SearchSort in com.atlassian.jira.web.component
 

Methods in com.atlassian.jira.web.component that return SearchSort
 SearchSort IssueTableLayoutBean.getFirstSorter()
           
 

Constructor parameters in com.atlassian.jira.web.component with type arguments of type SearchSort
IssueTableLayoutBean(List<ColumnLayoutItem> columns, Collection<SearchSort> searchSorts)
           
IssueTableLayoutBean(User user, Collection<SearchSort> searchSorts)
           
 

Uses of SearchSort in com.atlassian.query.order
 

Methods in com.atlassian.query.order that return types with arguments of type SearchSort
 List<SearchSort> OrderByImpl.getSearchSorts()
           
 List<SearchSort> OrderBy.getSearchSorts()
           
 

Constructors in com.atlassian.query.order with parameters of type SearchSort
OrderByImpl(SearchSort... searchSorts)
           
SearchSort(SearchSort copy)
           
 

Constructor parameters in com.atlassian.query.order with type arguments of type SearchSort
OrderByImpl(Collection<SearchSort> searchSorts)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.