|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| filterByPublicationIds ($publicationIds) | |
| getCount () | |
| getIds () | |
| getQuery () | |
Data Fields | |
| $columns | |
Protected Attributes | |
| $publicationIds = [] | |
Definition at line 20 of file GalleyQueryBuilder.inc.php.
| APP\Services\QueryBuilders\GalleyQueryBuilder::filterByPublicationIds | ( | $publicationIds | ) |
Set publicationIds filter
| array | int | $publicationIds |
Definition at line 39 of file GalleyQueryBuilder.inc.php.
References APP\Services\QueryBuilders\GalleyQueryBuilder\$publicationIds.
| APP\Services\QueryBuilders\GalleyQueryBuilder::getCount | ( | ) |
Get a count of the number of rows that match the select conditions configured in this query builder.
Implements PKP\Services\QueryBuilders\Interfaces\EntityQueryBuilderInterface.
Definition at line 47 of file GalleyQueryBuilder.inc.php.
| APP\Services\QueryBuilders\GalleyQueryBuilder::getIds | ( | ) |
Get a count of the number of rows that match the select conditions configured in this query builder.
Implements PKP\Services\QueryBuilders\Interfaces\EntityQueryBuilderInterface.
Definition at line 58 of file GalleyQueryBuilder.inc.php.
| APP\Services\QueryBuilders\GalleyQueryBuilder::getQuery | ( | ) |
Get a count of the number of rows that match the select conditions configured in this query builder.
Implements PKP\Services\QueryBuilders\Interfaces\EntityQueryBuilderInterface.
Definition at line 69 of file GalleyQueryBuilder.inc.php.
References HookRegistry\call().
| array GalleyQueryBuilder::$columns |
List of columns (see getQuery)
Definition at line 25 of file GalleyQueryBuilder.inc.php.
|
protected |
get authors for one or more publications
Definition at line 31 of file GalleyQueryBuilder.inc.php.
Referenced by APP\Services\QueryBuilders\GalleyQueryBuilder\filterByPublicationIds().