com.atlassian.jira.gadgets.system
Class DefaultStatsSearchUrlBuilder

java.lang.Object
  extended by com.atlassian.jira.gadgets.system.DefaultStatsSearchUrlBuilder

public class DefaultStatsSearchUrlBuilder
extends Object


Constructor Summary
DefaultStatsSearchUrlBuilder(SearchService searchService, JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 String getSearchUrlForCell(Object xAxisObject, Object yAxisObject, TwoDimensionalStatsMap statsMap, SearchRequest searchRequest)
          This should be rewritten to extract a clause from each of the statistics mappers and finding the intersection of these two filters, but this requires an interface change to the statistics mapper.
 String getSearchUrlForHeaderCell(Object axisObject, StatisticsMapper axisMapper, SearchRequest searchRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStatsSearchUrlBuilder

public DefaultStatsSearchUrlBuilder(SearchService searchService,
                                    JiraAuthenticationContext authenticationContext)
Method Detail

getSearchUrlForHeaderCell

public String getSearchUrlForHeaderCell(Object axisObject,
                                        StatisticsMapper axisMapper,
                                        SearchRequest searchRequest)

getSearchUrlForCell

public String getSearchUrlForCell(Object xAxisObject,
                                  Object yAxisObject,
                                  TwoDimensionalStatsMap statsMap,
                                  SearchRequest searchRequest)
This should be rewritten to extract a clause from each of the statistics mappers and finding the intersection of these two filters, but this requires an interface change to the statistics mapper.



Copyright © 2002-2014 Atlassian. All Rights Reserved.