Open Journal Systems
3.3.0
|
Public Member Functions | |
add ($galley, $request) | |
delete ($galley) | |
edit ($galley, $params, $request) | |
get ($galleyId) | |
getCount ($args=[]) | |
getFullProperties ($galley, $args=null) | |
getIds ($args=[]) | |
getMany ($args=[]) | |
getMax ($args=[]) | |
getProperties ($galley, $props, $args=null) | |
getQueryBuilder ($args=[]) | |
getSummaryProperties ($galley, $args=null) | |
validate ($action, $props, $allowedLocales, $primaryLocale) | |
Definition at line 27 of file GalleyService.inc.php.
APP\Services\GalleyService::add | ( | $galley, | |
$request | |||
) |
Definition at line 314 of file GalleyService.inc.php.
References HookRegistry\call(), and DAORegistry\getDAO().
Referenced by APP\Services\GalleyService\validate().
APP\Services\GalleyService::delete | ( | $galley | ) |
Definition at line 344 of file GalleyService.inc.php.
References HookRegistry\call(), PKPServices\get(), and DAORegistry\getDAO().
APP\Services\GalleyService::edit | ( | $galley, | |
$params, | |||
$request | |||
) |
Definition at line 327 of file GalleyService.inc.php.
References HookRegistry\call(), and DAORegistry\getDAO().
APP\Services\GalleyService::get | ( | $galleyId | ) |
Definition at line 32 of file GalleyService.inc.php.
References DAORegistry\getDAO().
APP\Services\GalleyService::getCount | ( | $args = [] | ) |
Definition at line 40 of file GalleyService.inc.php.
References APP\Services\GalleyService\getQueryBuilder().
Referenced by APP\Services\GalleyService\getMax().
APP\Services\GalleyService::getFullProperties | ( | $galley, | |
$args = null |
|||
) |
Definition at line 255 of file GalleyService.inc.php.
References PKPServices\get(), and APP\Services\GalleyService\getProperties().
APP\Services\GalleyService::getIds | ( | $args = [] | ) |
Definition at line 47 of file GalleyService.inc.php.
References APP\Services\GalleyService\getQueryBuilder().
APP\Services\GalleyService::getMany | ( | $args = [] | ) |
Get a collection of Galley objects limited, filtered and sorted by $args
array | $args | { @option int|array publicationIds } |
Definition at line 60 of file GalleyService.inc.php.
References DAORegistry\getDAO(), and APP\Services\GalleyService\getQueryBuilder().
APP\Services\GalleyService::getMax | ( | $args = [] | ) |
Definition at line 72 of file GalleyService.inc.php.
References APP\Services\GalleyService\getCount().
APP\Services\GalleyService::getProperties | ( | $galley, | |
$props, | |||
$args = null |
|||
) |
Definition at line 96 of file GalleyService.inc.php.
References HookRegistry\call(), PKPServices\get(), and DAORegistry\getDAO().
Referenced by APP\Services\GalleyService\getFullProperties(), and APP\Services\GalleyService\getSummaryProperties().
APP\Services\GalleyService::getQueryBuilder | ( | $args = [] | ) |
Definition at line 82 of file GalleyService.inc.php.
References HookRegistry\call().
Referenced by APP\Services\GalleyService\getCount(), APP\Services\GalleyService\getIds(), and APP\Services\GalleyService\getMany().
APP\Services\GalleyService::getSummaryProperties | ( | $galley, | |
$args = null |
|||
) |
Definition at line 246 of file GalleyService.inc.php.
References PKPServices\get(), and APP\Services\GalleyService\getProperties().
APP\Services\GalleyService::validate | ( | $action, | |
$props, | |||
$allowedLocales, | |||
$primaryLocale | |||
) |
Definition at line 264 of file GalleyService.inc.php.
References APP\Services\GalleyService\add(), ValidatorFactory\allowedLocales(), PKPServices\get(), ValidatorFactory\make(), and ValidatorFactory\required().