|
Open Preprint Systems
3.3.0
|
Public Member Functions | |
| filterByPublicationIds ($publicationIds) | |
| getCount () | |
| getIds () | |
| getQuery () | |
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 34 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 42 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 53 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 64 of file GalleyQueryBuilder.inc.php.
References HookRegistry\call().
|
protected |
get authors for one or more publications
Definition at line 26 of file GalleyQueryBuilder.inc.php.
Referenced by APP\Services\QueryBuilders\GalleyQueryBuilder\filterByPublicationIds().