Class MultiReportActionServiceImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.action.MultiReportActionServiceImpl
- All Implemented Interfaces:
MultiReportActionService
@Deprecated
public class MultiReportActionServiceImpl
extends Object
implements MultiReportActionService
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface MultiReportActionService
MultiReportActionService.ReportData -
Constructor Summary
ConstructorsConstructorDescriptionMultiReportActionServiceImpl(Context context, QueryBuilderFactory queryBuilderFactory, ReportActionService reportActionService, SearchService searchService) Deprecated. -
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.voidsetReportIcons(List<ReportIconContribution> reportIcons) Deprecated.
-
Constructor Details
-
MultiReportActionServiceImpl
public MultiReportActionServiceImpl(Context context, QueryBuilderFactory queryBuilderFactory, ReportActionService reportActionService, SearchService searchService) Deprecated.
-
-
Method Details
-
getReportData
Deprecated.Description copied from interface:MultiReportActionServiceFetch the label and icon of the report entity with the provided unique_id.- Specified by:
getReportDatain interfaceMultiReportActionService- Parameters:
uniqueId- the unique_id of the report- Returns:
- the label and icon of the report
-
generateReportForAll
public String generateReportForAll(SearchService.SearchParameters searchParameters, GenerateReportConfig generateReportConfig, @Nullable String buPk) Deprecated.Description copied from interface:MultiReportActionServiceGenerates report for all entities found by the provided SearchParams- Specified by:
generateReportForAllin interfaceMultiReportActionService
-
setReportIcons
Deprecated.
-