|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.global.AbstractLoggable
com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
@Service public class RapidViewQueryServiceImpl
Implementation of RapidViewQueryService
| Field Summary |
|---|
| Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable |
|---|
logger |
| Constructor Summary | |
|---|---|
RapidViewQueryServiceImpl()
|
|
| Method Summary | |
|---|---|
ServiceOutcome<com.atlassian.query.Query> |
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> |
getBacklogQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Query used to find issues on the Plan mode. |
ServiceOutcome<java.util.List<Sprint>> |
getOpenSprints(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Get the list of open sprints for a given rapid view |
ServiceOutcome<com.atlassian.query.Query> |
getOpenSprintsQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Query used to find open sprints for a given rapid board. |
ServiceOutcome<ClauseToAdd> |
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<com.atlassian.query.Query> |
getRapidViewQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Get the base rapid view query. |
ServiceOutcome<com.atlassian.query.clause.Clause> |
getStatusMappingClause(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Get the status mapping clause for a given RapidView |
ServiceOutcome<com.atlassian.query.Query> |
getWorkModeQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Get the query for the work mode. |
ServiceOutcome<com.atlassian.query.Query> |
getWorkModeQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
Column column)
Get the query for the work mode and a given column. |
| Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable |
|---|
logDebug, logError, logException, logInfo, logTrace, logWarn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RapidViewQueryServiceImpl()
| Method Detail |
|---|
@NotNull
public ServiceOutcome<com.atlassian.query.Query> getRapidViewQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
RapidViewQueryService
getRapidViewQuery in interface RapidViewQueryService
@NotNull
public ServiceOutcome<com.atlassian.query.clause.Clause> getStatusMappingClause(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
RapidViewQueryService
getStatusMappingClause in interface RapidViewQueryService
@NotNull
public ServiceOutcome<com.atlassian.query.Query> getWorkModeQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
RapidViewQueryService
getWorkModeQuery in interface RapidViewQueryService
@NotNull
public ServiceOutcome<com.atlassian.query.Query> getWorkModeQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
Column column)
RapidViewQueryService
getWorkModeQuery in interface RapidViewQueryService
@NotNull
public ServiceOutcome<com.atlassian.query.Query> getBacklogQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
RapidViewQueryService
getBacklogQuery in interface RapidViewQueryService
public ServiceOutcome<com.atlassian.query.Query> getActiveSprintsForPlanModeQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
RapidViewQueryService
getActiveSprintsForPlanModeQuery in interface RapidViewQueryService
@NotNull
public ServiceOutcome<com.atlassian.query.Query> getOpenSprintsQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
RapidViewQueryService
getOpenSprintsQuery in interface RapidViewQueryService
@NotNull
public ServiceOutcome<java.util.List<Sprint>> getOpenSprints(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
RapidViewQueryService
getOpenSprints in interface RapidViewQueryService
@NotNull
public ServiceOutcome<ClauseToAdd> getQuickFilterClause(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
java.util.Set<java.lang.Long> activeQuickFilterIds)
RapidViewQueryService
getQuickFilterClause in interface RapidViewQueryService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||