Public Member Functions

NewReleaseDAO Class Reference
[Press]

Operations for setting new release status on various items. More...

List of all members.

Public Member Functions

 deleteByAssoc ($assocType, $assocId)
 deleteByMonographId ($monographId)
 deleteNewRelease ($monographId, $assocType, $assocId)
 getMonographIdsByAssoc ($assocType, $assocId)
 getMonographsByAssoc ($assocType, $assocId)
 insertNewRelease ($monographId, $assocType, $assocId)
 NewReleaseDAO ()

Detailed Description

Operations for setting new release status on various items.

See also:
NewRelease

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


Member Function Documentation

NewReleaseDAO.deleteByAssoc ( assocType,
assocId 
)

Delete a new release by association.

Parameters:
$assocType int ASSOC_TYPE_...
$assocId int

Definition at line 113 of file NewReleaseDAO.inc.php.

NewReleaseDAO.deleteByMonographId ( monographId  ) 

Delete a new release by ID.

Parameters:
$monographId int
$pressId int optional

Definition at line 101 of file NewReleaseDAO.inc.php.

NewReleaseDAO.deleteNewRelease ( monographId,
assocType,
assocId 
)

Delete a new release.

Parameters:
$monographId int
$assocType int ASSOC_TYPE_...
$assocId int

Definition at line 126 of file NewReleaseDAO.inc.php.

NewReleaseDAO.getMonographIdsByAssoc ( assocType,
assocId 
)

Get monograph IDs by association.

Parameters:
$assocType int ASSOC_TYPE_...
$assocId int
Returns:
array monographId

Definition at line 30 of file NewReleaseDAO.inc.php.

NewReleaseDAO.getMonographsByAssoc ( assocType,
assocId 
)

Get monographs by association.

Parameters:
$assocType int ASSOC_TYPE_...
$assocId int
Returns:
array Monograph

Definition at line 55 of file NewReleaseDAO.inc.php.

NewReleaseDAO.insertNewRelease ( monographId,
assocType,
assocId 
)

Insert a new NewRelease.

Parameters:
$monographId int
$assocType int ASSOC_TYPE_...
$assocId int

Definition at line 82 of file NewReleaseDAO.inc.php.

NewReleaseDAO.NewReleaseDAO (  ) 

Constructor

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


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