com.atlassian.greenhopper.web.rapid.view
Class EstimationHelper

java.lang.Object
  extended by com.atlassian.greenhopper.global.AbstractLoggable
      extended by com.atlassian.greenhopper.web.rapid.view.EstimationHelper

@Service
public class EstimationHelper
extends AbstractLoggable

Helper methods for transporting EstimationConfig to the web.


Field Summary
 
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logger
 
Constructor Summary
EstimationHelper()
           
 
Method Summary
 EstimationConfig buildModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<StatisticsFieldConfig> getEstimateStatisticConfig(java.lang.String estimateStatisticId)
           
 ServiceOutcome<StatisticsFieldConfig> getTrackingStatisticConfig(java.lang.String trackingStatisticId)
           
 
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

EstimationHelper

public EstimationHelper()
Method Detail

buildModel

public EstimationConfig buildModel(com.atlassian.crowd.embedded.api.User user,
                                   RapidView rapidView)

getEstimateStatisticConfig

public ServiceOutcome<StatisticsFieldConfig> getEstimateStatisticConfig(java.lang.String estimateStatisticId)

getTrackingStatisticConfig

public ServiceOutcome<StatisticsFieldConfig> getTrackingStatisticConfig(java.lang.String trackingStatisticId)


Copyright © 2007-2012 Atlassian. All Rights Reserved.