Uses of Class
com.atlassian.greenhopper.model.rapid.RapidView

Packages that use RapidView
com.atlassian.greenhopper.gadget   
com.atlassian.greenhopper.manager.color   
com.atlassian.greenhopper.manager.detailview   
com.atlassian.greenhopper.manager.estimatestatistic   
com.atlassian.greenhopper.manager.sprintmarker   
com.atlassian.greenhopper.manager.trackingstatistic   
com.atlassian.greenhopper.manager.workingdays   
com.atlassian.greenhopper.model.rapid   
com.atlassian.greenhopper.service.charts   
com.atlassian.greenhopper.service.issue   
com.atlassian.greenhopper.service.issue.callback   
com.atlassian.greenhopper.service.project   
com.atlassian.greenhopper.service.query   
com.atlassian.greenhopper.service.rapid   
com.atlassian.greenhopper.service.rapid.view   
com.atlassian.greenhopper.service.rapid.view.color   
com.atlassian.greenhopper.service.rapid.view.detailview   
com.atlassian.greenhopper.service.rapid.view.statistics   
com.atlassian.greenhopper.service.rapid.view.subquery   
com.atlassian.greenhopper.service.rapid.view.workingdays   
com.atlassian.greenhopper.service.sprint   
com.atlassian.greenhopper.service.sprintmarker   
com.atlassian.greenhopper.util   
com.atlassian.greenhopper.web.rapid   
com.atlassian.greenhopper.web.rapid.chart   
com.atlassian.greenhopper.web.rapid.chart.burndown   
com.atlassian.greenhopper.web.rapid.issue   
com.atlassian.greenhopper.web.rapid.list   
com.atlassian.greenhopper.web.rapid.plan   
com.atlassian.greenhopper.web.rapid.sprint   
com.atlassian.greenhopper.web.rapid.view   
com.atlassian.greenhopper.web.rapid.view.detailview   
com.atlassian.greenhopper.web.rapid.view.workingdays   
com.atlassian.greenhopper.web.rapid.work   
com.atlassian.greenhopper.web.rapid.workflow   
 

Uses of RapidView in com.atlassian.greenhopper.gadget
 

Methods in com.atlassian.greenhopper.gadget that return RapidView
 RapidView RapidGadgetHelper.validateRapidViewId(java.util.Collection<ValidationError> validationErrors, java.lang.Long rapidViewId)
          Validates a rapid view id.
 

Uses of RapidView in com.atlassian.greenhopper.manager.color
 

Methods in com.atlassian.greenhopper.manager.color with parameters of type RapidView
 ServiceOutcome<CardColor> CardColorManager.add(RapidView rapidView, CardColor cardColor)
           
 ServiceOutcome<CardColor> CardColorManagerImpl.add(RapidView rapidView, CardColor cardColor)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorManager.copy(RapidView sourceRapidView, RapidView targetRapidView)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorManagerImpl.copy(RapidView sourceRapidView, RapidView targetRapidView)
           
 ServiceOutcome<java.lang.Void> CardColorManager.delete(RapidView rapidView, long cardColorId)
           
 ServiceOutcome<java.lang.Void> CardColorManagerImpl.delete(RapidView rapidView, long cardColorId)
           
 ServiceOutcome<CardColor> CardColorManager.get(RapidView rapidView, long cardColorId)
           
 ServiceOutcome<CardColor> CardColorManagerImpl.get(RapidView rapidView, long cardColorId)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorManager.getAll(RapidView rapidView)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorManagerImpl.getAll(RapidView rapidView)
           
 void CardColorManager.invalidate(RapidView view)
          invalidates the cache entry for a given RV, should only be called by other services.
 void CardColorManagerImpl.invalidate(RapidView view)
           
 ServiceOutcome<java.lang.Void> CardColorManager.moveAfter(RapidView rapidView, long cardColorId, java.lang.Long moveToCardColorId)
          Same as CardColorService.moveAfter(com.atlassian.crowd.embedded.api.User, com.atlassian.greenhopper.model.rapid.RapidView, long, Long) except this method applies no permission check
 ServiceOutcome<java.lang.Void> CardColorManagerImpl.moveAfter(RapidView rapidView, long cardColorId, java.lang.Long moveToCardColorId)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorManager.set(RapidView rapidView, java.util.List<CardColor> cardColors)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorManagerImpl.set(RapidView rapidView, java.util.List<CardColor> cardColors)
           
 ServiceOutcome<CardColor> CardColorManager.update(RapidView rapidView, CardColor cardColor)
           
 ServiceOutcome<CardColor> CardColorManagerImpl.update(RapidView rapidView, CardColor cardColor)
           
 

Uses of RapidView in com.atlassian.greenhopper.manager.detailview
 

Methods in com.atlassian.greenhopper.manager.detailview with parameters of type RapidView
 ServiceOutcome<DetailViewField> DetailViewFieldManager.add(RapidView rapidView, DetailViewField detailViewField)
           
 ServiceOutcome<DetailViewField> DetailViewFieldManagerImpl.add(RapidView rapidView, DetailViewField detailViewField)
           
 ServiceOutcome<java.util.List<DetailViewField>> DetailViewFieldManager.copy(RapidView sourceRapidView, RapidView targetRapidView)
           
 ServiceOutcome<java.util.List<DetailViewField>> DetailViewFieldManagerImpl.copy(RapidView sourceRapidView, RapidView targetRapidView)
           
 ServiceOutcome<java.lang.Void> DetailViewFieldManager.delete(RapidView rapidView, long detailViewFieldId)
           
 ServiceOutcome<java.lang.Void> DetailViewFieldManagerImpl.delete(RapidView rapidView, long detailViewFieldId)
           
 ServiceOutcome<DetailViewField> DetailViewFieldManager.get(RapidView rapidView, long detailViewFieldId)
           
 ServiceOutcome<DetailViewField> DetailViewFieldManagerImpl.get(RapidView rapidView, long detailViewFieldId)
           
 ServiceOutcome<java.util.List<DetailViewField>> DetailViewFieldManager.getAll(RapidView rapidView)
           
 ServiceOutcome<java.util.List<DetailViewField>> DetailViewFieldManagerImpl.getAll(RapidView rapidView)
           
 void DetailViewFieldManager.invalidate(RapidView view)
          invalidates the cache entry for a given RV, should only be called by other services.
 void DetailViewFieldManagerImpl.invalidate(RapidView view)
           
 ServiceOutcome<java.lang.Void> DetailViewFieldManager.moveAfter(RapidView rapidView, long detailViewFieldId, java.lang.Long moveToDetailViewFieldId)
          Same as DetailViewFieldConfigurationService.moveAfter(com.atlassian.crowd.embedded.api.User, com.atlassian.greenhopper.model.rapid.RapidView, long, Long) except this method applies no permission check
 ServiceOutcome<java.lang.Void> DetailViewFieldManagerImpl.moveAfter(RapidView rapidView, long detailViewFieldId, java.lang.Long moveAfterDetailViewFieldId)
           
 ServiceOutcome<java.util.List<DetailViewField>> DetailViewFieldManager.set(RapidView rapidView, java.util.List<DetailViewField> detailViewFields)
           
 ServiceOutcome<java.util.List<DetailViewField>> DetailViewFieldManagerImpl.set(RapidView rapidView, java.util.List<DetailViewField> detailViewFields)
           
 ServiceOutcome<DetailViewField> DetailViewFieldManager.update(RapidView rapidView, DetailViewField detailViewField)
           
 ServiceOutcome<DetailViewField> DetailViewFieldManagerImpl.update(RapidView rapidView, DetailViewField detailViewField)
           
 

Uses of RapidView in com.atlassian.greenhopper.manager.estimatestatistic
 

Methods in com.atlassian.greenhopper.manager.estimatestatistic with parameters of type RapidView
 ServiceOutcome<StatisticsFieldConfig> EstimateStatisticManager.copy(RapidView sourceRapidView, RapidView targetRapidView)
           
 StatisticsFieldConfig EstimateStatisticManager.getEstimateStatistic(RapidView rapidView)
           
 ServiceOutcome<StatisticsFieldConfig> EstimateStatisticManager.updateEstimateStatistic(RapidView rapidView, StatisticsFieldConfig estimateStatistic)
           
 

Uses of RapidView in com.atlassian.greenhopper.manager.sprintmarker
 

