Uses of Interface
com.atlassian.query.order.OrderBy

Packages that use OrderBy
com.atlassian.jira.issue.search.util   
com.atlassian.jira.jql.builder   
com.atlassian.jira.jql.validator   
com.atlassian.jira.plugin.projectpanel.fragment.impl   
com.atlassian.jira.upgrade.tasks.jql   
com.atlassian.query   
com.atlassian.query.order   
 

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

Methods in com.atlassian.jira.issue.search.util that return OrderBy
 OrderBy SearchSortUtilImpl.getOrderByClause(Map parameterMap)
           
 OrderBy SearchSortUtil.getOrderByClause(Map parameterMap)
          This method is used to convert incomming, request-style, parameters into SearchSort objects.
 

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

Methods in com.atlassian.jira.jql.builder that return OrderBy
 OrderBy JqlOrderByBuilder.buildOrderBy()
           
 

Methods in com.atlassian.jira.jql.builder with parameters of type OrderBy
static JqlOrderByBuilder JqlQueryBuilder.newOrderByBuilder(OrderBy copy)
          Build a new JqlOrderByBuilder and initialise it with the passed order.
 JqlOrderByBuilder JqlOrderByBuilder.setSorts(OrderBy existingOrderBy)
          Creates a builder who's state will be a mutable copy of the passed in order by.
 

Uses of OrderBy in com.atlassian.jira.jql.validator
 

Methods in com.atlassian.jira.jql.validator with parameters of type OrderBy
 MessageSet DefaultOrderByValidator.validate(User searcher, OrderBy orderBy)
           
 MessageSet OrderByValidator.validate(User searcher, OrderBy orderBy)
          Will add messages if there is a portion of the order by that contains a non-orderable jql clause name or if there are any duplicates or if the user is trying to order by a field that they can't see.
 

Uses of OrderBy in com.atlassian.jira.plugin.projectpanel.fragment.impl
 

Methods in com.atlassian.jira.plugin.projectpanel.fragment.impl that return OrderBy
protected  OrderBy StatusSummaryFragment.StatusUrlUtil.getOrderBy()
           
protected  OrderBy UnresolvedIssuesByComponentFragment.ComponentUrlUtil.getOrderBy()
           
protected  OrderBy UnresolvedIssuesByAssigneeFragment.AssigneeUrlUtil.getOrderBy()
           
protected abstract  OrderBy AbstractUrlFragmentUtil.getOrderBy()
           
protected  OrderBy UnresolvedIssuesByPriorityFragment.PriorityUrlUtil.getOrderBy()
           
protected  OrderBy UnresolvedIssuesByFixVersionFragment.FixVersionUrlUtil.getOrderBy()
           
 

Uses of OrderBy in com.atlassian.jira.upgrade.tasks.jql
 

Methods in com.atlassian.jira.upgrade.tasks.jql that return OrderBy
 OrderBy OrderByXmlHandler.OrderByConversionResults.getConvertedOrderBy()
           
 

Constructors in com.atlassian.jira.upgrade.tasks.jql with parameters of type OrderBy
OrderByXmlHandler.OrderByConversionResults(OrderBy convertedOrderBy, List<OrderByXmlHandler.ConversionError> conversionErrors)
           
 

Uses of OrderBy in com.atlassian.query
 

Methods in com.atlassian.query that return OrderBy
 OrderBy Query.getOrderByClause()
           
 OrderBy QueryImpl.getOrderByClause()
           
 

Constructors in com.atlassian.query with parameters of type OrderBy
QueryImpl(Clause whereClause, OrderBy orderByClause, String originalQuery)
           
 

Uses of OrderBy in com.atlassian.query.order
 

Classes in com.atlassian.query.order that implement OrderBy
 class OrderByImpl
          Default implementation of OrderBy.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.