com.atlassian.jira.charts.util
Class ChartUtilsImpl
java.lang.Object
com.atlassian.jira.charts.util.ChartUtilsImpl
- All Implemented Interfaces:
- ChartUtils
public class ChartUtilsImpl
- extends Object
- implements ChartUtils
Utility class for charting
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartUtilsImpl
public ChartUtilsImpl(SearchRequestService searchRequestService,
JiraAuthenticationContext authenticationContext,
ProjectManager projectManager,
SearchService searchService)
retrieveOrMakeSearchRequest
public SearchRequest retrieveOrMakeSearchRequest(String projectOrFilterId,
Map<String,Object> params)
- Description copied from interface:
ChartUtils
- Make a search request out of the searchQuery parameter and populate the report/portlet param map
- Specified by:
retrieveOrMakeSearchRequest
in interface ChartUtils
- Parameters:
projectOrFilterId
- a jql string, a project id or a filter idparams
- the map of parameters to modify
- Returns:
- The SearchRequest for the project/filter id
Copyright © 2002-2012 Atlassian. All Rights Reserved.