com.atlassian.jira.issue.views
Class SearchRequestChartsView

java.lang.Object
  extended by com.atlassian.jira.plugin.searchrequestview.AbstractSearchRequestView
      extended by com.atlassian.jira.issue.views.SearchRequestChartsView
All Implemented Interfaces:
SearchRequestView

public class SearchRequestChartsView
extends AbstractSearchRequestView

Displays the charts popup in the issue navigator.


Field Summary
 
Fields inherited from class com.atlassian.jira.plugin.searchrequestview.AbstractSearchRequestView
descriptor
 
Constructor Summary
SearchRequestChartsView()
           
 
Method Summary
 void init(SearchRequestViewModuleDescriptor moduleDescriptor)
          A lifecycle method that will be called by the plugin system that gives access to the ModuleDescriptor that controls this plugin.
 void writeSearchResults(SearchRequest searchRequest, SearchRequestParams searchRequestParams, Writer writer)
          Responsible for writing out the searchResults including Headers and Footers of the implementing view type.
 
Methods inherited from class com.atlassian.jira.plugin.searchrequestview.AbstractSearchRequestView
writeHeaders, writeHeaders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchRequestChartsView

public SearchRequestChartsView()
Method Detail

init

public void init(SearchRequestViewModuleDescriptor moduleDescriptor)
Description copied from interface: SearchRequestView
A lifecycle method that will be called by the plugin system that gives access to the ModuleDescriptor that controls this plugin.

Specified by:
init in interface SearchRequestView
Overrides:
init in class AbstractSearchRequestView
Parameters:
moduleDescriptor - the controller of this plugin.

writeSearchResults

public void writeSearchResults(SearchRequest searchRequest,
                               SearchRequestParams searchRequestParams,
                               Writer writer)
Description copied from interface: SearchRequestView
Responsible for writing out the searchResults including Headers and Footers of the implementing view type.

Specified by:
writeSearchResults in interface SearchRequestView
Specified by:
writeSearchResults in class AbstractSearchRequestView
Parameters:
searchRequest - the original search request submitted by the user
searchRequestParams - stores a shallow copy of the session and a pagerfilter to determine how many results to display
writer - The writer used to stream the response.


Copyright © 2002-2012 Atlassian. All Rights Reserved.