Interface MultiReportActionService
- All Known Implementing Classes:
MultiReportActionServiceImpl
public interface MultiReportActionService
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongenerateReportForAll
(SearchService.SearchParameters searchParameters, GenerateReportConfig generateReportConfig, @Nullable String buPk) Generates report for all entities found by the provided SearchParamsgetReportData
(String uniqueId) Fetch the label and icon of the report entity with the provided unique_id.
-
Method Details
-
getReportData
Fetch the label and icon of the report entity with the provided unique_id.- Parameters:
uniqueId
- the unique_id of the report- Returns:
- the label and icon of the report
-
generateReportForAll
String generateReportForAll(SearchService.SearchParameters searchParameters, GenerateReportConfig generateReportConfig, @Nullable @Nullable String buPk) Generates report for all entities found by the provided SearchParams
-