Uses of Class
com.atlassian.jira.web.bean.StatisticAccessorBean.OrderBy

Packages that use StatisticAccessorBean.OrderBy
com.atlassian.jira.web.bean   
 

Uses of StatisticAccessorBean.OrderBy in com.atlassian.jira.web.bean
 

Fields in com.atlassian.jira.web.bean declared as StatisticAccessorBean.OrderBy
static StatisticAccessorBean.OrderBy StatisticAccessorBean.OrderBy.NATURAL
           
static StatisticAccessorBean.OrderBy StatisticAccessorBean.OrderBy.TOTAL
           
 

Methods in com.atlassian.jira.web.bean that return StatisticAccessorBean.OrderBy
static StatisticAccessorBean.OrderBy StatisticAccessorBean.OrderBy.get(String orderBy)
          Get an instance of an OrderBy object
 

Methods in com.atlassian.jira.web.bean with parameters of type StatisticAccessorBean.OrderBy
 StatisticMapWrapper StatisticAccessorBean.getAllFilterBy(String type, StatisticAccessorBean.OrderBy orderBy, StatisticAccessorBean.Direction direction)
           
 StatisticMapWrapper StatisticAccessorBean.getWrapper(StatisticsMapper mapper, StatisticAccessorBean.OrderBy orderBy, StatisticAccessorBean.Direction direction)
          Returns a StatisticMapWrapper containing ordered search statistic results
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.