Documentation

ReportDownloadService
in package

FinalYes

Table of Contents

Properties

$auditTrail  : mixed
$fileUtil  : FileUtil
$reportProgressStatusCodeConverter  : ReportProgressStatusCodeConverter
$reportRepository  : ReportRepository
$storage  : CloudStorageService
$url  : Url

Methods

__construct()  : mixed
ReportDownloadService constructor.
clientDownloadFakeFileByReportId()  : void
clientDownloadHumanFileByReportId()  : void
clientDownloadWorkFileByReportId()  : void
clientDownloadXmlFileByReportId()  : void
reportToReportDownload()  : ReportDownload|null
generateDownloadUrlByReportIdAndFileType()  : string

Properties

Methods

__construct()

ReportDownloadService constructor.

public __construct(ReportProgressStatusCodeConverter $reportProgressStatusCodeConverter, ReportRepository $reportRepository, FileUtil $fileUtil, CloudStorageService $storage, Url $url, AuditTrailComponent $auditTrail) : mixed
Parameters
$reportProgressStatusCodeConverter : ReportProgressStatusCodeConverter
$reportRepository : ReportRepository
$fileUtil : FileUtil
$storage : CloudStorageService
$url : Url
$auditTrail : AuditTrailComponent

generateDownloadUrlByReportIdAndFileType()

private generateDownloadUrlByReportIdAndFileType(int $reportId, string $fileType) : string
Parameters
$reportId : int
$fileType : string
Return values
string

        
On this page

Search results