Methods in com.atlassian.greenhopper.manager.sprintmarker with parameters of type RapidView
 ServiceOutcome<java.lang.Void> SprintMarkerManager.deleteMarkersForView(RapidView rapidView)
           
 ServiceOutcome<java.util.List<SprintMarker>> SprintMarkerManager.loadMarkers(RapidView rapidView)
           
 

Uses of RapidView in com.atlassian.greenhopper.manager.trackingstatistic
 

Methods in com.atlassian.greenhopper.manager.trackingstatistic with parameters of type RapidView
 ServiceOutcome<StatisticsFieldConfig> TrackingStatisticManager.copy(RapidView sourceRapidView, RapidView targetRapidView)
           
 StatisticsFieldConfig TrackingStatisticManager.getTrackingStatistic(RapidView rapidView)
           
 ServiceOutcome<StatisticsFieldConfig> TrackingStatisticManager.updateTrackingStatistic(RapidView rapidView, StatisticsFieldConfig TrackingStatistic)
           
 

Uses of RapidView in com.atlassian.greenhopper.manager.workingdays
 

Methods in com.atlassian.greenhopper.manager.workingdays with parameters of type RapidView
 ServiceOutcome<WorkingDaysConfig> WorkingDaysManager.copy(RapidView sourceRapidView, RapidView targetRapidView)
          Copies the configuration to a target board
 ServiceOutcome<WorkingDaysConfig> WorkingDaysManagerImpl.copy(RapidView sourceRapidView, RapidView targetRapidView)
           
 ServiceOutcome<WorkingDaysConfig> WorkingDaysManager.get(RapidView rapidView)
          Get the working days configuration for a rapid view
 ServiceOutcome<WorkingDaysConfig> WorkingDaysManagerImpl.get(RapidView rapidView)
           
 ServiceOutcome<WorkingDaysConfig> WorkingDaysManager.update(RapidView rapidView, WorkingDaysConfig config)
          Update the working days configuration for a rapid view.
 ServiceOutcome<WorkingDaysConfig> WorkingDaysManagerImpl.update(RapidView rapidView, WorkingDaysConfig workingDaysConfig)
           
 

Uses of RapidView in com.atlassian.greenhopper.model.rapid
 

Methods in com.atlassian.greenhopper.model.rapid that return RapidView
 RapidView RapidView.RapidViewBuilder.build()
           
 

Methods in com.atlassian.greenhopper.model.rapid with parameters of type RapidView
static RapidView.RapidViewBuilder RapidView.builder(RapidView rapidView)
           
 int RapidViewNameComparator.compare(RapidView one, RapidView other)
           
 

Constructors in com.atlassian.greenhopper.model.rapid with parameters of type RapidView
RapidView.RapidViewBuilder(RapidView rapidView)
           
 

Uses of RapidView in com.atlassian.greenhopper.service.charts
 

Methods in com.atlassian.greenhopper.service.charts with parameters of type RapidView
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<FixVersionChangeEntry>>> FixVersionHistoryService.findVersionHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long versionId)
           
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<FixVersionChangeEntry>>> FixVersionHistoryServiceImpl.findVersionHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long versionId)
           
 ServiceOutcome<WorkRateData> WorkRateServiceImpl.getRateData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, org.joda.time.DateTime start, org.joda.time.DateTime end)
           
 ServiceOutcome<WorkRateData> WorkRateService.getRateData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, org.joda.time.DateTime start, org.joda.time.DateTime end)
          Calculates work rate data for the board and the time span.
 

Uses of RapidView in com.atlassian.greenhopper.service.issue
 

Methods in com.atlassian.greenhopper.service.issue with parameters of type RapidView
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>>> EpicHistoryService.findEpicHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue epic)
          Get the issue history information for a given rapid view and epic
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>>> EpicHistoryServiceImpl.findEpicHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue epic)
           
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>>> EpicHistoryService.findEpicHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue epic, ClauseToAdd additionalClause)
          Get the issue history information for a given rapid view and epic
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>>> EpicHistoryServiceImpl.findEpicHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue epic, ClauseToAdd additionalClause)
           
 

Uses of RapidView in com.atlassian.greenhopper.service.issue.callback
 

Methods in com.atlassian.greenhopper.service.issue.callback with parameters of type RapidView
 com.atlassian.fugue.Option<AbstractColumnStatisticsCallback> ColumnStatisticsCallbackFactory.createCallback(RapidView rapidView)
          Constructs the appropriate column statistic callback based on the given RapidView.
 AbstractColumnStatisticsCallback ColumnStatisticsCallbackFactory.createCallback(RapidView rapidView, StatisticsFieldConfig statisticsField)
          Constructs the appropriate column statistic callback based on the given RapidView and StatisticsFieldConfig.
 

Uses of RapidView in com.atlassian.greenhopper.service.project
 

Methods in com.atlassian.greenhopper.service.project with parameters of type RapidView
 void ProjectHistoryServiceImpl.registerRecentProjects(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<com.atlassian.jira.project.Project> projectsToRegister)
           
 void ProjectHistoryService.registerRecentProjects(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<com.atlassian.jira.project.Project> projectsToRegister)
          Register either the projects seen when querying a board, or the projects of a board if no issues were seen, with the UserProjectHistoryManager for the specified user.
 

Uses of RapidView in com.atlassian.greenhopper.service.query
 

