com.atlassian.jira.issue.statistics
Class CustomFieldProjectStatisticsMapper

java.lang.Object
  extended by com.atlassian.jira.issue.statistics.ProjectStatisticsMapper
      extended by com.atlassian.jira.issue.statistics.CustomFieldProjectStatisticsMapper
All Implemented Interfaces:
LuceneFieldSorter, SearchRequestAppender.Factory<org.ofbiz.core.entity.GenericValue>, StatisticsMapper

public class CustomFieldProjectStatisticsMapper
extends ProjectStatisticsMapper

Since:
v4.0

Constructor Summary
CustomFieldProjectStatisticsMapper(ProjectManager projectManager, CustomField customField, CustomFieldInputHelper customFieldInputHelper, JiraAuthenticationContext authenticationContext)
           
 
Method Summary
protected  String getClauseName()
           
 
Methods inherited from class com.atlassian.jira.issue.statistics.ProjectStatisticsMapper
equals, getComparator, getDocumentConstant, getSearchRequestAppender, getSearchUrlSuffix, getValueFromLuceneField, hashCode, isFieldAlwaysPartOfAnIssue, isValidValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFieldProjectStatisticsMapper

public CustomFieldProjectStatisticsMapper(ProjectManager projectManager,
                                          CustomField customField,
                                          CustomFieldInputHelper customFieldInputHelper,
                                          JiraAuthenticationContext authenticationContext)
Method Detail

getClauseName

protected String getClauseName()
Overrides:
getClauseName in class ProjectStatisticsMapper


Copyright © 2002-2014 Atlassian. All Rights Reserved.