Extension of SignoffDAO to work with signoffs relating to monograph files. More...
Public Member Functions | |
| & | build ($symbolic, $monographFileId, $userId=null, $userGroupId=null, $fileId=null, $fileRevision=null) |
| getAllByMonograph ($monographId, $symbolic=null, $userId=null, $userGroupId=null, $notCompletedOnly=false) | |
| getAllBySymbolic ($symbolic, $monographFileId=null, $userId=null, $userGroupId=null) | |
| & | getById ($signoffId) |
| & | getBySymbolic ($symbolic, $monographFileId, $userId=null, $userGroupId=null, $fileId=null, $fileRevision=null) |
| MonographFileSignoffDAO () | |
| newDataObject () | |
| signoffExists ($symbolic, $monographFileId, $userId=null, $userGroupId=null) | |
Extension of SignoffDAO to work with signoffs relating to monograph files.
Definition at line 19 of file MonographFileSignoffDAO.inc.php.
| & MonographFileSignoffDAO.build | ( | $ | symbolic, | |
| $ | monographFileId, | |||
| $ | userId = null, |
|||
| $ | userGroupId = null, |
|||
| $ | fileId = null, |
|||
| $ | fileRevision = null | |||
| ) |
Fetch a signoff by symbolic info, building it if needed.
| $symbolic | string | |
| $monographFileId | int | |
| $userId | int | |
| $stageId | int | |
| $userGroupId | int | |
| $fileId | int | |
| $fileRevision | int |
Definition at line 50 of file MonographFileSignoffDAO.inc.php.
| MonographFileSignoffDAO.getAllByMonograph | ( | $ | monographId, | |
| $ | symbolic = null, |
|||
| $ | userId = null, |
|||
| $ | userGroupId = null, |
|||
| $ | notCompletedOnly = false | |||
| ) |
Retrieve all signoffs matching the specified input parameters
| $monographId | int | |
| $symbolic | string (optional) | |
| $userId | int | |
| $userGroupId | int | |
| $onlyCompleted | boolean |
Definition at line 127 of file MonographFileSignoffDAO.inc.php.
| MonographFileSignoffDAO.getAllBySymbolic | ( | $ | symbolic, | |
| $ | monographFileId = null, |
|||
| $ | userId = null, |
|||
| $ | userGroupId = null | |||
| ) |
Retrieve all signoffs matching the specified input parameters
| $symbolic | string | |
| $monographFileId | int | |
| $userId | int | |
| $stageId | int | |
| $userGroupId | int |
Definition at line 114 of file MonographFileSignoffDAO.inc.php.
| & MonographFileSignoffDAO.getById | ( | $ | signoffId | ) |
Definition at line 34 of file MonographFileSignoffDAO.inc.php.
| & MonographFileSignoffDAO.getBySymbolic | ( | $ | symbolic, | |
| $ | monographFileId, | |||
| $ | userId = null, |
|||
| $ | userGroupId = null, |
|||
| $ | fileId = null, |
|||
| $ | fileRevision = null | |||
| ) |
Retrieve the first signoff matching the specified symbolic name and monograph file info.
| $symbolic | string | |
| $monographFileId | int | |
| $userId | int | |
| $stageId | int | |
| $userGroupId | int | |
| $fileId | int | |
| $fileRevision | int |
Definition at line 94 of file MonographFileSignoffDAO.inc.php.
| MonographFileSignoffDAO.MonographFileSignoffDAO | ( | ) |
Constructor.
Definition at line 23 of file MonographFileSignoffDAO.inc.php.
References SignoffDAO.SignoffDAO().
| MonographFileSignoffDAO.newDataObject | ( | ) |
Definition at line 76 of file MonographFileSignoffDAO.inc.php.
| MonographFileSignoffDAO.signoffExists | ( | $ | symbolic, | |
| $ | monographFileId, | |||
| $ | userId = null, |
|||
| $ | userGroupId = null | |||
| ) |
Determine if a signoff exists
| string | $symbolic | |
| int | $monographFileId | |
| int | $stageId | |
| int | $userGroupId |
Definition at line 69 of file MonographFileSignoffDAO.inc.php.
1.7.1