Methods in com.atlassian.greenhopper.service.query with parameters of type RapidView
 ServiceOutcome<java.util.Set<com.atlassian.jira.project.Project>> QueryServiceImpl.getProjectsForRapidView(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<java.util.Set<com.atlassian.jira.project.Project>> QueryService.getProjectsForRapidView(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Find all projects for a given rapid view.
 

Uses of RapidView in com.atlassian.greenhopper.service.rapid
 

Methods in com.atlassian.greenhopper.service.rapid that return RapidView
 RapidView RapidViewHistoryService.getMostRecent(com.atlassian.crowd.embedded.api.User user)
          Get the most recent rapid view
 RapidView RapidViewHistoryServiceImpl.getMostRecent(com.atlassian.crowd.embedded.api.User user)
           
 

Methods in com.atlassian.greenhopper.service.rapid that return types with arguments of type RapidView
 java.util.List<RapidView> RapidViewHistoryService.getAllRecentViews(com.atlassian.crowd.embedded.api.User user)
          Get the most recent rapid view id
 java.util.List<RapidView> RapidViewHistoryServiceImpl.getAllRecentViews(com.atlassian.crowd.embedded.api.User user)
           
 ServiceOutcome<java.util.Set<RapidView>> RapidViewLocationServiceImpl.getRapidViewsForIssue(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue)
           
 ServiceOutcome<java.util.Set<RapidView>> RapidViewLocationService.getRapidViewsForIssue(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue)
          Given the issue, look up all the Rapid Boards it appears on.
 ServiceOutcome<java.util.Set<RapidView>> RapidViewLocationServiceImpl.getRapidViewsForSprint(com.atlassian.crowd.embedded.api.User user, java.lang.Long sprintId)
           
 ServiceOutcome<java.util.Set<RapidView>> RapidViewLocationService.getRapidViewsForSprint(com.atlassian.crowd.embedded.api.User user, java.lang.Long sprintId)
          Given the sprint, look up all the Rapid Boards it appears on.
 java.util.List<RapidView> RapidViewHistoryService.getRecentViews(com.atlassian.crowd.embedded.api.User user, int count)
          Get the number of recent views for the specified user
 java.util.List<RapidView> RapidViewHistoryServiceImpl.getRecentViews(com.atlassian.crowd.embedded.api.User user, int count)
           
 

Methods in com.atlassian.greenhopper.service.rapid with parameters of type RapidView
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryService.getActiveSprintsForPlanModeQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Query used to find issues and active sprints for display in Plan mode.
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryServiceImpl.getActiveSprintsForPlanModeQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryService.getBacklogQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Query used to find issues on the Plan mode without the subtasks This query consists of the saved filter, the mapped statuses, the plan mode query.
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryServiceImpl.getBacklogQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryService.getBacklogQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, boolean withSubtasks)
          Query used to find issues on the Plan mode.
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryServiceImpl.getBacklogQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, boolean withSubtasks)
           
 ServiceOutcome<BoardLocation> RapidViewLocationServiceImpl.getBoardLocationForIssue(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue, RapidView rapidView)
           
 ServiceOutcome<BoardLocation> RapidViewLocationService.getBoardLocationForIssue(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue, RapidView rapidView)
          Given the issue and a particular RapidView, returns the precise location of that issue on the RapidView.
 ServiceOutcome<ClauseToAdd> RapidViewClauseService.getClauseForBuilder(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, RapidViewClauseService.ClauseType clauseType)
          Applies a clause of given type to the passed builder
 ServiceOutcome<ClauseToAdd> RapidViewClauseServiceImpl.getClauseForBuilder(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, RapidViewClauseService.ClauseType clauseType)
           
 ServiceOutcome<java.util.List<java.lang.String>> RapidViewColumnService.getDoneStatusIds(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<java.util.List<java.lang.String>> RapidViewColumnServiceImpl.getDoneStatusIds(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<MappedStatusIds> RapidViewColumnService.getMappedStatusIds(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<MappedStatusIds> RapidViewColumnServiceImpl.getMappedStatusIds(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<java.util.List<java.lang.String>> RapidViewColumnService.getNotDoneStatusIds(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<java.util.List<java.lang.String>> RapidViewColumnServiceImpl.getNotDoneStatusIds(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<com.atlassian.fugue.Pair<java.util.List<Sprint>,java.util.Set<java.lang.Long>>> RapidViewQueryService.getOpenSprintsAndBacklogProjects(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Get the list of open sprints for a given rapid view
 ServiceOutcome<com.atlassian.fugue.Pair<java.util.List<Sprint>,java.util.Set<java.lang.Long>>> RapidViewQueryServiceImpl.getOpenSprintsAndBacklogProjects(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryService.getOpenSprintsQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Query used to find open sprints for a given rapid board.
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryServiceImpl.getOpenSprintsQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<ClauseToAdd> RapidViewQueryService.getQuickFilterClause(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilterIds)
          Get the Quick Filter clause from a set of active quick filter ids
 ServiceOutcome<ClauseToAdd> RapidViewQueryServiceImpl.getQuickFilterClause(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilterIds)
           
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryService.getRapidViewQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Get the base rapid view query.
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryServiceImpl.getRapidViewQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryService.getScrumBoardQueryForVisibleIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Attempts to build the query which will help determine if issues are viewable in the interface of a scrum board.
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryServiceImpl.getScrumBoardQueryForVisibleIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<ClauseToAdd> RapidViewQueryService.getSprintFilterClause(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeSprintIds)
          Get the Sprints clause from a set of active sprint ids
 ServiceOutcome<ClauseToAdd> RapidViewQueryServiceImpl.getSprintFilterClause(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeSprintIds)
           
 ServiceOutcome<com.atlassian.query.clause.Clause> RapidViewQueryService.getStatusMappingClause(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Get the status mapping clause for a given RapidView
 ServiceOutcome<com.atlassian.query.clause.Clause> RapidViewQueryServiceImpl.getStatusMappingClause(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryService.getWorkModeQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Get the query for the work mode.
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryServiceImpl.getWorkModeQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryService.getWorkModeQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Column column)
          Get the query for the work mode and a given column.
 ServiceOutcome<com.atlassian.query.Query> RapidViewQueryServiceImpl.getWorkModeQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Column column)
           
 void RapidViewHistoryService.storeRapidView(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Store a rapid view in the history
 void RapidViewHistoryServiceImpl.storeRapidView(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 

Uses of RapidView in com.atlassian.greenhopper.service.rapid.view
 

Methods in com.atlassian.greenhopper.service.rapid.view that return RapidView
 RapidView RapidViewAOMapper.toModel(RapidViewAO rapidViewAO)
           
 

Methods in com.atlassian.greenhopper.service.rapid.view that return types with arguments of type RapidView
 ServiceOutcome<RapidView> RapidViewServiceImpl.copy(com.atlassian.crowd.embedded.api.User user, RapidView sourceRapidView)
           
 ServiceOutcome<RapidView> RapidViewService.copy(com.atlassian.crowd.embedded.api.User user, RapidView sourceRapidView)
          Create a new copy of the specified RapidView entity and store it in the database.
 ServiceOutcome<RapidView> RapidViewServiceImpl.create(com.atlassian.crowd.embedded.api.User user, java.lang.String name, java.lang.Long savedFilterId, RapidViewPreset preset)
           
 ServiceOutcome<RapidView> RapidViewService.create(com.atlassian.crowd.embedded.api.User user, java.lang.String name, java.lang.Long filterId, RapidViewPreset preset)
          Create a new RapidView entity and store it in the database.
 ServiceOutcome<java.util.List<RapidView>> RapidViewServiceImpl.findRapidViewsByName(com.atlassian.crowd.embedded.api.User user, java.lang.String nameQuery)
           
 ServiceOutcome<java.util.List<RapidView>> RapidViewService.findRapidViewsByName(com.atlassian.crowd.embedded.api.User user, java.lang.String nameQuery)
          Returns all views whose name matches the nameQuery in any part of the name.
 ServiceOutcome<RapidView> RapidViewServiceImpl.getFirstVisibleRapidView(com.atlassian.crowd.embedded.api.User user)
           
 ServiceOutcome<RapidView> RapidViewService.getFirstVisibleRapidView(com.atlassian.crowd.embedded.api.User user)
          Get the first visible rapid view for a given user
 ServiceOutcome<RapidView> RapidViewServiceImpl.getRapidView(com.atlassian.crowd.embedded.api.User user, java.lang.Long id)
           
 ServiceOutcome<RapidView> RapidViewService.getRapidView(com.atlassian.crowd.embedded.api.User user, java.lang.Long id)
           
 java.util.List<RapidView> RapidViewServiceImpl.getRapidViews(com.atlassian.crowd.embedded.api.User user, ErrorCollection errors)
           
 java.util.List<RapidView> RapidViewService.getRapidViews(com.atlassian.crowd.embedded.api.User user, ErrorCollection errors)
           
 ServiceOutcome<java.util.List<RapidView>> RapidViewServiceImpl.getRapidViewsWithOutcome(com.atlassian.crowd.embedded.api.User user)
           
 ServiceOutcome<java.util.List<RapidView>> RapidViewService.getRapidViewsWithOutcome(com.atlassian.crowd.embedded.api.User user)
           
 

Methods in com.atlassian.greenhopper.service.rapid.view with parameters of type RapidView
 ServiceOutcome<QuickFilter> QuickFilterService.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, QuickFilter quickFilter)
          Adds a new quick filter
 ServiceOutcome<QuickFilter> QuickFilterServiceImpl.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, QuickFilter quickFilter)
          Adds a new quick filter
 ServiceOutcome<Swimlane> SwimlaneServiceImpl.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Swimlane swimlane)
          Adds a new swimlane
 ServiceOutcome<Swimlane> SwimlaneService.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Swimlane swimlane)
          Adds a new swimlane
 ServiceOutcome<Column> ColumnServiceImpl.addColumn(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Column sourceColumn)
           
 ServiceOutcome<Column> ColumnService.addColumn(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Column newColumn)
          Add a new column to the Rapid View.
 boolean RapidViewPermissionServiceImpl.canEdit(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          You've got to either own the rapid view or be JIRA admin to do anything with it.
 boolean RapidViewPermissionService.canEdit(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 boolean RapidViewPermissionServiceImpl.canSeeRapidView(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 boolean RapidViewPermissionService.canSeeRapidView(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<RapidView> RapidViewServiceImpl.copy(com.atlassian.crowd.embedded.api.User user, RapidView sourceRapidView)
           
 ServiceOutcome<RapidView> RapidViewService.copy(com.atlassian.crowd.embedded.api.User user, RapidView sourceRapidView)
          Create a new copy of the specified RapidView entity and store it in the database.
 void QuickFilterService.delete(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long quickFilterId, ErrorCollection errors)
          Delete a single quick filter
 void QuickFilterServiceImpl.delete(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long quickFilterId, ErrorCollection errors)
          Delete a single quick filter
 void SwimlaneServiceImpl.delete(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long swimlaneId, ErrorCollection errors)
          Delete a single swimlane
 void SwimlaneService.delete(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long swimlaneId, ErrorCollection errors)
          Delete a single swimlane
 QuickFilter QuickFilterService.get(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long quickFilterId, ErrorCollection errors)
          gets the quick filter with id quickFilterId for rapid view with rapidViewId
 QuickFilter QuickFilterServiceImpl.get(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long quickFilterId, ErrorCollection errors)
           
 Swimlane SwimlaneServiceImpl.get(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long swimlaneId, ErrorCollection errors)
           
 Swimlane SwimlaneService.get(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long swimlaneId, ErrorCollection errors)
          Get a swimlane given its id
 java.util.Map<Column,java.lang.Integer> ColumnServiceImpl.getColumnPositions(RapidView rapidView)
           
 java.util.Map<Column,java.lang.Integer> ColumnService.getColumnPositions(RapidView rapidView)
           
 java.util.List<Column> ColumnServiceImpl.getColumns(RapidView rapidView)
           
 java.util.List<Column> ColumnService.getColumns(RapidView view)
          Returns the columns, in order, of this RapidView.
 java.util.Map<com.atlassian.jira.issue.status.Status,Column> ColumnServiceImpl.getColumnsByStatus(RapidView view)
           
 java.util.Map<com.atlassian.jira.issue.status.Status,Column> ColumnService.getColumnsByStatus(RapidView view)
           
 java.util.Set<com.atlassian.jira.issue.status.Status> ColumnServiceImpl.getMappedStatuses(RapidView view)
           
 java.util.Set<com.atlassian.jira.issue.status.Status> ColumnService.getMappedStatuses(RapidView view)
           
 java.util.List<com.atlassian.jira.issue.status.Status> ColumnServiceImpl.getOrderedStatuses(RapidView view)
           
 java.util.List<com.atlassian.jira.issue.status.Status> ColumnService.getOrderedStatuses(RapidView view)
          Returns the statuses which are mapped to this RapidView in order of which they are mapped (left-most statuses are first.)
 ColumnService.ColumnProgressMap ColumnServiceImpl.getProgressStatuses(RapidView view)
           
 ColumnService.ColumnProgressMap ColumnService.getProgressStatuses(RapidView view)
          Calculate the breakdown of Status mapped in the view to their respective ColumnProgress.
 ServiceOutcome<com.atlassian.jira.issue.fields.CustomField> RapidViewServiceImpl.getSortedByRankField(com.atlassian.crowd.embedded.api.User user, RapidView view)
           
 ServiceOutcome<com.atlassian.jira.issue.fields.CustomField> RapidViewService.getSortedByRankField(com.atlassian.crowd.embedded.api.User user, RapidView view)
           
 java.util.List<Column> ColumnServiceImpl.getValidColumns(RapidView view)
           
 java.util.List<Column> ColumnService.getValidColumns(RapidView view)
           
 void StatisticsFieldService.invalidate(RapidView rapidView)
           
 void QuickFilterService.invalidate(RapidView view)
          invalidates the cache entry for a given RV, should only be called by other services.
 void QuickFilterServiceImpl.invalidate(RapidView view)
           
 void ColumnServiceImpl.invalidate(RapidView view)
           
 void SwimlaneServiceImpl.invalidate(RapidView rapidView)
           
 void SwimlaneService.invalidate(RapidView rapidView)
           
 void ColumnService.invalidate(RapidView view)
           
 void StatisticsFieldServiceImpl.invalidate(RapidView rapidView)
           
 boolean RapidViewPermissionServiceImpl.isAdmin(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 boolean RapidViewPermissionService.isAdmin(com.atlassian.crowd.embedded.api.User user, RapidView view)
           
 boolean RapidViewServiceImpl.isSortedByRankField(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 boolean RapidViewService.isSortedByRankField(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 java.util.List<QuickFilter> QuickFilterService.loadQuickFilters(RapidView rapidView)
           
 java.util.List<QuickFilter> QuickFilterServiceImpl.loadQuickFilters(RapidView rapidView)
           
 ServiceOutcome<StatisticsFieldConfig> StatisticsFieldService.loadStatisticsField(RapidView rapidView)
           
 ServiceOutcome<StatisticsFieldConfig> StatisticsFieldServiceImpl.loadStatisticsField(RapidView rapidView)
           
 ServiceOutcome<StatisticsFieldInstance> StatisticsFieldService.loadStatisticsFieldInstance(RapidView rapidView)
           
 ServiceOutcome<StatisticsFieldInstance> StatisticsFieldServiceImpl.loadStatisticsFieldInstance(RapidView rapidView)
           
 java.util.List<Swimlane> SwimlaneServiceImpl.loadSwimlanes(RapidView rapidView)
           
 java.util.List<Swimlane> SwimlaneService.loadSwimlanes(RapidView rapidView)
           
 ServiceOutcome<java.lang.Void> QuickFilterService.moveAfter(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long quickFilterId, java.lang.Long moveToQuickFilterId)
          Moves a quick filter after another one
 ServiceOutcome<java.lang.Void> QuickFilterServiceImpl.moveAfter(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long quickFilterId, java.lang.Long moveToQuickFilterId)
           
 ServiceOutcome<java.lang.Void> SwimlaneServiceImpl.moveAfter(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long swimlaneId, java.lang.Long moveToSwimlaneId)
          Moves a swimlane before another one
 ServiceOutcome<java.lang.Void> SwimlaneService.moveAfter(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long swimlaneId, java.lang.Long moveToSwimlaneIds)
           
 ServiceOutcome<java.util.List<Swimlane>> SwimlaneServiceImpl.replace(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<Swimlane> swimlanes)
           
 ServiceOutcome<java.util.List<Swimlane>> SwimlaneService.replace(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<Swimlane> swimlanes)
          Replaces all swimlanes for a given rapid view with the specified swimlanes (keeping the order in the list).
 ServiceOutcome<java.util.List<QuickFilter>> QuickFilterService.set(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<QuickFilter> quickFilters)
          Replaces all quick filters for a given rapid view with the specified quick filters (keeping the order in the list)
 ServiceOutcome<java.util.List<QuickFilter>> QuickFilterServiceImpl.set(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<QuickFilter> quickFilters)
           
 java.util.Map<java.lang.String,java.lang.Object> RapidViewAOMapper.toAO(RapidView rapidView)
           
 ServiceOutcome<RapidViewAO> RapidViewDao.update(RapidView rapidView)
          Updates the rapid view, but ONLY the direct fields of the rapid view.
 ServiceOutcome<java.lang.Void> RapidViewServiceImpl.update(com.atlassian.crowd.embedded.api.User user, RapidView view)
           
 ServiceOutcome<java.lang.Void> RapidViewService.update(com.atlassian.crowd.embedded.api.User user, RapidView view)
          Save a RapidView entity's state to the database.
 QuickFilter QuickFilterService.update(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, QuickFilter quickFilter, ErrorCollection errors)
          Updates a single quick filter for the given rapidview
 QuickFilter QuickFilterServiceImpl.update(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, QuickFilter quickFilter, ErrorCollection errors)
           
 Swimlane SwimlaneServiceImpl.update(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Swimlane swimlane, ErrorCollection errors)
          Updates a single swimlane for a given rapidView
 Swimlane SwimlaneService.update(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Swimlane swimlane, ErrorCollection errors)
          Updates a single swimlane for a given rapidView
 ServiceOutcome<java.util.List<Column>> ColumnServiceImpl.updateColumns(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<Column> newColumns)
          Update the rapid view columns needs to be synchronized, because AO doesn't support transactions on JIRA, and this affects multiple rows / columns
 ServiceOutcome<java.util.List<Column>> ColumnService.updateColumns(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<Column> newColumns)
           
 StatisticsFieldConfig StatisticsFieldService.updateStatisticsField(com.atlassian.crowd.embedded.api.User user, ErrorCollection errors, RapidView rapidView, StatisticsFieldConfig statisticsField)
           
 StatisticsFieldConfig StatisticsFieldServiceImpl.updateStatisticsField(com.atlassian.crowd.embedded.api.User user, ErrorCollection errors, RapidView rapidView, StatisticsFieldConfig statisticsField)
          Update the statistics field
 ServiceOutcome<java.lang.Void> RapidViewServiceImpl.updateWithOutcome(com.atlassian.crowd.embedded.api.User user, RapidView view)
           
 ServiceOutcome<java.lang.Void> RapidViewService.updateWithOutcome(com.atlassian.crowd.embedded.api.User user, RapidView view)
           
 ServiceOutcome<java.lang.Void> RapidViewPermissionServiceImpl.validateModifyPermission(com.atlassian.crowd.embedded.api.User user, RapidView view)
           
 ServiceOutcome<java.lang.Void> RapidViewPermissionService.validateModifyPermission(com.atlassian.crowd.embedded.api.User user, RapidView view)
          Returns an error outcome if the user specified does not have permission to modify the given RapidView.
 

Uses of RapidView in com.atlassian.greenhopper.service.rapid.view.color
 

Methods in com.atlassian.greenhopper.service.rapid.view.color with parameters of type RapidView
 ServiceOutcome<CardColor> CardColorService.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColor cardColor)
          Adds a new card color
 ServiceOutcome<CardColor> CardColorServiceImpl.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColor cardColor)
           
 ServiceOutcome<RapidIssueEntryCallbackComponent> CardColorQueryServiceImpl.createCardColorIssueEntryCallback(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy)
           
 ServiceOutcome<RapidIssueEntryCallbackComponent> CardColorQueryService.createCardColorIssueEntryCallback(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy)
          Get a RapidIssueEntryCallbackComponent for a given rapidView and cardColorStrategy.
 ServiceOutcome<java.lang.Void> CardColorService.delete(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long cardColorId)
          Delete a single card color
 ServiceOutcome<java.lang.Void> CardColorServiceImpl.delete(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long cardColorId)
          Delete a single quick filter
 ServiceOutcome<CardColor> CardColorService.get(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long cardColorId)
          gets the card color with id cardColorId for rapid view with rapidViewId
 ServiceOutcome<CardColor> CardColorServiceImpl.get(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long cardColorId)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorService.getAll(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Get all Card Colors for a given Rapid View
 ServiceOutcome<java.util.List<CardColor>> CardColorServiceImpl.getAll(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<CardColor> CardColorQueryServiceImpl.getCardColorForIssue(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy, com.atlassian.jira.issue.Issue issue)
           
 ServiceOutcome<CardColor> CardColorQueryService.getCardColorForIssue(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy, com.atlassian.jira.issue.Issue issue)
          Get the card color for a single issue
 ServiceOutcome<java.util.Map<java.lang.Long,CardColor>> CardColorQueryServiceImpl.getCardColorsForQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy, com.atlassian.query.Query query, int maxVisitedIssues)
          Collect the card colors for all issues matching a given query.
 ServiceOutcome<java.util.Map<java.lang.Long,CardColor>> CardColorQueryService.getCardColorsForQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy, com.atlassian.query.Query query, int maxVisitedIssues)
          Collect the card colors for all issues matching a given query.
 ServiceOutcome<java.util.List<CardColor>> CardColorService.getForStrategy(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy strategy)
          Get the card colors for a view and strategy
 ServiceOutcome<java.util.List<CardColor>> CardColorServiceImpl.getForStrategy(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy strategy)
           
 ServiceOutcome<java.lang.Void> CardColorService.moveAfter(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long cardColorId, java.lang.Long moveToCardColorId)
          Moves a card color after another one
 ServiceOutcome<java.lang.Void> CardColorServiceImpl.moveAfter(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long cardColorId, java.lang.Long moveToCardColorId)
           
 ServiceOutcome<java.lang.Void> CardColorQueryServiceImpl.queryAndAttributeColorSettingsForBoard(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy)
           
 ServiceOutcome<java.lang.Void> CardColorQueryService.queryAndAttributeColorSettingsForBoard(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy)
          Execute a search for the given strategy to ensure all possible values have a color
 ServiceOutcome<java.util.List<CardColor>> CardColorService.set(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<CardColor> cardColors)
          Replaces all card colors for a given rapid view with the specified card colors (keeping the order in the list)
 ServiceOutcome<java.util.List<CardColor>> CardColorServiceImpl.set(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<CardColor> cardColors)
           
 ServiceOutcome<CardColor> CardColorService.update(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColor cardColors)
          Updates a single card color for the given rapidview
 ServiceOutcome<CardColor> CardColorServiceImpl.update(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColor cardColor)
           
 

Constructors in com.atlassian.greenhopper.service.rapid.view.color with parameters of type RapidView
AbstractCardColorCallback(RapidView rapidView, CardColorManager cardColorManager, CardColorPalette cardColorPalette, CardColorStrategy strategy, java.lang.String documentField, java.util.List<CardColor> colors)
           
AssigneeCardColorCallback(RapidView rapidView, CardColorManager cardColorManager, CardColorPalette cardColorPalette, java.util.List<CardColor> colors)
           
IssueTypeCardColorCallback(RapidView rapidView, CardColorManager cardColorManager, CardColorPalette cardColorPalette, java.util.List<CardColor> colors)
           
PriorityCardColorCallback(RapidView rapidView, CardColorManager cardColorManager, CardColorPalette cardColorPalette, java.util.List<CardColor> colors)
           
 

Uses of RapidView in com.atlassian.greenhopper.service.rapid.view.detailview
 

Methods in com.atlassian.greenhopper.service.rapid.view.detailview with parameters of type RapidView
 ServiceOutcome<java.util.List<DetailViewFieldConfig>> DetailViewFieldConfigurationService.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, DetailViewField detailViewField)
          Add a DetailViewField object to a RapidView's configuration.
 ServiceOutcome<java.util.List<DetailViewFieldConfig>> DetailViewFieldConfigurationServiceImpl.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, DetailViewField detailViewField)
           
 ServiceOutcome<java.util.List<DetailViewField>> DetailViewFieldConfigurationService.createDefaultRapidViewFields(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Initially setup the rapid view
 ServiceOutcome<java.util.List<DetailViewField>> DetailViewFieldConfigurationServiceImpl.createDefaultRapidViewFields(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<java.lang.Void> DetailViewFieldConfigurationService.delete(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long detailViewFieldId)
          Remove a DetailViewField from a RapidView's configuration.
 ServiceOutcome<java.lang.Void> DetailViewFieldConfigurationServiceImpl.delete(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long detailViewFieldId)
           
 ServiceOutcome<java.util.List<? extends com.atlassian.jira.issue.fields.Field>> DetailViewFieldConfigurationService.getAvailableDetailViewFields(RapidView rapidView)
          Get the list of fields which can be configured for this RapidView.
 ServiceOutcome<java.util.List<? extends com.atlassian.jira.issue.fields.Field>> DetailViewFieldConfigurationServiceImpl.getAvailableDetailViewFields(RapidView rapidView)
           
 ServiceOutcome<java.util.List<? extends com.atlassian.jira.issue.fields.Field>> DetailViewFieldService.getDetailViewFields(RapidView rapidView)
          Retrieve the fields that are currently configured and valid for the given RapidView.
 ServiceOutcome<java.util.List<DetailViewFieldConfig>> DetailViewFieldConfigurationService.getDetailViewFields(RapidView rapidView)
          Get the currently configured detail view fields for this RapidView.
 ServiceOutcome<java.util.List<DetailViewFieldConfig>> DetailViewFieldConfigurationServiceImpl.getDetailViewFields(RapidView rapidView)
           
 ServiceOutcome<java.util.List<? extends com.atlassian.jira.issue.fields.Field>> DetailViewFieldServiceImpl.getDetailViewFields(RapidView rapidView)
           
 ServiceOutcome<java.lang.Void> DetailViewFieldConfigurationService.moveAfter(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long detailViewFieldId, java.lang.Long moveBeforeDetailViewFieldId)
          Move a DetailViewField to be before another one.
 ServiceOutcome<java.lang.Void> DetailViewFieldConfigurationServiceImpl.moveAfter(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long detailViewFieldId, java.lang.Long moveToDetailViewFieldId)
           
 

Uses of RapidView in com.atlassian.greenhopper.service.rapid.view.statistics
 

Methods in com.atlassian.greenhopper.service.rapid.view.statistics with parameters of type RapidView
 StatisticsField EstimateStatisticService.getEstimateStatistic(RapidView rapidView)
          Will always return a StatisticsField, which may or may not be valid.
 StatisticsField EstimateStatisticServiceImpl.getEstimateStatistic(RapidView rapidView)
           
 ServiceOutcome<StatisticsField> EstimateStatisticService.getEstimateStatisticStrict(RapidView rapidView)
          Attempts to get the StatisticsField of a rapid view.
 ServiceOutcome<StatisticsField> EstimateStatisticServiceImpl.getEstimateStatisticStrict(RapidView rapidView)
           
 StatisticsField EstimateStatisticService.getInvalidEstimateStatistic(RapidView rapidView)
          Returns a StatisticsField instance which represents an invalid StatisticsFieldConfig.
 StatisticsField EstimateStatisticServiceImpl.getInvalidEstimateStatistic(RapidView rapidView)
           
 StatisticsField TrackingStatisticServiceImpl.getInvalidTrackingStatistic(RapidView rapidView)
           
 StatisticsField TrackingStatisticService.getInvalidTrackingStatistic(RapidView rapidView)
          Returns a StatisticsField instance which represents an invalid StatisticsFieldConfig.
 StatisticsField TrackingStatisticServiceImpl.getTrackingStatistic(RapidView rapidView)
           
 StatisticsField TrackingStatisticService.getTrackingStatistic(RapidView rapidView)
          Will always return a StatisticsField, which may or may not be valid.
 ServiceOutcome<StatisticsField> TrackingStatisticServiceImpl.getTrackingStatisticStrict(RapidView rapidView)
           
 ServiceOutcome<StatisticsField> TrackingStatisticService.getTrackingStatisticStrict(RapidView rapidView)
          Attempts to get the StatisticsField of a rapid view.
 ServiceOutcome<java.lang.Void> EstimateStatisticService.updateEstimateStatistic(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, StatisticsFieldConfig estimateStatistic)
          Updates the specified rapid view to a new configuration.
 ServiceOutcome<java.lang.Void> EstimateStatisticServiceImpl.updateEstimateStatistic(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, StatisticsFieldConfig estimateStatistic)
           
 ServiceOutcome<java.lang.Void> TrackingStatisticServiceImpl.updateTrackingStatistic(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, StatisticsFieldConfig trackingStatistic)
           
 ServiceOutcome<java.lang.Void> TrackingStatisticService.updateTrackingStatistic(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, StatisticsFieldConfig trackingStatistic)
          Updates the specified rapid view to a new configuration.
 

Uses of RapidView in com.atlassian.greenhopper.service.rapid.view.subquery
 

Methods in com.atlassian.greenhopper.service.rapid.view.subquery with parameters of type RapidView
 SubqueryAO SubqueryDao.findByRapidViewAndSection(RapidView rapidView, Subquery.Section section)
           
 ServiceOutcome<java.util.List<Subquery>> SubqueryService.getSubqueries(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<java.util.List<Subquery>> SubqueryServiceImpl.getSubqueries(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<Subquery> SubqueryService.getSubquery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Subquery.Section section)
          Get the subquery for a section
 ServiceOutcome<Subquery> SubqueryServiceImpl.getSubquery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Subquery.Section section)
          Get the subquery for a section
 void SubqueryService.invalidate(RapidView view)
           
 void SubqueryServiceImpl.invalidate(RapidView view)
           
 ServiceOutcome<java.lang.Void> SubqueryService.updateSubqueries(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<Subquery> subqueries)
           
 ServiceOutcome<java.lang.Void> SubqueryServiceImpl.updateSubqueries(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<Subquery> subqueries)
           
 ServiceOutcome<Subquery> SubqueryService.updateSubquery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Subquery subquery)
          Update a subquery
 ServiceOutcome<Subquery> SubqueryServiceImpl.updateSubquery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Subquery subquery)
          Update a subquery
 

Uses of RapidView in com.atlassian.greenhopper.service.rapid.view.workingdays
 

Methods in com.atlassian.greenhopper.service.rapid.view.workingdays with parameters of type RapidView
 ServiceOutcome<WorkingDaysConfig> WorkingDaysServiceImpl.addNonWorkingDay(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, org.joda.time.LocalDate date)
           
 ServiceOutcome<WorkingDaysConfig> WorkingDaysService.addNonWorkingDay(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, org.joda.time.LocalDate date)
          Add a day off
 ServiceOutcome<WorkingDaysConfig> WorkingDaysServiceImpl.getWorkingDaysConfiguration(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<WorkingDaysConfig> WorkingDaysService.getWorkingDaysConfiguration(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Get the week days marked as off
 ServiceOutcome<WorkingDaysConfig> WorkingDaysServiceImpl.removeNonWorkingDay(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, org.joda.time.LocalDate date)
           
 ServiceOutcome<WorkingDaysConfig> WorkingDaysService.removeNonWorkingDay(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, org.joda.time.LocalDate date)
          Remove a day off
 ServiceOutcome<WorkingDaysConfig> WorkingDaysServiceImpl.updateWorkingDaysConfiguration(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, WorkingDaysConfig workingDaysConfig)
           
 ServiceOutcome<WorkingDaysConfig> WorkingDaysService.updateWorkingDaysConfiguration(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, WorkingDaysConfig workingDaysConfig)
          Updates the working days configuration, that is the week days and the timezone
 

Uses of RapidView in com.atlassian.greenhopper.service.sprint
 

Methods in com.atlassian.greenhopper.service.sprint with parameters of type RapidView
 ServiceOutcome<java.util.Map<java.lang.String,java.lang.String>> SprintHistoryServiceImpl.findIssueKeysAndParentsInSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, ClauseToAdd additionalClause)
           
 ServiceOutcome<java.util.Map<java.lang.String,java.lang.String>> SprintHistoryService.findIssueKeysAndParentsInSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, ClauseToAdd additionalClause)
          Get the keys of all the issues that were ever in a sprint, with a mapping to their parent issue key if they are a sub-task.
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<SprintHistoryEntry>>> SprintHistoryServiceImpl.findSprintHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, ClauseToAdd additionalClause)
           
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<SprintHistoryEntry>>> SprintHistoryService.findSprintHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, ClauseToAdd additionalClause)
          Get the issue sprint history information for a given rapid view and sprint
 ServiceOutcome<java.util.Set<Sprint>> SprintServiceImpl.getSprints(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> sprintIds)
           
 ServiceOutcome<java.util.Set<Sprint>> SprintService.getSprints(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> sprintIds)
           
 ServiceOutcome<java.lang.Void> IndexCheckServiceImpl.performSprintCheck(RapidView rapidView)
           
 ServiceOutcome<java.lang.Void> IndexCheckService.performSprintCheck(RapidView rapidView)
          Perform the check to find out if the viewing of this RapidView will be affected by the Sprint field Index.
 

Uses of RapidView in com.atlassian.greenhopper.service.sprintmarker
 

Methods in com.atlassian.greenhopper.service.sprintmarker with parameters of type RapidView
 boolean SprintMarkerService.canManageMarkers(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> backlogIssueProjectIds)
          Checks whether a given user can manage markers for a given board
 boolean SprintMarkerServiceImpl.canManageMarkers(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> backlogIssueProjectIds)
           
 ServiceOutcome<SprintMarker> SprintMarkerService.createSprintMarker(com.atlassian.crowd.embedded.api.User user, java.lang.String name, RapidView rapidView)
          Create a new sprint marker This will create a sprintmarker together with a rankable object, which initially isn't ranked though.
 ServiceOutcome<SprintMarker> SprintMarkerServiceImpl.createSprintMarker(com.atlassian.crowd.embedded.api.User user, java.lang.String name, RapidView rapidView)
           
 ServiceOutcome<java.lang.Void> SprintMarkerService.deleteMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintMarker marker)
          Delete a given sprint marker
 ServiceOutcome<java.lang.Void> SprintMarkerServiceImpl.deleteMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintMarker marker)
           
 ServiceOutcome<SprintMarker> SprintMarkerService.getSprintMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long id)
          Get a sprint marker given its id.
 ServiceOutcome<SprintMarker> SprintMarkerServiceImpl.getSprintMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long id)
           
 ServiceOutcome<java.util.List<SprintMarker>> SprintMarkerService.loadMarkers(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Load all markers for a given rapid view
 ServiceOutcome<java.util.List<SprintMarker>> SprintMarkerServiceImpl.loadMarkers(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<SprintMarker> SprintMarkerService.updateSprintMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintMarker marker)
          Update a sprint marker
 ServiceOutcome<SprintMarker> SprintMarkerServiceImpl.updateSprintMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintMarker markerToUpdate)
           
 

Uses of RapidView in com.atlassian.greenhopper.util
 

Methods in com.atlassian.greenhopper.util with parameters of type RapidView
static boolean UserUtils.isOwner(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 

Uses of RapidView in com.atlassian.greenhopper.web.rapid
 

Methods in com.atlassian.greenhopper.web.rapid that return types with arguments of type RapidView
 java.util.List<RapidView> BoardDispatchAction.getBoards()
           
 ServiceOutcome<java.util.Set<RapidView>> RapidViewLocationResolver.getRapidViewsForObject(com.atlassian.crowd.embedded.api.User user, T object)
          Returns the set of Board IDs which contain the object specified.
 

Methods in com.atlassian.greenhopper.web.rapid with parameters of type RapidView
static RapidViewEntry RapidViewEntry.fromRapidView(RapidView rapidView, boolean canEdit)
           
 ServiceOutcome<RapidConfig> RapidBoardViewModelFactory.getRapidViewConfigModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<RapidViewConfig.StatisticsConfig> RapidBoardViewModelFactory.getStatisticsConfig(RapidView rapidView, I18n2 i18n)
           
 

Uses of RapidView in com.atlassian.greenhopper.web.rapid.chart
 

Methods in com.atlassian.greenhopper.web.rapid.chart with parameters of type RapidView
 ServiceOutcome<com.atlassian.query.Query> ChartDataHelper.assembleQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> quickfilterIds)
          Build up the JQL query that we're going to use for the chart.
 ServiceOutcome<ControlChartModel> ControlChartModelFactory.buildControlChartModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> swimlaneIds, java.util.Set<java.lang.Long> quickFilterIds)
          Builds a RapidList data object for a given RapidView
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<BurndownChange>>> SprintBurndownModelFactory.getBurndownChangesForSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint)
           
 ServiceOutcome<CumulativeFlowChartModel> CumulativeFlowChartModelFactory.getCFDModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> columnIds, java.util.Set<java.lang.Long> swimlaneIds, java.util.Set<java.lang.Long> quickFilterIds)
           
 ServiceOutcome<EpicProgressChartModel> EpicProgressChartModelFactory.getEpicProgressChartModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue epic)
          Get the epic progress chart model
 ServiceOutcome<EpicReportModel> EpicReportModelFactory.getEpicReportContents(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue epic)
           
 ServiceOutcome<SprintBurndownModel> SprintBurndownModelFactory.getScopeChangeBurndownModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long sprintId)
          Get the sprint burndown model
 ServiceOutcome<HistoricSprintData> HistoricSprintDataFactory.getSprintOriginalContents(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint)
           
 ServiceOutcome<VelocityChartModel> VelocityChartModelFactory.getVelocityChartModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<VersionProgressChartModel> VersionProgressChartModelFactory.getVersionProgressChartModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.project.version.Version version)
           
 ServiceOutcome<VersionReportModel> VersionReportModelFactory.getVersionReportContents(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.project.version.Version version)
           
 ServiceOutcome<WorkRateData> WorkRateDataFactory.getWorkRateData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintTimes sprintTimes, java.util.TimeZone userTimeZone)
          Provides work rate data for rapid charts.
 ServiceOutcome<WorkRateData> WorkRateDataFactory.getWorkRateData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.TimeZone userTimeZone, org.joda.time.DateTime startDate, org.joda.time.DateTime endDate)
           
 

