Logidav Docs

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
throws
DBALException

getIdsAlertByModel()

public getIdsAlertByModel(mixed $model) : int|mixed|string
Parameters
$model : mixed
Tags
throws
DBALException
Return values
int|mixed|string

paginateAlerts()

Paginating alerts

public paginateAlerts(mixed $data, mixed $page, mixed $max) : Paginator
Parameters
$data : mixed
$page : mixed
$max : mixed
Return values
Paginator

paginateAsirInvoiceReportAlerts()

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
Tags
throws
DBALException
Return values
array<string|int, mixed>|bool|string

        
On this page

Search results