com.atlassian.jira.issue.statistics
Class PriorityStatisticsMapper

java.lang.Object
  extended by com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
      extended by com.atlassian.jira.issue.statistics.PriorityStatisticsMapper
All Implemented Interfaces:
StatisticsMapper

public class PriorityStatisticsMapper
extends AbstractConstantStatisticsMapper


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

Constructor Detail

PriorityStatisticsMapper

public PriorityStatisticsMapper(ConstantsManager constantsManager)
Method Detail

getDocumentConstant

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

Specified by:
getDocumentConstant in interface StatisticsMapper
Specified by:
getDocumentConstant in class AbstractConstantStatisticsMapper
See Also:
IssueDocument, CustomFieldSearcher

getConstantType

protected java.lang.String getConstantType()
Specified by:
getConstantType in class AbstractConstantStatisticsMapper

getSearchUrlType

protected java.lang.String getSearchUrlType()
Specified by:
getSearchUrlType in class AbstractConstantStatisticsMapper


Copyright © 2002-2006 Atlassian. All Rights Reserved.