Uses of RapidView in com.atlassian.greenhopper.web.rapid.chart.burndown
 

Methods in com.atlassian.greenhopper.web.rapid.chart.burndown with parameters of type RapidView
 ServiceOutcome<BurndownColumnChangeData> BurndownColumnChangeFactory.getBurndownColumnChangeData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Collection<java.lang.String> issueKeys)
          Get the burndown column changes for a set of issues TODO: this method currently searches the issues using issueKey in ...
 

Uses of RapidView in com.atlassian.greenhopper.web.rapid.issue
 

Methods in com.atlassian.greenhopper.web.rapid.issue with parameters of type RapidView
 ServiceOutcome<IssueEntry> IssueEntryFactory.buildViewEntry(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue issue, StatisticsField estimateStatistic, StatisticsField trackingStatistic, boolean loadSubtasks, java.util.Collection<Sprint> openSprints)
           
 

Uses of RapidView in com.atlassian.greenhopper.web.rapid.list
 

Methods in com.atlassian.greenhopper.web.rapid.list with parameters of type RapidView
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryService.collectBacklogIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters)
          Collects the backlog issues
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryServiceImpl.collectBacklogIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters)
          Get all issues in the backlog
 ServiceOutcome<java.util.Set<java.lang.Long>> RapidIssueEntryQueryService.collectBacklogProjects(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Collects the projects for issues in the backlog
 ServiceOutcome<java.util.Set<java.lang.Long>> RapidIssueEntryQueryServiceImpl.collectBacklogProjects(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryService.collectEpicIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Queries the epics for a board
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryServiceImpl.collectEpicIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Queries the epics for a board
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryService.collectEpicIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.String> issueKeys)
          Queries for a set of epics within a board
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryServiceImpl.collectEpicIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.String> issueKeys)
          Retrieves epics for a given set of keys
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryService.collectIssuesForEpic(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.String epicKey)
          Queries the issues in an epic
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryServiceImpl.collectIssuesForEpic(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.String epicKey)
           
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryService.collectIssuesForVersion(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.project.version.Version version)
           
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryServiceImpl.collectIssuesForVersion(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.project.version.Version version)
           
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryService.collectOpenSprintIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters, IssueDataCallback additionalCallback)
          Query for open sprints
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryServiceImpl.collectOpenSprintIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters, IssueDataCallback additionalCallback)
          Get all issues of the open sprints (for the plan mode)
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryService.collectWorkModeIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, WorkFilters workFilters)
          Collects the work mode issues in the order defined by the rapid view
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryServiceImpl.collectWorkModeIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, WorkFilters workFilters)
          Get the issues and the order in one go
 ServiceOutcome<org.joda.time.DateTime> RapidIssueEntryQueryService.getEpicsLastUpdated(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Returns the datetime when an epic in the given rapidview was last updated.
 ServiceOutcome<org.joda.time.DateTime> RapidIssueEntryQueryServiceImpl.getEpicsLastUpdated(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<RapidIssueEntry> RapidIssueEntryQueryService.getIssueById(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long issueId, boolean loadDaysInColumn)
          Get a single issue entry
 ServiceOutcome<RapidIssueEntry> RapidIssueEntryQueryServiceImpl.getIssueById(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long issueId, boolean loadDaysInColumn)
          Collects a single issue
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryService.getIssuesByKeys(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.String> keys)
          Loads issues based on the provided keys, ordered by issueKey
 ServiceOutcome<CollectIssuesResult> RapidIssueEntryQueryServiceImpl.getIssuesByKeys(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.String> issueKeys)
           
 ServiceOutcome<java.util.Set<RapidIssueEntry>> RapidIssueEntryQueryService.getMissingParents(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues)
          Loads all missing parents for a given list of issues.
 ServiceOutcome<java.util.Set<RapidIssueEntry>> RapidIssueEntryQueryServiceImpl.getMissingParents(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues)
           
 ServiceOutcome<java.lang.Void> RapidIssueEntryQueryService.loadBacklogTrackingStatisticValues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, RapidIssueEntry entry)
          Load the aggregate tracking statistic for a RapidViewEntry
 ServiceOutcome<java.lang.Void> RapidIssueEntryQueryServiceImpl.loadBacklogTrackingStatisticValues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, RapidIssueEntry entry)
          Load the aggregate tracking statistic for a single issue
 

