com.atlassian.jira.project.statistics.security
Interface StatisticSecurityType

All Known Implementing Classes:
AbstractStatisticSecurityType

public interface StatisticSecurityType

Created by IntelliJ IDEA. User: Owen Date: 18/07/2003 Time: 14:51:59 To change this template use Options | File Templates.


Method Summary
 java.lang.String getId()
           
 java.lang.Object getStatisticSecurityKey(GenericValue issue)
           
 boolean isStatisticSecurityKeyValid(java.lang.Object statisticSecurityKey, java.lang.Object object)
           
 void postUpdate(StatisticCollection statisticCollection, StatisticsUpdateEvent statisticsUpdateEvent)
           
 void setId(java.lang.String id)
           
 

Method Detail

getId

public java.lang.String getId()

postUpdate

public void postUpdate(StatisticCollection statisticCollection,
                       StatisticsUpdateEvent statisticsUpdateEvent)

isStatisticSecurityKeyValid

public boolean isStatisticSecurityKeyValid(java.lang.Object statisticSecurityKey,
                                           java.lang.Object object)

getStatisticSecurityKey

public java.lang.Object getStatisticSecurityKey(GenericValue issue)

setId

public void setId(java.lang.String id)