public class

AbstractDateSearcher

extends AbstractInitializationSearcher
implements IssueSearcher<T extends SearchableField>
java.lang.Object
   ↳ com.atlassian.jira.issue.search.searchers.impl.AbstractInitializationSearcher
     ↳ com.atlassian.jira.issue.search.searchers.impl.AbstractDateSearcher
Known Direct Subclasses

Class Overview

A simple class that most date searchers will be able to extends to implement searching.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.issue.search.searchers.impl.AbstractInitializationSearcher
From interface com.atlassian.jira.issue.search.searchers.IssueSearcher
Public Constructors
AbstractDateSearcher(SimpleFieldSearchConstants constants, String nameKey, Class<? extends BaseFieldIndexer> indexer, DateConverter dateConverter, DateTimeConverter dateTimeConverter, JqlDateSupport dateSupport, JqlOperandResolver operandResolver, ApplicationProperties applicationProperties, VelocityRequestContextFactory velocityRenderContext, VelocityTemplatingEngine templatingEngine, CalendarLanguageUtil calendarUtils, FieldVisibilityManager fieldVisibilityManager, CustomFieldInputHelper customFieldInputHelper, TimeZoneManager timeZoneManager, DateTimeFormatterFactory dateTimeFormatterFactory)
Public Methods
final SearcherInformation<SearchableField> getSearchInformation()
Provides an object that contains information about the Searcher.
final SearchInputTransformer getSearchInputTransformer()
Provides an object that will allow you to transform raw request parameters to field holder values and field holder values to Clause search representations.
final SearchRenderer getSearchRenderer()
Provides an object that will allow you to render the edit and view html for a searcher.
[Expand]
Inherited Methods
From class com.atlassian.jira.issue.search.searchers.impl.AbstractInitializationSearcher
From class java.lang.Object
From interface com.atlassian.jira.issue.search.searchers.IssueSearcher

Public Constructors

public AbstractDateSearcher (SimpleFieldSearchConstants constants, String nameKey, Class<? extends BaseFieldIndexer> indexer, DateConverter dateConverter, DateTimeConverter dateTimeConverter, JqlDateSupport dateSupport, JqlOperandResolver operandResolver, ApplicationProperties applicationProperties, VelocityRequestContextFactory velocityRenderContext, VelocityTemplatingEngine templatingEngine, CalendarLanguageUtil calendarUtils, FieldVisibilityManager fieldVisibilityManager, CustomFieldInputHelper customFieldInputHelper, TimeZoneManager timeZoneManager, DateTimeFormatterFactory dateTimeFormatterFactory)

Public Methods

public final SearcherInformation<SearchableField> getSearchInformation ()

Provides an object that contains information about the Searcher.

Returns
  • the search information provider for this searcher.

public final SearchInputTransformer getSearchInputTransformer ()

Provides an object that will allow you to transform raw request parameters to field holder values and field holder values to Clause search representations.

Returns
  • the search input handler for this searcher.

public final SearchRenderer getSearchRenderer ()

Provides an object that will allow you to render the edit and view html for a searcher. This also provides methods that indicate if the view and edit methods should be invoked.

Returns
  • the search renderer for this searcher.