Uses of RapidView in com.atlassian.greenhopper.web.rapid.plan
 

Methods in com.atlassian.greenhopper.web.rapid.plan with parameters of type RapidView
 ServiceOutcome<SprintMarkerEntry> SprintMarkerHelper.addSprintMarkerToBacklog(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<PlanningDataModel.OpenSprintEntry> PlanningModeServiceImpl.getCurrentSprintAndIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long sprintId, java.util.Set<java.lang.Long> activeQuickFilters)
           
 ServiceOutcome<PlanningDataModel.OpenSprintEntry> PlanningModeService.getCurrentSprintAndIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long sprintId, java.util.Set<java.lang.Long> activeQuickFilters)
          Returns a representation of a single currently (open) sprint.
 ServiceOutcome<PlanningModeService.CurrentSprints> PlanningModeServiceImpl.getCurrentSprintsAndIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters)
           
 ServiceOutcome<PlanningModeService.CurrentSprints> PlanningModeService.getCurrentSprintsAndIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters)
          Returns a representation of the current (open) sprints and their issues for the Plan mode of a Rapid Board.
 ServiceOutcome<java.util.Map<java.lang.String,ClassificationStatistics>> ClassificationStatisticServiceImpl.getEpicStatistics(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<java.util.Map<java.lang.String,ClassificationStatistics>> ClassificationStatisticService.getEpicStatistics(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 java.util.List<SprintMarkerEntry> SprintMarkerHelper.getMarkers(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues)
           
 ServiceOutcome<java.lang.Iterable<com.atlassian.jira.issue.Issue>> PlanningModeServiceImpl.getTopRankedIssueInSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters)
           
 ServiceOutcome<java.lang.Iterable<com.atlassian.jira.issue.Issue>> PlanningModeService.getTopRankedIssueInSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters)
          Get the top ranked issue in the current sprint for a given rapid view.
 ServiceOutcome<java.util.Map<java.lang.String,ClassificationStatistics>> ClassificationStatisticServiceImpl.getVersionStatistics(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<java.util.Map<java.lang.String,ClassificationStatistics>> ClassificationStatisticService.getVersionStatistics(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<SprintMarkerEntry> SprintMarkerHelper.updateSprintMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintMarker sprintMarker)
           
 

Uses of RapidView in com.atlassian.greenhopper.web.rapid.sprint
 

Methods in com.atlassian.greenhopper.web.rapid.sprint with parameters of type RapidView
 ServiceOutcome<java.lang.String> CreateSprintHelper.createDefaultSprintName(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Creates a sprint name

Currently the name is created according to the number of sprints already created on the board

 ServiceOutcome<CompleteSprintStats> CompleteSprintHelper.getCompleteSprintStatistics(com.atlassian.crowd.embedded.api.User user, Sprint sprint, RapidView rapidView)
          Get the completed and incomplete issues count for a given sprint.
 ServiceOutcome<java.util.List<com.atlassian.jira.issue.Issue>> CompleteSprintHelper.getIncompleteIssuesFromSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint, RapidView rapidView)
           
 ServiceOutcome<CreateSprintHelper.IssuesForSprint> CreateSprintHelper.loadIssuesInSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintMarker sprintMarker, com.atlassian.fugue.Option<SprintMarker> previousSprintMarker)
          Loads all issues to be added to the sprint
 

