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
 java.math.BigDecimal getDaysPerWeek()
           
 java.lang.String getDecimalSeparator()
           
 java.lang.String getGroupingSeparator()
           
 java.math.BigDecimal getHoursPerDay()
           
 ServiceOutcome<RapidConfig> getRapidViewConfigModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 RapidViewsModel getRapidViewsModel(com.atlassian.crowd.embedded.api.User user)
           
 ServiceOutcome<RapidViewConfig.StatisticsConfig> getStatisticsConfig(RapidView rapidView, I18n2 i18n)
           
 java.lang.String getTimeFormat()
           
 
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 RapidViewsModel getRapidViewsModel(com.atlassian.crowd.embedded.api.User user)

getRapidViewConfigModel

public ServiceOutcome<RapidConfig> getRapidViewConfigModel(com.atlassian.crowd.embedded.api.User user,
                                                           RapidView rapidView)

getStatisticsConfig

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

getGroupingSeparator

public java.lang.String getGroupingSeparator()

getDecimalSeparator

public java.lang.String getDecimalSeparator()

getHoursPerDay

public java.math.BigDecimal getHoursPerDay()

getDaysPerWeek

public java.math.BigDecimal getDaysPerWeek()

getTimeFormat

public java.lang.String getTimeFormat()


Copyright © 2007-2012 Atlassian. All Rights Reserved.