|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceOutcomeImpl | |
|---|---|
| com.atlassian.greenhopper.service | |
| com.atlassian.greenhopper.web.rapid.plan | |
| Uses of ServiceOutcomeImpl in com.atlassian.greenhopper.service |
|---|
| Methods in com.atlassian.greenhopper.service that return ServiceOutcomeImpl | ||
|---|---|---|
static
|
ServiceOutcomeImpl.error(ErrorCollection.Reason reason,
java.lang.String messageKey,
java.lang.Object... params)
Convenience method that returns a new ServiceOutcomeImpl instance containing the provided error message, and no return value. |
|
static
|
ServiceOutcomeImpl.error(ServiceOutcome<?> outcome)
Convenience method that returns a new ServiceOutcomeImpl containing the given errors. |
|
static
|
ServiceOutcomeImpl.error(java.lang.String contextId,
ErrorCollection.Reason reason,
java.lang.String messageKey,
java.lang.Object... params)
Convenience method that returns a new ServiceOutcomeImpl instance containing the provided contextual error message, and no return value. |
|
static
|
ServiceOutcomeImpl.from(ErrorCollection errorCollection)
Convenience method that returns a new ServiceOutcomeImpl containing the given errors. |
|
static
|
ServiceOutcomeImpl.from(ErrorCollection errorCollection,
T value)
Convenience method that returns a new ServiceOutcomeImpl containing the given errors and returned value. |
|
static
|
ServiceOutcomeImpl.ok()
Convenience method that returns a new ServiceOutcomeImpl instance containing no errors, and with the provided returned value. |
|
static
|
ServiceOutcomeImpl.ok(T returnedValue)
Convenience method that returns a new ServiceOutcomeImpl instance containing no errors, and with the provided returned value. |
|
| Uses of ServiceOutcomeImpl in com.atlassian.greenhopper.web.rapid.plan |
|---|
| Methods in com.atlassian.greenhopper.web.rapid.plan that return ServiceOutcomeImpl | |
|---|---|
ServiceOutcomeImpl<PlanningModeService.BacklogIssues> |
PlanningModeService.getBacklogIssues(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
java.util.Set<java.lang.Long> activeQuickFilters)
Get the list of backlog issues, with a given set of quick filters active. |
ServiceOutcomeImpl<PlanningModeService.BacklogIssues> |
PlanningModeServiceImpl.getBacklogIssues(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
java.util.Set<java.lang.Long> activeQuickFilters)
Get all issues in the backlog |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||