Uses of RapidView in com.atlassian.greenhopper.web.rapid.view
 

Methods in com.atlassian.greenhopper.web.rapid.view that return types with arguments of type RapidView
 ServiceOutcome<RapidView> RapidViewHelper.createRapidViewWithProjects(com.atlassian.crowd.embedded.api.User user, java.lang.String name, RapidViewPreset preset, java.util.List<com.atlassian.jira.project.Project> projects)
           
 ServiceOutcome<RapidView> CardColorHelper.updateCardColorStrategy(com.atlassian.crowd.embedded.api.User user, long rapidViewId, java.lang.String cardColorStrategyId)
          Update the swimlane strategy
 ServiceOutcome<RapidView> SwimlaneHelper.updateSwimlaneStrategy(com.atlassian.crowd.embedded.api.User user, long rapidViewId, java.lang.String swimlaneStrategyId)
          Update the swimlane strategy
 

Methods in com.atlassian.greenhopper.web.rapid.view with parameters of type RapidView
 ServiceOutcome<Column> RapidViewEditHelper.addColumn(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.String columnName)
           
 ServiceOutcome<Column> RapidViewEditHelper.addColumnAndStatus(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.String columnAndStatusName)
           
 ColumnEditRequest ColumnEditHelper.buildColumnEditModel(com.atlassian.crowd.embedded.api.User user, I18n2 i18n, RapidView rapidView)
          Builds the RapidListConfigModel for a given RapidView
 EstimationConfig EstimationHelper.buildModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 QuickFilterEditModel QuickFilterHelper.buildQuickFilterEditModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<SubqueryEditModel> SubqueryHelper.buildSubqueryEditModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 SwimlaneEditModel SwimlaneHelper.buildSwimlaneEditModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
