ReportItemAggregateAdminRepositoryInterface
in
Interface ReportItemAggregate.
Tags
Table of Contents
Methods
- deleteAggregation() : bool
- processAggregation() : bool
- updateTotalReportsByReport() : bool
- upsertAggregationByReport() : ReportItemAggregate
- viewAggregations() : Paginator
Methods
deleteAggregation()
public
deleteAggregation(User $context, int $id) : bool
Parameters
- $context : User
- $id : int
Return values
boolprocessAggregation()
public
processAggregation(User $context, int $id) : bool
Parameters
- $context : User
- $id : int
Return values
boolupdateTotalReportsByReport()
public
updateTotalReportsByReport(ReportItem $report) : bool
Parameters
- $report : ReportItem
Return values
boolupsertAggregationByReport()
public
upsertAggregationByReport(ReportItem $reportItem) : ReportItemAggregate
Parameters
- $reportItem : ReportItem
Return values
ReportItemAggregateviewAggregations()
public
viewAggregations(user $context[, array<string, mixed> $attributes = [] ]) : Paginator
Parameters
- $context : user
- $attributes : array<string, mixed> = []