com.atlassian.greenhopper.service.rapid.view.detailview
Interface DetailViewFieldService

All Known Implementing Classes:
DetailViewFieldServiceImpl

public interface DetailViewFieldService

Services to retrieve DetailViewField entries for use in the "view" UI (as opposed to configuration). For all configuration needs, use DetailViewFieldConfigurationService.

Since:
v6.0.3
See Also:
DetailViewFieldConfigurationService

Method Summary
 ServiceOutcome<java.util.List<? extends com.atlassian.jira.issue.fields.Field>> getDetailViewFields(RapidView rapidView)
          Retrieve the fields that are currently configured and valid for the given RapidView.
 

Method Detail

getDetailViewFields

@NotNull
ServiceOutcome<java.util.List<? extends com.atlassian.jira.issue.fields.Field>> getDetailViewFields(@NotNull
                                                                                                            RapidView rapidView)
Retrieve the fields that are currently configured and valid for the given RapidView.

Parameters:
rapidView - the view
Returns:
the outcome


Copyright © 2007-2012 Atlassian. All Rights Reserved.