EntryJobService
in package
FinalYes
Table of Contents
Properties
- $entryJobFilterService : EntryJobFilterService
- $entryService : EntryService
- $jobRepository : IJobRepository
Methods
- __construct() : mixed
- getEntriesByJobId() : JobEntriesResult
- getEntryJobByJobId() : JobEntriesResult
- getEntryJobs() : array<string|int, Job>|null
- getEntryJobsCountForVatcom() : int
- getEntryJobsListForVatcom() : array<string|int, Job>|null
- jsonToEntryJobParameter() : EntryJobParameter
- jsonToEntryJobResult() : EntryJobResult
Properties
$entryJobFilterService
private
EntryJobFilterService
$entryJobFilterService
$entryService
private
EntryService
$entryService
$jobRepository
private
IJobRepository
$jobRepository
Methods
__construct()
public
__construct(EntryJobFilterService $entryJobFilterService, EntryService $entryService, IJobRepository $jobRepository) : mixed
Parameters
- $entryJobFilterService : EntryJobFilterService
- $entryService : EntryService
- $jobRepository : IJobRepository
getEntriesByJobId()
public
getEntriesByJobId(int $jobId) : JobEntriesResult
Parameters
- $jobId : int
Tags
Return values
JobEntriesResultgetEntryJobByJobId()
public
getEntryJobByJobId(int $jobId) : JobEntriesResult
Parameters
- $jobId : int
Tags
Return values
JobEntriesResultgetEntryJobs()
public
getEntryJobs() : array<string|int, Job>|null
Tags
Return values
array<string|int, Job>|nullgetEntryJobsCountForVatcom()
public
getEntryJobsCountForVatcom() : int
Tags
Return values
intgetEntryJobsListForVatcom()
public
getEntryJobsListForVatcom() : array<string|int, Job>|null
Tags
Return values
array<string|int, Job>|nulljsonToEntryJobParameter()
private
jsonToEntryJobParameter(string $json) : EntryJobParameter
Parameters
- $json : string
Tags
Return values
EntryJobParameterjsonToEntryJobResult()
private
jsonToEntryJobResult(string $json) : EntryJobResult
Parameters
- $json : string