com.atlassian.jira.portal.portlets
Class InProgressIssuesPortlet

java.lang.Object
  extended by com.atlassian.jira.portal.PortletImpl
      extended by com.atlassian.jira.portal.portlets.AbstractRequiresUserPortlet
          extended by com.atlassian.jira.portal.portlets.AbstractSearchResultsPortlet
              extended by com.atlassian.jira.portal.portlets.InProgressIssuesPortlet
All Implemented Interfaces:
Portlet

public class InProgressIssuesPortlet
extends AbstractSearchResultsPortlet


Field Summary
 
Fields inherited from class com.atlassian.jira.portal.portlets.AbstractSearchResultsPortlet
constantsManager, DEFAULT_SEARCH_SORTS, searchProvider, tableLayoutFactory
 
Fields inherited from class com.atlassian.jira.portal.PortletImpl
applicationProperties, authenticationContext, permissionManager
 
Constructor Summary
InProgressIssuesPortlet(JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, ConstantsManager constantsManager, SearchProvider searchProvider, ApplicationProperties applicationProperties, TableLayoutFactory tableLayoutFactory)
           
 
Method Summary
protected  java.lang.String getLinkToSearch(SearchRequest searchRequest, PortletConfiguration portletConfiguration)
           
protected  java.lang.String getNoIssuesText()
           
protected  java.lang.String getSearchName(SearchRequest searchRequest)
           
protected  SearchRequest getSearchRequest(PortletConfiguration portletConfiguration)
           
protected  java.lang.String getSearchTypeName()
           
 
Methods inherited from class com.atlassian.jira.portal.portlets.AbstractSearchResultsPortlet
getLayout, getMaxNumberOfIssues, getVelocityParams
 
Methods inherited from class com.atlassian.jira.portal.portlets.AbstractRequiresUserPortlet
getViewHtml
 
Methods inherited from class com.atlassian.jira.portal.PortletImpl
equals, getCornerThumbnail, getCornerThumbnailPath, getDescription, getDescriptor, getId, getIssueConstant, getListFromMultiSelectValue, getName, getObjectConfiguration, getPermission, getTemplateLocation, getThumbnailfile, getThumbnailPath, hashCode, hasPermission, init, isEditablePortletConfig
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InProgressIssuesPortlet

public InProgressIssuesPortlet(JiraAuthenticationContext authenticationContext,
                               PermissionManager permissionManager,
                               ConstantsManager constantsManager,
                               SearchProvider searchProvider,
                               ApplicationProperties applicationProperties,
                               TableLayoutFactory tableLayoutFactory)
Method Detail

getSearchRequest

protected SearchRequest getSearchRequest(PortletConfiguration portletConfiguration)
Specified by:
getSearchRequest in class AbstractSearchResultsPortlet

getLinkToSearch

protected java.lang.String getLinkToSearch(SearchRequest searchRequest,
                                           PortletConfiguration portletConfiguration)
Specified by:
getLinkToSearch in class AbstractSearchResultsPortlet

getSearchName

protected java.lang.String getSearchName(SearchRequest searchRequest)
Specified by:
getSearchName in class AbstractSearchResultsPortlet

getSearchTypeName

protected java.lang.String getSearchTypeName()
Specified by:
getSearchTypeName in class AbstractSearchResultsPortlet

getNoIssuesText

protected java.lang.String getNoIssuesText()
Specified by:
getNoIssuesText in class AbstractSearchResultsPortlet


Copyright © 2002-2010 Atlassian. All Rights Reserved.