com.atlassian.jira.issue.statistics
Class ResolutionStatisticsMapper

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

public class ResolutionStatisticsMapper
extends AbstractConstantStatisticsMapper


Field Summary
 
Fields inherited from class com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
constantsManager
 
Constructor Summary
ResolutionStatisticsMapper(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

ResolutionStatisticsMapper

public ResolutionStatisticsMapper(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

getSearchUrlType

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

getConstantType

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


Copyright © 2002-2005 Atlassian. All Rights Reserved.