ReportRegenerateService
Table of Contents
Properties
-
$entityManager
: EntityManager
-
$regenerateTime
: DateTime|null
Methods
-
__construct()
: mixed
-
cascadeRestart()
: mixed
-
forceCreateChangeableReportByEntryIdAction()
: mixed
-
forceCreateChangeableReportByEntryIdListAction()
: BulkActionResponse
-
refreshChangeableReportByEntryIdAction()
: mixed
-
refreshChangeableReportByEntryIdListAction()
: BulkActionResponse
-
setReportDefaultValues()
: mixed
-
getAllEntryIdsInPeriodForResetting()
: array<string|int, mixed>
-
getRegenerateTime()
: mixed
$entityManager
private
EntityManager
$entityManager
$regenerateTime
private
DateTime|null
$regenerateTime
__construct()
public
__construct(EntityManager $entityManager) : mixed
Parameters
-
$entityManager
: EntityManager
-
cascadeRestart()
public
cascadeRestart(array<string|int, mixed> $entryIdList) : mixed
Parameters
-
$entryIdList
: array<string|int, mixed>
-
forceCreateChangeableReportByEntryIdAction()
public
forceCreateChangeableReportByEntryIdAction(int $entryId) : mixed
Parameters
-
$entryId
: int
-
forceCreateChangeableReportByEntryIdListAction()
public
forceCreateChangeableReportByEntryIdListAction(int $requestUserAccountId, array<string|int, mixed> $entryIdList[, EntryFilter|null $entryFilter = null ]) : BulkActionResponse
Parameters
-
$requestUserAccountId
: int
-
-
$entryIdList
: array<string|int, mixed>
-
-
$entryFilter
: EntryFilter|null
= null
-
refreshChangeableReportByEntryIdAction()
public
refreshChangeableReportByEntryIdAction(int $entryId) : mixed
Parameters
-
$entryId
: int
-
refreshChangeableReportByEntryIdListAction()
public
refreshChangeableReportByEntryIdListAction(int $requestUserAccountId, array<string|int, mixed> $entryIdList[, EntryFilter|null $entryFilter = null ]) : BulkActionResponse
Parameters
-
$requestUserAccountId
: int
-
-
$entryIdList
: array<string|int, mixed>
-
-
$entryFilter
: EntryFilter|null
= null
-
setReportDefaultValues()
public
setReportDefaultValues(Report $report) : mixed
Parameters
-
$report
: Report
-
getAllEntryIdsInPeriodForResetting()
private
getAllEntryIdsInPeriodForResetting(Entry $entry, array<string|int, mixed> $periodIdList) : array<string|int, mixed>
Parameters
-
$entry
: Entry
-
-
$periodIdList
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
getRegenerateTime()
private
getRegenerateTime() : mixed