Uses of Interface
com.atlassian.greenhopper.service.rapid.view.RapidViewService

Packages that use RapidViewService
com.atlassian.greenhopper.gadget   
com.atlassian.greenhopper.service.migration   
com.atlassian.greenhopper.service.rapid.view   
com.atlassian.greenhopper.web.migration   
com.atlassian.greenhopper.web.rapid   
com.atlassian.greenhopper.web.rapid.chart   
com.atlassian.greenhopper.web.rapid.issue   
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   
 

Uses of RapidViewService in com.atlassian.greenhopper.gadget
 

Constructors in com.atlassian.greenhopper.gadget with parameters of type RapidViewService
SprintHealthResource(RapidViewService rapidViewService, SprintManager sprintManager, SprintHealthService sprintMetricsService, I18nFactoryService i18nFactoryService)
           
SprintRemainingDaysResource(com.atlassian.jira.security.JiraAuthenticationContext authContext, RapidViewService rapidViewService, SprintTimeRemainingService sprintTimeRemainingService)
           
 

Uses of RapidViewService in com.atlassian.greenhopper.service.migration
 

Methods in com.atlassian.greenhopper.service.migration that return RapidViewService
 RapidViewService SprintMarkerMigrationHelper.getRapidViewService()
           
 

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

Classes in com.atlassian.greenhopper.service.rapid.view that implement RapidViewService
 class RapidViewServiceImpl
           
 

Uses of RapidViewService in com.atlassian.greenhopper.web.migration
 

Constructors in com.atlassian.greenhopper.web.migration with parameters of type RapidViewService
SprintMarkerMigrationResource(RapidViewService rapidViewService, SprintMarkerMigrationService sprintMarkerMigrationService, com.atlassian.sal.api.auth.LoginUriProvider loginUriProvider)
           
 

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

Constructors in com.atlassian.greenhopper.web.rapid with parameters of type RapidViewService
RapidBoardResource(com.atlassian.jira.security.JiraAuthenticationContext authContext, RapidBoardViewModelFactory rapidViewFactory, RapidViewService rapidViewService, RapidViewHistoryService rapidViewHistoryService)
           
 

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

Fields in com.atlassian.greenhopper.web.rapid.chart declared as RapidViewService
 RapidViewService FixVersionResource.rapidViewService
           
 

Constructors in com.atlassian.greenhopper.web.rapid.chart with parameters of type RapidViewService
FixVersionResource(FixVersionHistoryService fixVersionHistoryService, com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext, RapidViewService rapidViewService)
           
RapidChartResource(com.atlassian.jira.security.JiraAuthenticationContext authContext, ControlChartModelFactory rapidChartFactory, CumulativeFlowChartModelFactory cumulativeFlowChartModelFactory, SprintBurndownModelFactory sprintBurndownModelFactory, VelocityChartModelFactory velocityChartModelFactory, RapidViewService rapidViewService, IndexCheckService indexCheckService, SprintManager sprintManager, HistoricSprintDataFactory historicSprintDataFactory, EpicReportModelFactory epicReportModelFactory, EpicProgressChartModelFactory epicProgressChartModelFactory, VersionProgressChartModelFactory versionProgressChartModelFactory, IssueHelper issueHelper, com.atlassian.jira.project.version.VersionManager versionManager, VersionReportModelFactory versionReportModelFactory)
           
 

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

Constructors in com.atlassian.greenhopper.web.rapid.issue with parameters of type RapidViewService
IssueResource(com.atlassian.jira.security.JiraAuthenticationContext authContext, IssueEntryFactory issueEntryFactory, TransitionEntryFactory transitionEntryFactory, I18nFactoryService i18nFactoryService, IssueHelper issueHelper, RapidViewService rapidViewService, PoolService poolService, EstimateStatisticService estimateStatisticService, SprintIssueService sprintIssueService, TrackingStatisticService trackingStatisticService, VersionService versionService, com.atlassian.jira.bc.issue.IssueService jiraIssueService, com.atlassian.jira.bc.project.version.VersionService jiraVersionService)
           
 

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

