Retrieves all entities with optional pagination.
A Promise that resolves to an array of retrieved entities.
Retrieves a single entity by its unique identifier.
A Promise that resolves to the retrieved entity or undefined.
Retrieves multiple entities with optional pagination and filtering.
[UNUSED PARAMETER, KEPT FOR POSSIBLE FUTURE USE] Filtering parameters.
Query options including pagination.
Optional page?: numberOptional pageAn object containing the retrieved entities and total count.
Retrieves a single entity by its unique identifier.
Unique identifier of the entity to retrieve.
A Promise that resolves to the retrieved entity or undefined.
Retrieves a single entity by its unique identifier.
Filtering parameters.
A Promise that resolves to the retrieved entity or undefined.
Prints a report.
The request object containing the necessary information for printing the report.
A promise that resolves when the report is printed successfully.
Saves multiple entities.
Entities to save.
A Promise that resolves to the saved entities.
Saves a single entity.
Entity to save.
A Promise that resolves to the saved entity.
Synchronizes standard reports.
A promise that resolves to an instance of IAppReport.
Generated using TypeDoc
Represents the interface for the App Report Service. Extends the IAppRemoteService interface with methods specific to report functionality.