com.atlassian.jira.project.statistics.security.enterprise
Class ReporterStatisticSecurityType

java.lang.Object
  extended bycom.atlassian.jira.project.statistics.security.AbstractStatisticSecurityType
      extended bycom.atlassian.jira.project.statistics.security.enterprise.AbstractFieldStatisticSecurityType
          extended bycom.atlassian.jira.project.statistics.security.enterprise.ReporterStatisticSecurityType
All Implemented Interfaces:
StatisticSecurityType

public class ReporterStatisticSecurityType
extends AbstractFieldStatisticSecurityType


Constructor Summary
ReporterStatisticSecurityType()
           
ReporterStatisticSecurityType(java.lang.String id)
           
 
Method Summary
 java.lang.String getFieldName()
           
 void postUpdate(StatisticCollection statisticCollection, StatisticsUpdateEvent statisticsUpdateEvent)
           
 
Methods inherited from class com.atlassian.jira.project.statistics.security.enterprise.AbstractFieldStatisticSecurityType
getChangeItems, getStatisticSecurityKey, isStatisticSecurityKeyValid
 
Methods inherited from class com.atlassian.jira.project.statistics.security.AbstractStatisticSecurityType
equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReporterStatisticSecurityType

public ReporterStatisticSecurityType()

ReporterStatisticSecurityType

public ReporterStatisticSecurityType(java.lang.String id)
Method Detail

getFieldName

public java.lang.String getFieldName()
Specified by:
getFieldName in class AbstractFieldStatisticSecurityType

postUpdate

public void postUpdate(StatisticCollection statisticCollection,
                       StatisticsUpdateEvent statisticsUpdateEvent)