Constructors in com.atlassian.greenhopper.web.rapid.plan with parameters of type RapidViewService
PlanningModeResource(RapidViewService rapidViewService, I18nFactoryService i18nFactoryService, PlanningModeService planningModeService, IndexCheckService sprintIndexCheckService, com.atlassian.jira.bc.issue.IssueService issueService, ProjectHistoryService projectHistoryService, ProjectEntryTransformer projectEntryTransformer, PlanningModeHelper planningModeHelper)
           
 

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

Constructors in com.atlassian.greenhopper.web.rapid.sprint with parameters of type RapidViewService
CompleteSprintResource(RapidViewService rapidViewService, SprintService sprintService, SprintPermissionService sprintPermissionService, CompleteSprintHelper completeSprintHelper, com.atlassian.jira.security.JiraAuthenticationContext authenticationContext, I18nFactoryService i18nFactoryService, SprintEntryFactory sprintEntryFactory, SprintHelper sprintHelper)
           
SprintQueryResource(RapidViewService rapidViewService, SprintEntryFactory sprintEntryFactory, RapidViewSprintQueryService rapidViewSprintQueryService)
           
SprintRankResource(IssueHelper issueHelper, SprintService sprintService, RankService rankService, SprintIssueService sprintIssueService, RankableFactory rankableFactory, RapidViewService rapidViewService, SprintHelper sprintHelper, SprintEntryFactory sprintEntryFactory, SprintPermissionService sprintPermissionService)
           
SprintResource(RapidViewService rapidViewService, SprintService sprintService, SprintPermissionService sprintPermissionService, SprintEntryFactory sprintEntryFactory, SprintIssueService sprintIssueService, SprintHelper sprintHelper, I18nFactoryService i18nFactoryService, RapidViewSprintQueryService rapidViewSprintQueryService)
           
StartSprintResource(RapidViewService rapidViewService, SprintService sprintService, StartSprintHelper startSprintHelper, com.atlassian.jira.datetime.DateTimeFormatterFactory dateTimeFormatterFactory, SprintEntryFactory sprintEntryFactory, SprintHelper sprintHelper)
           
 

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

Constructors in com.atlassian.greenhopper.web.rapid.view with parameters of type RapidViewService
RapidViewEditResource(ColumnEditHelper columnEditHelper, RapidViewEditHelper rapidViewEditHelper, RapidViewFilterHelper rapidViewFilterHelper, SwimlaneHelper swimlaneHelper, RapidViewService rapidViewService, EstimateStatisticService estimateStatisticService, com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext, EstimationHelper estimationHelper, TrackingStatisticService trackingStatisticService, I18nFactoryService i18nFactoryService, RapidViewHistoryService rapidViewHistoryService)
           
WorkflowResource(com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext, RapidViewService rapidViewService, WorkflowService workflowService, com.atlassian.jira.bc.project.ProjectService jiraProjectService, WorkflowHelper workflowHelper, PermissionService permissionService, SearchService searchService, com.atlassian.jira.issue.IssueManager jiraIssueManager, I18nFactoryService i18nFactoryService, SimplifiedWorkflowService simplifiedWorkflowService, ColumnService columnService, WorkflowMigrationAdapterFactory workflowMigrationAdapterFactory, ColumnEditHelper columnEditHelper)
           
 

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

Constructors in com.atlassian.greenhopper.web.rapid.view.detailview with parameters of type RapidViewService
DetailViewFieldResource(DetailViewFieldHelper detailViewFieldHelper, DetailViewFieldConfigurationService detailViewFieldConfigurationService, RapidViewService rapidViewService, EstimateStatisticService estimateStatisticService, I18nFactoryService i18nFactoryService)
           
 

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

Constructors in com.atlassian.greenhopper.web.rapid.view.workingdays with parameters of type RapidViewService
WorkingDaysResource(WorkingDaysHelper workingDaysHelper, WorkRateDataFactory workRateDataFactory, com.atlassian.jira.security.JiraAuthenticationContext authCtx, com.atlassian.jira.timezone.TimeZoneManager timeZoneManager, RapidViewService rapidViewService)
           
 

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

Constructors in com.atlassian.greenhopper.web.rapid.work with parameters of type RapidViewService
WorkResource(com.atlassian.jira.security.JiraAuthenticationContext authContext, RapidIssueEntryQueryService rapidIssueEntryQueryService, WorkDataFactory workDataFactory, ProjectHistoryService projectHistoryService, ProjectEntryTransformer projectEntryTransformer, RapidViewService rapidViewService)
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.