com.atlassian.greenhopper.web.rapid.list
Class RapidListFactory

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.list.RapidListFactory

@Service
public class RapidListFactory
extends java.lang.Object

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


Constructor Summary
RapidListFactory()
           
 
Method Summary
 RapidListEntry buildRapidList(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, ErrorCollection errorCollection)
          Builds a RapidList data object for a given RapidView
 java.util.List<SwimlaneEntry> buildSwimlanes(com.atlassian.crowd.embedded.api.User user, I18n2 i18n, RapidView rapidView, java.util.List<RapidListColumnEntry> columnEntries, ErrorCollection errorCollection)
          Builds all swimlanes for a given RapidView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidListFactory

public RapidListFactory()
Method Detail

buildRapidList

public RapidListEntry buildRapidList(com.atlassian.crowd.embedded.api.User user,
                                     RapidView rapidView,
                                     ErrorCollection errorCollection)
Builds a RapidList data object for a given RapidView


buildSwimlanes

public java.util.List<SwimlaneEntry> buildSwimlanes(com.atlassian.crowd.embedded.api.User user,
                                                    I18n2 i18n,
                                                    RapidView rapidView,
                                                    java.util.List<RapidListColumnEntry> columnEntries,
                                                    ErrorCollection errorCollection)
Builds all swimlanes for a given RapidView



Copyright © 2007-2011 Atlassian. All Rights Reserved.