com.atlassian.greenhopper.web.rapid.plan
Class PlanningModeHelper

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.plan.PlanningModeHelper

@Service
public class PlanningModeHelper
extends java.lang.Object

Puts together data for the planning mode resource


Constructor Summary
PlanningModeHelper()
           
 
Method Summary
 ServiceOutcome<RapidIssueEntry> getBacklogIssue(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue issue)
          Load a backlog issues
 ServiceOutcome<PlanningDataModel> getBacklogVersions(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Load the versions data for the plan mode
 ServiceOutcome<PlanningDataModel.EpicData> loadEpicData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Loads all epics as well as the epics configuration for a board
 ServiceOutcome<PlanningDataModel> loadNewBacklogData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters)
          Load the backlog data for the plan mode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanningModeHelper

public PlanningModeHelper()
Method Detail

loadNewBacklogData

public ServiceOutcome<PlanningDataModel> loadNewBacklogData(com.atlassian.crowd.embedded.api.User user,
                                                            RapidView rapidView,
                                                            java.util.Set<java.lang.Long> activeQuickFilters)
Load the backlog data for the plan mode


getBacklogIssue

public ServiceOutcome<RapidIssueEntry> getBacklogIssue(com.atlassian.crowd.embedded.api.User user,
                                                       RapidView rapidView,
                                                       com.atlassian.jira.issue.Issue issue)
Load a backlog issues


getBacklogVersions

public ServiceOutcome<PlanningDataModel> getBacklogVersions(com.atlassian.crowd.embedded.api.User user,
                                                            RapidView rapidView)
Load the versions data for the plan mode


loadEpicData

public ServiceOutcome<PlanningDataModel.EpicData> loadEpicData(com.atlassian.crowd.embedded.api.User user,
                                                               RapidView rapidView)
Loads all epics as well as the epics configuration for a board



Copyright © 2007-2013 Atlassian. All Rights Reserved.