Class ReportResourcesServiceImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.reportresource.ReportResourcesServiceImpl
- All Implemented Interfaces:
ReportResourcesService
-
Constructor Summary
ConstructorsConstructorDescriptionReportResourcesServiceImpl(QueryBuilderFactory queryBuilderFactory, EntityDocumentsService entityDocumentsService, BusinessUnitManager businessUnitManager) -
Method Summary
-
Constructor Details
-
ReportResourcesServiceImpl
public ReportResourcesServiceImpl(QueryBuilderFactory queryBuilderFactory, EntityDocumentsService entityDocumentsService, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
getRawText
- Specified by:
getRawTextin interfaceReportResourcesService- Parameters:
resourceKey- the Report_resource's unique_idresourceTextKey- the Report_resource_text's unique_id- Returns:
- the report resource's raw text (it might be a template)
-
getImage
- Specified by:
getImagein interfaceReportResourcesService- Parameters:
resourceKey- the Report_resource's unique_idresourceImageKey- the Report_resource_image's unique_id- Returns:
- the
ResourceNodebehind the requested image
-