DeleteHistoryReadService
in package
implements
DeleteHistoryReadServiceInterface
Class DeleteHistoryReadService
Interfaces, Classes and Traits
- DeleteHistoryReadServiceInterface
- Interface DeleteHistoryReadServiceInterface
Table of Contents
- $repository : DeleteHistoryRepositoryInterface
- __construct() : mixed
- DeleteHistoryReadService constructor.
- findDeleted() : DeleteHistoryReport
- Reports about removed entities in given scope and date range.
Properties
$repository
private
DeleteHistoryRepositoryInterface
$repository
Methods
__construct()
DeleteHistoryReadService constructor.
public
__construct(DeleteHistoryRepositoryInterface $repository) : mixed
Parameters
- $repository : DeleteHistoryRepositoryInterface
Return values
mixed —findDeleted()
Reports about removed entities in given scope and date range.
public
findDeleted(DateRange $range, DeleteHistoryScope $scope) : DeleteHistoryReport
Parameters
- $range : DateRange
-
Date range for search.
- $scope : DeleteHistoryScope
-
Domain scope for search.
Return values
DeleteHistoryReport —Report about removed entities.