Uses of Class
com.atlassian.greenhopper.service.ServiceOutcomeImpl

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
<T> ServiceOutcomeImpl<T>
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
<T> ServiceOutcomeImpl<T>
ServiceOutcomeImpl.error(ServiceOutcome<?> outcome)
          Convenience method that returns a new ServiceOutcomeImpl containing the given errors.
static
<T> ServiceOutcomeImpl<T>
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
<T> ServiceOutcomeImpl<T>
ServiceOutcomeImpl.from(ErrorCollection errorCollection)
          Convenience method that returns a new ServiceOutcomeImpl containing the given errors.
static
<T> ServiceOutcomeImpl<T>
ServiceOutcomeImpl.from(ErrorCollection errorCollection, T value)
          Convenience method that returns a new ServiceOutcomeImpl containing the given errors and returned value.
static
<Void> ServiceOutcomeImpl<Void>
ServiceOutcomeImpl.ok()
          Convenience method that returns a new ServiceOutcomeImpl instance containing no errors, and with the provided returned value.
static
<T> ServiceOutcomeImpl<T>
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
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.