Interface MultiReportActionService
- All Known Implementing Classes:
MultiReportActionServiceImpl
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptiongenerateReportForAll(SearchService.SearchParameters searchParameters, GenerateReportConfig generateReportConfig, @Nullable String buPk) Deprecated.Generates report for all entities found by the provided SearchParamsgetReportData(String uniqueId) Deprecated.Fetch the label and icon of the report entity with the provided unique_id.
-
Method Details
-
getReportData
Deprecated.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 String buPk) Deprecated.Generates report for all entities found by the provided SearchParams
-