EntryDownloadService
in package
FinalYes
Table of Contents
Properties
- $entryDownloadJobService : EntryDownloadJobService
- $entryFilterService : EntryFilterService
- $entryPastDownloadService : EntryPastDownloadService
- $entryReportDownloadService : EntryReportDownloadService
- $entryRepository : EntryRepository
- $eventsManager : Manager
- $reportDownloadService : ReportDownloadService
- $securityProvider : ISecurityProvider
Methods
- __construct() : mixed
- EntryDownloadService constructor.
- clientDownloadEntryPastByEntryPastIdAndFileType() : void
- clientDownloadEntryReportByEntryReportIdAndFileType() : void
- clientDownloadReportByReportIdAndFileType() : void
- clientGetEntryReportByEntryReportIdAndFileType() : mixed
- downloadEntriesByEntryFilter() : void
- downloadEntriesByEntryIdList() : void
- downloadVatcomEntriesByEntryIdList() : mixed
- entryPastsToReportDownloadList() : array<string|int, ReportDownload>|null
- entryReportToReportDownload() : ReportDownload
- reportToDownloadReport() : ReportDownload
Properties
$entryDownloadJobService
private
EntryDownloadJobService
$entryDownloadJobService
$entryFilterService
private
EntryFilterService
$entryFilterService
$entryPastDownloadService
private
EntryPastDownloadService
$entryPastDownloadService
$entryReportDownloadService
private
EntryReportDownloadService
$entryReportDownloadService
$entryRepository
private
EntryRepository
$entryRepository
$eventsManager
private
Manager
$eventsManager
$reportDownloadService
private
ReportDownloadService
$reportDownloadService
$securityProvider
private
ISecurityProvider
$securityProvider
Methods
__construct()
EntryDownloadService constructor.
public
__construct(EntryReportDownloadService $entryReportDownloadService, EntryPastDownloadService $entryPastDownloadService, ReportDownloadService $reportDownloadService, EntryDownloadJobService $entryDownloadJobService, ISecurityProvider $securityProvider, EntryFilterService $entryFilterService, EntryRepository $entryRepository, Manager $eventsManager) : mixed
Parameters
- $entryReportDownloadService : EntryReportDownloadService
- $entryPastDownloadService : EntryPastDownloadService
- $reportDownloadService : ReportDownloadService
- $entryDownloadJobService : EntryDownloadJobService
- $securityProvider : ISecurityProvider
- $entryFilterService : EntryFilterService
- $entryRepository : EntryRepository
- $eventsManager : Manager
clientDownloadEntryPastByEntryPastIdAndFileType()
public
clientDownloadEntryPastByEntryPastIdAndFileType(int $entryPastId, string $fileType) : void
Parameters
- $entryPastId : int
- $fileType : string
Tags
clientDownloadEntryReportByEntryReportIdAndFileType()
public
clientDownloadEntryReportByEntryReportIdAndFileType(int $entryReportId, string $fileType) : void
Parameters
- $entryReportId : int
- $fileType : string
Tags
clientDownloadReportByReportIdAndFileType()
public
clientDownloadReportByReportIdAndFileType(int $reportId, string $fileType) : void
Parameters
- $reportId : int
- $fileType : string
Tags
clientGetEntryReportByEntryReportIdAndFileType()
public
clientGetEntryReportByEntryReportIdAndFileType(int $entryReportId, string $fileType) : mixed
Parameters
- $entryReportId : int
- $fileType : string
Tags
downloadEntriesByEntryFilter()
public
downloadEntriesByEntryFilter() : void
Tags
downloadEntriesByEntryIdList()
public
downloadEntriesByEntryIdList([array<string|int, int> $entryIdList = null ]) : void
Parameters
- $entryIdList : array<string|int, int> = null
Tags
downloadVatcomEntriesByEntryIdList()
public
downloadVatcomEntriesByEntryIdList(mixed $entryIdList) : mixed
Parameters
- $entryIdList : mixed
Tags
entryPastsToReportDownloadList()
public
entryPastsToReportDownloadList(array<string|int, EntryPast> $entryPasts) : array<string|int, ReportDownload>|null
Parameters
- $entryPasts : array<string|int, EntryPast>
Return values
array<string|int, ReportDownload>|nullentryReportToReportDownload()
public
entryReportToReportDownload(EntryReport $entryReport) : ReportDownload
Parameters
- $entryReport : EntryReport
Return values
ReportDownloadreportToDownloadReport()
public
reportToDownloadReport(Report $report) : ReportDownload
Parameters
- $report : Report