com.atlassian.greenhopper.web.rapid
Class RapidBoardViewModelFactory

java.lang.Object
  extended by com.atlassian.greenhopper.global.AbstractLoggable
      extended by com.atlassian.greenhopper.global.AbstractResultBuilder
          extended by com.atlassian.greenhopper.web.rapid.RapidBoardViewModelFactory

@Service
public class RapidBoardViewModelFactory
extends AbstractResultBuilder


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.greenhopper.global.AbstractResultBuilder
AbstractResultBuilder.SuccessBuilder<T>
 
Field Summary
 
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logger
 
Constructor Summary
RapidBoardViewModelFactory()
           
 
Method Summary
 ServiceOutcome<RapidViewConfig.StatisticsConfig> getConfig(RapidView rapidView, I18n2 i18n)
           
 ResultEntry<RapidViewConfig> getRapidViewConfigModel(com.atlassian.crowd.embedded.api.User user, java.lang.Long rapidViewId)
           
 ResultEntry<RapidViewsModel> getRapidViewsModel(com.atlassian.crowd.embedded.api.User user)
           
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractResultBuilder
buildCombinedResult, buildErrorOnlyResult, buildResult, buildResult
 
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

RapidBoardViewModelFactory

public RapidBoardViewModelFactory()
Method Detail

getRapidViewsModel

public ResultEntry<RapidViewsModel> getRapidViewsModel(com.atlassian.crowd.embedded.api.User user)

getRapidViewConfigModel

public ResultEntry<RapidViewConfig> getRapidViewConfigModel(com.atlassian.crowd.embedded.api.User user,
                                                            java.lang.Long rapidViewId)

getConfig

public ServiceOutcome<RapidViewConfig.StatisticsConfig> getConfig(RapidView rapidView,
                                                                  I18n2 i18n)


Copyright © 2007-2012 Atlassian. All Rights Reserved.