com.atlassian.greenhopper.service.charts
Class WorkRateServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.charts.WorkRateServiceImpl
All Implemented Interfaces:
WorkRateService

@Service
public class WorkRateServiceImpl
extends java.lang.Object
implements WorkRateService


Constructor Summary
WorkRateServiceImpl()
           
 
Method Summary
 ServiceOutcome<WorkRateData> getRateData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, org.joda.time.DateTime start, org.joda.time.DateTime end)
          Calculates work rate data for the board and the time span.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkRateServiceImpl

public WorkRateServiceImpl()
Method Detail

getRateData

@Nonnull
public ServiceOutcome<WorkRateData> getRateData(@Nullable
                                                        com.atlassian.crowd.embedded.api.User user,
                                                        @Nonnull
                                                        RapidView rapidView,
                                                        @Nonnull
                                                        org.joda.time.DateTime start,
                                                        @Nonnull
                                                        org.joda.time.DateTime end)
Description copied from interface: WorkRateService
Calculates work rate data for the board and the time span.

Specified by:
getRateData in interface WorkRateService
Parameters:
user - the user
rapidView - the board
start - the start time
end - the end time
Returns:
the outcome


Copyright © 2007-2013 Atlassian. All Rights Reserved.