com.atlassian.jira.issue.search.searchers.impl
Class StatusSearcher

java.lang.Object
  extended by com.atlassian.jira.issue.search.searchers.impl.AbstractIssueSearcher
      extended by com.atlassian.jira.issue.search.searchers.impl.GenericConstantsSearcher
          extended by com.atlassian.jira.issue.search.searchers.impl.StatusSearcher
All Implemented Interfaces:
Field, IssueSearcher, Comparable

public class StatusSearcher
extends GenericConstantsSearcher


Field Summary
 
Fields inherited from class com.atlassian.jira.issue.search.searchers.impl.GenericConstantsSearcher
constantsManager, fieldVisibilityBean
 
Fields inherited from class com.atlassian.jira.issue.search.searchers.impl.AbstractIssueSearcher
authenticationContext, EDIT_TEMPLATE_SUFFIX, field, VIEW_TEMPLATE_SUFFIX
 
Fields inherited from interface com.atlassian.jira.issue.search.searchers.IssueSearcher
I18N_BUNDLE, log
 
Constructor Summary
StatusSearcher(JiraAuthenticationContext authenticationContext, FieldVisibilityBean fieldVisibilityBean, ConstantsManager constantsManager, WorkflowManager workflowManager)
           
 
Method Summary
 String getId()
          The unique id of the field
 String getNameKey()
          The i18n key that is used to lookup the field's name when it is displayed
 List getRelatedIndexers()
          Returns a list of FieldIndexer objects.
 Collection getSelectListOptions(SearchContext searchContext)
           
 
Methods inherited from class com.atlassian.jira.issue.search.searchers.impl.GenericConstantsSearcher
getEditHtml, getQuerySnippet, getViewHtml, isRevelentForSeachRequest, isShown, populateFromParams, populateFromSearchRequest, populateSearchRequest, validateParams
 
Methods inherited from class com.atlassian.jira.issue.search.searchers.impl.AbstractIssueSearcher
compareTo, equals, getI18n, getName, getVelocityParams, hashCode, hasPermission, init, register, renderEditTemplate, renderViewTemplate, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatusSearcher

public StatusSearcher(JiraAuthenticationContext authenticationContext,
                      FieldVisibilityBean fieldVisibilityBean,
                      ConstantsManager constantsManager,
                      WorkflowManager workflowManager)
Method Detail

getId

public String getId()
Description copied from interface: Field
The unique id of the field


getNameKey

public String getNameKey()
Description copied from interface: Field
The i18n key that is used to lookup the field's name when it is displayed


getSelectListOptions

public Collection getSelectListOptions(SearchContext searchContext)
Specified by:
getSelectListOptions in class GenericConstantsSearcher

getRelatedIndexers

public List getRelatedIndexers()
Description copied from interface: IssueSearcher
Returns a list of FieldIndexer objects. The objects should be initialised and ready for action

Returns:
List of FieldIndexer objects. Must not be null. Return Collections.EMPTY_LIST if not available


Copyright © 2002-2007 Atlassian. All Rights Reserved.