Uses of Interface
com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticAO

Packages that use EstimateStatisticAO
com.atlassian.greenhopper.manager.estimatestatistic   
com.atlassian.greenhopper.service.rapid.view   
 

Uses of EstimateStatisticAO in com.atlassian.greenhopper.manager.estimatestatistic
 

Methods in com.atlassian.greenhopper.manager.estimatestatistic that return EstimateStatisticAO
 EstimateStatisticAO[] EstimateStatisticAOListMapper.getExisting()
           
 EstimateStatisticAO[] EstimateStatisticDao.getForParent(java.lang.Long primaryKey)
           
 EstimateStatisticAO[] EstimateStatisticDao.getForParent(RapidViewAO rapidViewAO)
           
 EstimateStatisticAO EstimateStatisticDao.getOne(java.lang.Long rapidViewId)
           
 EstimateStatisticAO EstimateStatisticDao.updateOne(RapidViewAO rapidViewAO, StatisticsFieldConfig estimateStatistic)
           
 

Methods in com.atlassian.greenhopper.manager.estimatestatistic that return types with arguments of type EstimateStatisticAO
 java.lang.Class<EstimateStatisticAO> EstimateStatisticAOListMapper.getActiveObjectClass()
           
 java.util.List<EstimateStatisticAO> EstimateStatisticDao.updateForParent(RapidViewAO rapidViewAO, java.util.List<StatisticsFieldConfig> models)
           
 

Methods in com.atlassian.greenhopper.manager.estimatestatistic with parameters of type EstimateStatisticAO
 void EstimateStatisticAOListMapper.postCreateUpdate(EstimateStatisticAO recordAO, StatisticsFieldConfig estimateStatistic)
           
 void EstimateStatisticAOListMapper.preDelete(EstimateStatisticAO estimateStatisticAO)
           
 StatisticsFieldConfig EstimateStatisticAOMapper.toModel(EstimateStatisticAO estimateStatisticAO)
           
 void EstimateStatisticAOMapper.update(StatisticsFieldConfig source, EstimateStatisticAO target)
           
 

Uses of EstimateStatisticAO in com.atlassian.greenhopper.service.rapid.view
 

Methods in com.atlassian.greenhopper.service.rapid.view that return EstimateStatisticAO
 EstimateStatisticAO[] RapidViewAO.getEstimateStatistics()
          Estimate statistic(s) configured for this view.
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.