com.atlassian.jira.issue.statistics
Class StatusStatisticsMapper

java.lang.Object
  extended bycom.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
      extended bycom.atlassian.jira.issue.statistics.StatusStatisticsMapper
All Implemented Interfaces:
LuceneFieldSorter, StatisticsMapper

public class StatusStatisticsMapper
extends AbstractConstantStatisticsMapper


Field Summary
 
Fields inherited from class com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
constantsManager
 
Constructor Summary
StatusStatisticsMapper(ConstantsManager constantsManager)
           
 
Method Summary
protected  String getConstantType()
           
protected  SearchParameter getConstantTypeParameter(Object value)
           
 String getDocumentConstant()
          Get the constant that this field is indexed with.
 
Methods inherited from class com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
equals, getComparator, getSearchUrlSuffix, getValueFromLuceneField, hashCode, isFieldAlwaysPartOfAnIssue, isValidValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusStatisticsMapper

public StatusStatisticsMapper(ConstantsManager constantsManager)
Method Detail

getConstantType

protected String getConstantType()
Specified by:
getConstantType in class AbstractConstantStatisticsMapper

getDocumentConstant

public String getDocumentConstant()
Description copied from interface: LuceneFieldSorter
Get the constant that this field is indexed with.

Specified by:
getDocumentConstant in interface LuceneFieldSorter
Specified by:
getDocumentConstant in class AbstractConstantStatisticsMapper

getConstantTypeParameter

protected SearchParameter getConstantTypeParameter(Object value)
Specified by:
getConstantTypeParameter in class AbstractConstantStatisticsMapper


Copyright © 2002-2007 Atlassian. All Rights Reserved.