Documentation

EntryExportService
in package

FinalYes

Table of Contents

Properties

$countryService  : CountryService
$entryExportJobService  : EntryExportJobService
$entryFilterService  : EntryFilterService
$entryRepository  : EntryRepository
$eventsManager  : Manager
$reportTypeService  : ReportTypeService
$securityProvider  : ISecurityProvider

Methods

__construct()  : mixed
exportAllEntries()  : void
exportEntriesByEntryFilter()  : void
exportSummaryReportJobByEntryFilter()  : BulkActionResponse

Properties

Methods

__construct()

public __construct(EntryExportJobService $entryExportJobService, ISecurityProvider $securityProvider, EntryFilterService $entryFilterService, EntryRepository $entryRepository, Manager $eventsManager, CountryService $countryService, ReportTypeService $reportTypeService) : mixed
Parameters
$entryExportJobService : EntryExportJobService
$securityProvider : ISecurityProvider
$entryFilterService : EntryFilterService
$entryRepository : EntryRepository
$eventsManager : Manager
$countryService : CountryService
$reportTypeService : ReportTypeService

exportEntriesByEntryFilter()

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

exportSummaryReportJobByEntryFilter()

public exportSummaryReportJobByEntryFilter(array<string|int, int> $entryIdList, int $countryId, int $reportTypeId) : BulkActionResponse
Parameters
$entryIdList : array<string|int, int>
$countryId : int
$reportTypeId : int
Tags
throws
Exception
Return values
BulkActionResponse

        
On this page

Search results