SystemAlertRepository
extends EntityRepository
in package
SystemAlertRepository
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Table of Contents
Methods
- getCountSaleProductSystemAlert() : void
- getIdsAlertByModel() : int|mixed|string
- paginateAlerts() : Paginator
- Paginating alerts
- paginateAsirInvoiceReportAlerts() : array<string|int, mixed>|bool|string
- Get invoices reports list with sql
Methods
getCountSaleProductSystemAlert()
public
getCountSaleProductSystemAlert(mixed $saleProductId) : void
Parameters
- $saleProductId : mixed
Tags
getIdsAlertByModel()
public
getIdsAlertByModel(mixed $model) : int|mixed|string
Parameters
- $model : mixed
Tags
Return values
int|mixed|stringpaginateAlerts()
Paginating alerts
public
paginateAlerts(mixed $data, mixed $page, mixed $max) : Paginator
Parameters
- $data : mixed
- $page : mixed
- $max : mixed
Return values
PaginatorpaginateAsirInvoiceReportAlerts()
Get invoices reports list with sql
public
paginateAsirInvoiceReportAlerts(mixed $data[, int $page = 0 ][, null $max = null ][, bool $getResult = true ]) : array<string|int, mixed>|bool|string
Parameters
- $data : mixed
- $page : int = 0
- $max : null = null
- $getResult : bool = true