com.atlassian.greenhopper.service.rapid
Class RapidViewColumnServiceImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RapidViewColumnServiceImpl
public RapidViewColumnServiceImpl()
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-2013 Atlassian. All Rights Reserved.