Open Journal Systems  3.3.0
EntityReadInterface.inc.php
1 <?php
15 namespace PKP\Services\Interfaces;
16 
24  public function get($id);
25 
32  public function getCount($args = []);
33 
40  public function getIds($args = []);
41 
48  public function getMany($args = []);
49 
62  public function getMax($args = []);
63 
72  public function getQueryBuilder($args = []);
73 }
PKP\Services\Interfaces
Definition: EntityPropertyInterface.inc.php:16
PKP\Services\Interfaces\EntityReadInterface\getIds
getIds($args=[])
PKP\Services\Interfaces\EntityReadInterface
Definition: EntityReadInterface.inc.php:17
PKP\Services\Interfaces\EntityReadInterface\getQueryBuilder
getQueryBuilder($args=[])
PKP\Services\Interfaces\EntityReadInterface\getCount
getCount($args=[])
PKP\Services\Interfaces\EntityReadInterface\getMany
getMany($args=[])
PKP\Services\Interfaces\EntityReadInterface\getMax
getMax($args=[])