Open Journal Systems  3.3.0
APP\Services\GalleyService Class Reference
Inheritance diagram for APP\Services\GalleyService:

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)
 

Detailed Description

Definition at line 27 of file GalleyService.inc.php.

Member Function Documentation

◆ add()

APP\Services\GalleyService::add (   $galley,
  $request 
)

◆ delete()

APP\Services\GalleyService::delete (   $galley)

◆ edit()

APP\Services\GalleyService::edit (   $galley,
  $params,
  $request 
)

Definition at line 327 of file GalleyService.inc.php.

References HookRegistry\call(), and DAORegistry\getDAO().

◆ get()

APP\Services\GalleyService::get (   $galleyId)

Definition at line 32 of file GalleyService.inc.php.

References DAORegistry\getDAO().

◆ getCount()

APP\Services\GalleyService::getCount (   $args = [])

◆ getFullProperties()

APP\Services\GalleyService::getFullProperties (   $galley,
  $args = null 
)

◆ getIds()

APP\Services\GalleyService::getIds (   $args = [])

◆ getMany()

APP\Services\GalleyService::getMany (   $args = [])

Get a collection of Galley objects limited, filtered and sorted by $args

Parameters
array$args{ @option int|array publicationIds }
Returns
\Iterator

Definition at line 60 of file GalleyService.inc.php.

References DAORegistry\getDAO(), and APP\Services\GalleyService\getQueryBuilder().

◆ getMax()

APP\Services\GalleyService::getMax (   $args = [])

Definition at line 72 of file GalleyService.inc.php.

References APP\Services\GalleyService\getCount().

◆ getProperties()

APP\Services\GalleyService::getProperties (   $galley,
  $props,
  $args = null 
)

◆ getQueryBuilder()

APP\Services\GalleyService::getQueryBuilder (   $args = [])

◆ getSummaryProperties()

APP\Services\GalleyService::getSummaryProperties (   $galley,
  $args = null 
)

◆ validate()

APP\Services\GalleyService::validate (   $action,
  $props,
  $allowedLocales,
  $primaryLocale 
)

The documentation for this class was generated from the following file: