com.atlassian.greenhopper.service.rapid
Class RapidViewColumnServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.rapid.RapidViewColumnServiceImpl
All Implemented Interfaces:
RapidViewColumnService

@Service
public class RapidViewColumnServiceImpl
extends java.lang.Object
implements RapidViewColumnService

TODO: Document this class / interface here

Since:
v5.1

Constructor Summary
RapidViewColumnServiceImpl()
           
 
Method Summary
 ServiceOutcome<java.util.List<java.lang.String>> getDoneStatusIds(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<MappedStatusIds> getMappedStatusIds(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<java.util.List<java.lang.String>> getNotDoneStatusIds(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidViewColumnServiceImpl

public RapidViewColumnServiceImpl()
Method Detail

getDoneStatusIds

@NotNull
public ServiceOutcome<java.util.List<java.lang.String>> getDoneStatusIds(com.atlassian.crowd.embedded.api.User user,
                                                                                 RapidView rapidView)
Specified by:
getDoneStatusIds in interface RapidViewColumnService

getNotDoneStatusIds

public ServiceOutcome<java.util.List<java.lang.String>> getNotDoneStatusIds(com.atlassian.crowd.embedded.api.User user,
                                                                            RapidView rapidView)
Specified by:
getNotDoneStatusIds in interface RapidViewColumnService

getMappedStatusIds

public ServiceOutcome<MappedStatusIds> getMappedStatusIds(com.atlassian.crowd.embedded.api.User user,
                                                          RapidView rapidView)
Specified by:
getMappedStatusIds in interface RapidViewColumnService


Copyright © 2007-2014 Atlassian. All Rights Reserved.