Uses of Interface
com.atlassian.greenhopper.service.query.QueryService
Packages that use QueryService
Package
Description
-
Uses of QueryService in com.atlassian.greenhopper.service.project
Constructors in com.atlassian.greenhopper.service.project with parameters of type QueryServiceModifierConstructorDescriptionProjectHistoryServiceImpl(com.atlassian.jira.user.UserProjectHistoryManager userProjectHistoryManager, RapidViewQueryService rapidViewQueryService, QueryService queryService, com.atlassian.jira.project.ProjectManager projectManager, ProjectHistoryTransformer projectHistoryTransformer) -
Uses of QueryService in com.atlassian.greenhopper.service.query
Classes in com.atlassian.greenhopper.service.query that implement QueryService -
Uses of QueryService in com.atlassian.greenhopper.service.rapid
Constructors in com.atlassian.greenhopper.service.rapid with parameters of type QueryServiceModifierConstructorDescriptionProjectRapidViewServiceImpl(QueryService queryService, RapidViewManager rapidViewManager) RapidViewLocationServiceImpl(RapidViewQueryService rapidViewQueryService, RapidViewClauseService rapidViewClauseService, SprintCustomFieldService sprintCustomFieldService, SearchService searchService, QueryService queryService, PermissionService permissionService, ColumnService columnService, RapidViewHistoryService rapidViewHistoryService, ProjectRapidViewService projectRapidViewService, com.atlassian.jira.config.FeatureManager featureManager, com.atlassian.jira.config.properties.JiraProperties jiraProperties, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.jira.search.issue.IssueDocumentSearchService issueDocumentSearchService) RapidViewSorter(QueryService queryService) -
Uses of QueryService in com.atlassian.greenhopper.service.rapid.view
Constructors in com.atlassian.greenhopper.service.rapid.view with parameters of type QueryServiceModifierConstructorDescriptionRapidViewVersionServiceImpl(QueryService queryService, com.atlassian.jira.project.version.VersionManager versionManager, RapidViewQueryService rapidViewQueryService, com.atlassian.jira.search.issue.IssueDocumentSearchService issueDocumentSearchService, com.atlassian.jira.project.ProjectManager projectManager, com.atlassian.jira.web.action.issue.IssueSearchLimits issueSearchLimits) -
Uses of QueryService in com.atlassian.greenhopper.service.sprint
Constructors in com.atlassian.greenhopper.service.sprint with parameters of type QueryServiceModifierConstructorDescriptionSprintPermissionServiceImpl(PermissionService permissionService, com.atlassian.jira.security.PermissionManager permissionManager, SprintQueryService sprintQueryService, QueryService queryService, com.atlassian.jira.project.ProjectManager projectManager, RapidViewService rapidViewService, SprintManager sprintManager, com.atlassian.jira.config.FeatureManager featureManager, SprintIssueQueryService sprintIssueQueryService, SearchService searchService) -
Uses of QueryService in com.atlassian.greenhopper.spring
Methods in com.atlassian.greenhopper.spring with parameters of type QueryServiceModifier and TypeMethodDescriptionMainConfiguration.greenhopperProjectRapidviewService(QueryService queryService, RapidViewManager rapidViewManager) MainConfiguration.greenhopperRapidviewVersionService(QueryService queryService, com.atlassian.jira.project.version.VersionManager versionManager, RapidViewQueryService rapidViewQueryService, com.atlassian.jira.search.issue.IssueDocumentSearchService issueDocumentSearchService, com.atlassian.jira.project.ProjectManager projectManager, com.atlassian.jira.web.action.issue.IssueSearchLimits issueSearchLimits) MainConfiguration.planningModeHelper(PlanningModeService planningModeService, ProjectEntryTransformer projectEntryTransformer, RapidIssueEntryQueryService rapidIssueEntryQueryService, ClassificationStatisticService classificationStatisticService, PermissionService permissionService, QueryService queryService, VersionService versionService, com.atlassian.jira.project.version.VersionManager versionManager, com.atlassian.jira.datetime.DateTimeFormatter dateTimeFormatter, VersionPermissionService versionPermissionService, SprintManager sprintManager, SprintEntryFactory sprintEntryFactory, SprintPermissionService sprintPermissionService, SprintLinkedPagesModelFactory sprintLinkedPagesModelFactory, EpicLinkedPagesModelFactory epicLinkedPagesModelFactory, RecentSprintHistoryService recentSprintHistoryService, ColumnService columnService, com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext, WebSectionHelper webSectionHelper, DevStatusPluginMetadataService devStatusPluginMetadataService, RankCustomFieldProvider rankCustomFieldProvider, com.atlassian.jira.project.archiving.ArchivingLicenseCheck archivingLicenseCheck, com.atlassian.jira.config.FeatureManager featureManager) MainConfiguration.projectHistoryServiceImpl(com.atlassian.jira.user.UserProjectHistoryManager userProjectHistoryManager, RapidViewQueryService rapidViewQueryService, QueryService queryService, com.atlassian.jira.project.ProjectManager projectManager, ProjectHistoryTransformer projectHistoryTransformer) MainConfiguration.rapidViewLocationServiceImpl(RapidViewQueryService rapidViewQueryService, RapidViewClauseService rapidViewClauseService, SprintCustomFieldService sprintCustomFieldService, SearchService searchService, QueryService queryService, PermissionService permissionService, ColumnService columnService, RapidViewHistoryService rapidViewHistoryService, ProjectRapidViewService projectRapidViewService, com.atlassian.jira.config.FeatureManager featureManager, com.atlassian.jira.config.properties.JiraProperties jiraProperties, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.jira.search.issue.IssueDocumentSearchService issueDocumentSearchService) MainConfiguration.rapidViewProjectHelper(QueryService queryService, com.atlassian.jira.util.I18nHelper.BeanFactory i18nBeanFactory, com.atlassian.jira.security.PermissionManager permissionManager) MainConfiguration.sprintPermissionServiceImpl(PermissionService permissionService, com.atlassian.jira.security.PermissionManager permissionManager, SprintQueryService sprintQueryService, QueryService queryService, com.atlassian.jira.project.ProjectManager projectManager, RapidViewService rapidViewService, SprintManager sprintManager, com.atlassian.jira.config.FeatureManager featureManager, SprintIssueQueryService sprintIssueQueryService, SearchService searchService) -
Uses of QueryService in com.atlassian.greenhopper.web.rapid
Constructors in com.atlassian.greenhopper.web.rapid with parameters of type QueryServiceModifierConstructorDescriptionRapidBoardAction(BoardSidebarRenderer boardSidebarRenderer, IndexCheckService indexCheckService, LicenseService licenseService, com.atlassian.jira.security.PermissionManager permissionManager, RapidViewHistoryService rapidViewHistoryService, RapidViewConfigDataProvider rapidViewConfigDataProvider, com.atlassian.jira.task.TaskManager taskManager, UpgradeVersionService upgradeVersionService, QueryService queryService, RapidViewListHelper rapidViewListHelper, GHJSONMarshaller jsonMarshaller, com.atlassian.jira.onboarding.OnboardingService onboardingService, ErrorCollectionTransformer errorCollectionTransformer, com.atlassian.jira.projects.unlicensed.UnlicensedProjectPageRenderer unlicensedProjectPageRenderer, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, com.atlassian.event.api.EventPublisher eventPublisher, ColumnService columnService, com.atlassian.jira.util.velocity.VelocityRequestContextFactory contextFactory, com.atlassian.jira.config.FeatureManager featureManager, com.atlassian.jira.bc.issue.IssueService issueService, JiraSoftwareFeatureService jiraSoftwareFeatureService, RapidViewService rapidViewService, I18nFactoryService i18nFactoryService, WebUtilities webUtilities, com.atlassian.webresource.api.WebResourceManager webResourceManager, GreenHopperHelpPathResolver greenHopperHelpPathResolver, com.atlassian.jira.event.mau.MauEventService mauEventService) -
Uses of QueryService in com.atlassian.greenhopper.web.rapid.plan
Constructors in com.atlassian.greenhopper.web.rapid.plan with parameters of type QueryServiceModifierConstructorDescriptionPlanningModeHelper(PlanningModeService planningModeService, ProjectEntryTransformer projectEntryTransformer, RapidIssueEntryQueryService rapidIssueEntryQueryService, ClassificationStatisticService classificationStatisticService, PermissionService permissionService, QueryService queryService, VersionService versionService, com.atlassian.jira.project.version.VersionManager versionManager, com.atlassian.jira.datetime.DateTimeFormatter dateTimeFormatter, VersionPermissionService versionPermissionService, SprintManager sprintManager, SprintEntryFactory sprintEntryFactory, SprintPermissionService sprintPermissionService, SprintLinkedPagesModelFactory sprintLinkedPagesModelFactory, EpicLinkedPagesModelFactory epicLinkedPagesModelFactory, RecentSprintHistoryService recentSprintHistoryService, ColumnService columnService, com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext, WebSectionHelper webSectionHelper, DevStatusPluginMetadataService devStatusPluginMetadataService, RankCustomFieldProvider rankCustomFieldProvider, com.atlassian.jira.project.archiving.ArchivingLicenseCheck archivingLicenseCheck, com.atlassian.jira.config.FeatureManager featureManager) -
Uses of QueryService in com.atlassian.greenhopper.web.rapid.view
Constructors in com.atlassian.greenhopper.web.rapid.view with parameters of type QueryServiceModifierConstructorDescriptionRapidViewProjectHelper(QueryService queryService, com.atlassian.jira.util.I18nHelper.BeanFactory i18nBeanFactory, com.atlassian.jira.security.PermissionManager permissionManager)