public interface SupportReportService
| Modifier and Type | Method and Description |
|---|---|
List<ReportContent> |
getReportContents(String... ids)
Return an ordered list of report contents for the given array of
contributor identifications.
|
List<ReportContent> |
getReportContentsForFields(Set<String> fieldSet,
String... ids)
Return an ordered list of report contents with only the specified fields
populated, based on the given array of contributor identifications.
|
void |
registerContributor(SupportContributor contributor)
Register as a contributor to the support report.
|
void |
removeContributor(SupportContributor contributor)
Removes the given contributor from the support report.
|
List<ReportContent> getReportContents(String... ids)
ids - the array of contribution idsList<ReportContent> getReportContentsForFields(Set<String> fieldSet, String... ids)
fieldSet - the set of desired fieldsids - the array of contribution idsvoid registerContributor(SupportContributor contributor)
contributor - the contributor to addvoid removeContributor(SupportContributor contributor)
contributor - the contributor to removeCopyright © 2014. All Rights Reserved.