com.atlassian.greenhopper.web.rapid.work
Class WorkDataFactory

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

@Service
public class WorkDataFactory
extends AbstractResultBuilder

Produces the issue list view for the RapidBoard. Currently issues are sorted by swim lanes and column mappings.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.greenhopper.global.AbstractResultBuilder
AbstractResultBuilder.SuccessBuilder<T>
 
Field Summary
protected  org.slf4j.Logger performanceLogger
           
 
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logger
 
Constructor Summary
WorkDataFactory()
           
 
Method Summary
 ServiceOutcome<AllDataResponse> getAllData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters, java.util.Set<java.lang.Long> activeSprints)
           
 
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
 

Field Detail

performanceLogger

protected org.slf4j.Logger performanceLogger
Constructor Detail

WorkDataFactory

public WorkDataFactory()
Method Detail

getAllData

public ServiceOutcome<AllDataResponse> getAllData(com.atlassian.crowd.embedded.api.User user,
                                                  RapidView rapidView,
                                                  java.util.Set<java.lang.Long> activeQuickFilters,
                                                  java.util.Set<java.lang.Long> activeSprints)


Copyright © 2007-2012 Atlassian. All Rights Reserved.