DataService
Table of Contents
Methods
- __construct() : mixed
- getCountNeedActionForSentDocumentsByEmployee() : int
- getGridData() : Grid
- getTotalCountMembers() : int
- getTotalCountNeedAction() : int
- isInProgressExists() : bool
- isSignedExists() : bool
Methods
__construct()
public
__construct() : mixed
getCountNeedActionForSentDocumentsByEmployee()
public
getCountNeedActionForSentDocumentsByEmployee(int $userId) : int
Parameters
- $userId : int
Return values
intgetGridData()
public
getGridData(int $limit, int $offset, int $userId[, MyDocumentsFilter|null $filter = null ]) : Grid
Parameters
- $limit : int
- $offset : int
- $userId : int
- $filter : MyDocumentsFilter|null = null
Return values
GridgetTotalCountMembers()
public
getTotalCountMembers(int $userId[, MyDocumentsFilter|null $filter = null ]) : int
Parameters
- $userId : int
- $filter : MyDocumentsFilter|null = null
Return values
intgetTotalCountNeedAction()
public
getTotalCountNeedAction(int $userId) : int
Parameters
- $userId : int
Return values
intisInProgressExists()
public
isInProgressExists(int $userId) : bool
Parameters
- $userId : int
Return values
boolisSignedExists()
public
isSignedExists(int $userId) : bool
Parameters
- $userId : int