com.atlassian.jira.issue.search.quicksearch
Class UpdatedQuickSearchHandler

java.lang.Object
  extended by com.atlassian.jira.issue.search.quicksearch.SingleWordQuickSearchHandler
      extended by com.atlassian.jira.issue.search.quicksearch.DateQuickSearchHandler
          extended by com.atlassian.jira.issue.search.quicksearch.UpdatedQuickSearchHandler
All Implemented Interfaces:
QuickSearchHandler

public class UpdatedQuickSearchHandler
extends DateQuickSearchHandler


Constructor Summary
UpdatedQuickSearchHandler(JiraAuthenticationContext authenticationContext)
           
 
Method Summary
protected  String getPrefix()
           
protected  String getSearchParamName()
           
 
Methods inherited from class com.atlassian.jira.issue.search.quicksearch.DateQuickSearchHandler
handleWord
 
Methods inherited from class com.atlassian.jira.issue.search.quicksearch.SingleWordQuickSearchHandler
getByName, modifySearchResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatedQuickSearchHandler

public UpdatedQuickSearchHandler(JiraAuthenticationContext authenticationContext)
Method Detail

getPrefix

protected String getPrefix()
Specified by:
getPrefix in class DateQuickSearchHandler

getSearchParamName

protected String getSearchParamName()
Specified by:
getSearchParamName in class DateQuickSearchHandler


Copyright © 2002-2007 Atlassian. All Rights Reserved.