Documentation

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

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

downloadEntriesByEntryIdList()

public downloadEntriesByEntryIdList([array<string|int, int> $entryIdList = null ]) : void
Parameters
$entryIdList : array<string|int, int> = null
Tags
throws
OptimisticLockException
throws
DataException
throws
Exception

downloadVatcomEntriesByEntryIdList()

public downloadVatcomEntriesByEntryIdList(mixed $entryIdList) : mixed
Parameters
$entryIdList : mixed
Tags
throws
OptimisticLockException
throws
DataException
throws
Exception

        
On this page

Search results