static RapidViewEditModel.Owner RapidViewEditModel.Owner.create(RapidView rapidView, com.atlassian.jira.plugin.profile.UserFormat userFormat)
           
 CardColorEditModel CardColorHelper.getBaseCardColorEditModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Get the base card color edit model - does not contain the configured colors
 CardColorEditModel CardColorHelper.getBaseCardColorEditModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy)
          Get a base model for a given board and strategy
 ServiceOutcome<RapidViewEditModel> RapidViewEditHelper.getEditModel(com.atlassian.crowd.embedded.api.User user, RapidView view)
           
 ServiceOutcome<SavedFilterEntry> RapidViewFilterHelper.getRapidViewFilterModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Get the rapid view filter model, currently this is read-only
 

Uses of RapidView in com.atlassian.greenhopper.web.rapid.view.detailview
 

Methods in com.atlassian.greenhopper.web.rapid.view.detailview with parameters of type RapidView
 ServiceOutcome<com.atlassian.greenhopper.web.rapid.view.detailview.DetailViewFieldResource.AvailableFields> DetailViewFieldHelper.getAvailableDetailViewFields(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<DetailViewFieldConfigModel> DetailViewFieldHelper.getDetailViewFieldConfig(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 

Uses of RapidView in com.atlassian.greenhopper.web.rapid.view.workingdays
 

Methods in com.atlassian.greenhopper.web.rapid.view.workingdays with parameters of type RapidView
 ServiceOutcome<WorkingDaysConfigModel> WorkingDaysHelper.getWorkDaysConfigModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Build a configuration model for the working days configuration
 

Uses of RapidView in com.atlassian.greenhopper.web.rapid.work
 

Methods in com.atlassian.greenhopper.web.rapid.work with parameters of type RapidView
 ServiceOutcome<IssueSubtasksResolved> PoolServiceImpl.areIssueSubtasksInFinalColumn(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long issueId)
           
 ServiceOutcome<IssueSubtasksResolved> PoolService.areIssueSubtasksInFinalColumn(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long issueId)
          Returns whether all subtasks for a given issue have been resolved AND the parent hasn't been resolved yet.
 ServiceOutcome<WorkData> WorkDataFactory.getAllData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters, java.util.Set<java.lang.Long> activeSprints, java.lang.String etag)
           
 ServiceOutcome<PoolService.ColumnConstraintsData> PoolServiceImpl.getColumnConstraintsData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<PoolService.ColumnConstraintsData> PoolService.getColumnConstraintsData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Calculate the constraints data per column of the specified RapidView, for transport to the pool.
 ServiceOutcome<java.util.List<PoolService.SwimlaneIssuesData>> PoolServiceImpl.getCustomSwimlanes(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, WorkFilters workFilters, java.util.Set<java.lang.Long> validIssues)
          In order to allocate the issues to the swimlanes, we're running HitCollectors queries first for the swimlanes to find out which issues they'd handle, and then we fetch the full issue list once and sieve it through the ordered swimlanes, top to bottom.
 ServiceOutcome<java.util.List<PoolService.SwimlaneIssuesData>> PoolService.getCustomSwimlanes(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, WorkFilters workFilters, java.util.Set<java.lang.Long> validIssues)
          Gets the contents of each swimlane in rapidView as seen by user
 ServiceOutcome<ParentSwimlanesData> PoolServiceImpl.getParentSwimlanesData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues, java.util.Set<RapidIssueEntry> missingParents)
           
 ServiceOutcome<ParentSwimlanesData> PoolService.getParentSwimlanesData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues, java.util.Set<RapidIssueEntry> missingParents)
          Gathers the ParentSwimlanesData for a given rapid view.
 

Uses of RapidView in com.atlassian.greenhopper.web.rapid.workflow
 

Methods in com.atlassian.greenhopper.web.rapid.workflow with parameters of type RapidView
 ServiceOutcome<com.atlassian.jira.issue.status.Status> WorkflowHelper.addStatusToGreenHopperSimplifiedWorkflow(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.String statusName)
          Will attempt to get or create the status named and add it to the GreenHopper Simplified Workflow that is backing this Rapid View.
 ServiceOutcome<com.atlassian.jira.util.lang.Pair<com.atlassian.jira.workflow.JiraWorkflow,com.atlassian.jira.project.Project>> WorkflowHelper.getGreenHopperSimplifiedWorkflow(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<com.atlassian.jira.util.lang.Pair<com.atlassian.jira.workflow.JiraWorkflow,com.atlassian.jira.project.Project>> WorkflowHelper.getPotentialWorkflowForConversion(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 WorkflowHelper.SimplifiedWorkflowResult WorkflowHelper.isRapidViewUsingGreenHopperSimplifiedWorkflow(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.