Public Member Functions

PublicationFormatTombstoneManager Class Reference

Class defining basic operations for publication format tombstones. More...

List of all members.

Public Member Functions

 _getPublishedMonographFactoryByPressId ($pressId)
 deleteTombstonesByPressId ($pressId)
 deleteTombstonesByPublicationFormats ($publicationFormats)
 insertTombstoneByPublicationFormat (&$publicationFormat, &$press)
 insertTombstonesByPress ($press)
 insertTombstonesByPublicationFormats ($publicationFormats, $press)
 PublicationFormatTombstoneManager ()

Detailed Description

Class defining basic operations for publication format tombstones.

Definition at line 16 of file PublicationFormatTombstoneManager.inc.php.


Member Function Documentation

PublicationFormatTombstoneManager._getPublishedMonographFactoryByPressId ( pressId  ) 

Get the published monograph factory for the passed press id.

Parameters:
$pressId int
Returns:
DAOResultFactory

Definition at line 120 of file PublicationFormatTombstoneManager.inc.php.

Referenced by deleteTombstonesByPressId(), and insertTombstonesByPress().

PublicationFormatTombstoneManager.deleteTombstonesByPressId ( pressId  ) 

Delete tombstone for every publication format inside the passed press.

Parameters:
$pressId int

Definition at line 103 of file PublicationFormatTombstoneManager.inc.php.

References _getPublishedMonographFactoryByPressId(), and deleteTombstonesByPublicationFormats().

PublicationFormatTombstoneManager.deleteTombstonesByPublicationFormats ( publicationFormats  ) 

Delete tombstone for every passed publication format.

Parameters:
$publicationFormats array

Definition at line 92 of file PublicationFormatTombstoneManager.inc.php.

Referenced by deleteTombstonesByPressId().

PublicationFormatTombstoneManager.insertTombstoneByPublicationFormat ( &$  publicationFormat,
&$  press 
)

Insert a tombstone for the passed publication format.

Parameters:
$publicationFormat PublicationFormat
$press Press

Definition at line 28 of file PublicationFormatTombstoneManager.inc.php.

Referenced by insertTombstonesByPublicationFormats().

PublicationFormatTombstoneManager.insertTombstonesByPress ( press  ) 

Insert tombstone for every publication format of the published monographs inside the passed press.

Parameters:
$press 

Definition at line 80 of file PublicationFormatTombstoneManager.inc.php.

References _getPublishedMonographFactoryByPressId(), and insertTombstonesByPublicationFormats().

PublicationFormatTombstoneManager.insertTombstonesByPublicationFormats ( publicationFormats,
press 
)

Insert tombstone for every publication format inside the passed array.

Parameters:
$publicationFormats array

Definition at line 69 of file PublicationFormatTombstoneManager.inc.php.

References insertTombstoneByPublicationFormat().

Referenced by insertTombstonesByPress().

PublicationFormatTombstoneManager.PublicationFormatTombstoneManager (  ) 

Constructor

Definition at line 20 of file PublicationFormatTombstoneManager.inc.php.


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