Class ReportWidgetConfigServiceImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.service.ReportWidgetConfigServiceImpl
- All Implemented Interfaces:
ReportWidgetConfigService
@Component
public class ReportWidgetConfigServiceImpl
extends Object
implements ReportWidgetConfigService
-
Constructor Summary
ConstructorsConstructorDescriptionReportWidgetConfigServiceImpl(Context context, CorporateDesignResolverService corporateDesignResolverService, L10N l10N, QueryBuilderFactory queryBuilderFactory, ReportGenerationService reportGenerationService, WidgetConfigService widgetConfigService) -
Method Summary
Modifier and TypeMethodDescriptiongetReportOutputJobFromWidgetConfig(jakarta.ws.rs.core.UriInfo uriInfo, String reportRelation, PrimaryKeyList entities)
-
Constructor Details
-
ReportWidgetConfigServiceImpl
public ReportWidgetConfigServiceImpl(Context context, CorporateDesignResolverService corporateDesignResolverService, L10N l10N, QueryBuilderFactory queryBuilderFactory, ReportGenerationService reportGenerationService, WidgetConfigService widgetConfigService)
-
-
Method Details
-
getReportOutputJobFromWidgetConfig
public Entity getReportOutputJobFromWidgetConfig(jakarta.ws.rs.core.UriInfo uriInfo, String reportRelation, PrimaryKeyList entities) - Specified by:
getReportOutputJobFromWidgetConfigin interfaceReportWidgetConfigService- Parameters:
uriInfo- the uri inforeportRelation- the relation in the Widget_config to the Reportentities- the keys for which the Report should be executed- Returns:
- the
Entityof the Output_job for the Report
-