com.atlassian.greenhopper.service.rapid.view
Class StatisticsFieldDao

java.lang.Object
  extended by com.atlassian.greenhopper.global.AbstractLoggable
      extended by com.atlassian.greenhopper.service.rapid.view.GenericActiveObjectsDao<java.lang.Long,StatisticsFieldAO>
          extended by com.atlassian.greenhopper.service.rapid.view.StatisticsFieldDao

@Service
public class StatisticsFieldDao
extends GenericActiveObjectsDao<java.lang.Long,StatisticsFieldAO>


Field Summary
 
Fields inherited from class com.atlassian.greenhopper.service.rapid.view.GenericActiveObjectsDao
ao, entityType
 
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logger
 
Constructor Summary
StatisticsFieldDao()
           
 
Method Summary
 void deleteStatisticsField(RapidViewAO rapidViewAO)
           
 StatisticsFieldAO getStatisticsField(long statisticsFieldId)
           
 StatisticsFieldAO getStatisticsFieldForRapidView(long rapidViewId)
           
 StatisticsFieldAO updateStatisticsField(RapidViewAO rapidViewAO, StatisticsFieldConfig statisticsField)
           
 
Methods inherited from class com.atlassian.greenhopper.service.rapid.view.GenericActiveObjectsDao
create, delete, delete, findBy, load, preDelete, save
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logDebug, logError, logException, logInfo, logTrace, logWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsFieldDao

public StatisticsFieldDao()
Method Detail

getStatisticsField

public StatisticsFieldAO getStatisticsField(long statisticsFieldId)

getStatisticsFieldForRapidView

public StatisticsFieldAO getStatisticsFieldForRapidView(long rapidViewId)

updateStatisticsField

public StatisticsFieldAO updateStatisticsField(RapidViewAO rapidViewAO,
                                               StatisticsFieldConfig statisticsField)

deleteStatisticsField

public void deleteStatisticsField(RapidViewAO rapidViewAO)


Copyright © 2007-2012 Atlassian. All Rights Reserved.