com.atlassian.greenhopper.service.rapid
Interface RapidViewColumnService
- All Known Implementing Classes:
- RapidViewColumnServiceImpl
public interface RapidViewColumnService
Service to provide done/not done columns of a rapid view
getDoneStatusIds
ServiceOutcome<java.util.List<java.lang.String>> getDoneStatusIds(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
getNotDoneStatusIds
ServiceOutcome<java.util.List<java.lang.String>> getNotDoneStatusIds(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
getMappedStatusIds
ServiceOutcome<MappedStatusIds> getMappedStatusIds(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Copyright © 2007-2013 Atlassian. All Rights Reserved.