Public Member Functions | |
| & | _returnEditAssignmentFromRow (&$row) |
| deleteEditAssignmentById ($editId) | |
| deleteEditAssignmentsByPaper ($paperId) | |
| & | getDirectorAssignmentsByPaperId ($paperId) |
| getDirectorStatistics ($schedConfId) | |
| & | getEditAssignment ($editId) |
| & | getEditAssignmentsByPaperId ($paperId) |
| & | getEditAssignmentsByUserId ($userId) |
| getInsertEditId () | |
| & | getTrackDirectorAssignmentsByPaperId ($paperId) |
| insertEditAssignment (&$editAssignment) | |
| updateEditAssignment (&$editAssignment) | |
Definition at line 20 of file EditAssignmentDAO.inc.php.
| & EditAssignmentDAO._returnEditAssignmentFromRow | ( | &$ | row | ) |
Internal function to return an edit assignment object from a row.
| $row | array |
Definition at line 134 of file EditAssignmentDAO.inc.php.
Referenced by getDirectorAssignmentsByPaperId(), getEditAssignment(), getEditAssignmentsByPaperId(), getEditAssignmentsByUserId(), and getTrackDirectorAssignmentsByPaperId().
| EditAssignmentDAO.deleteEditAssignmentById | ( | $ | editId | ) |
Delete edit assignment.
| $reviewId | int |
Definition at line 201 of file EditAssignmentDAO.inc.php.
| EditAssignmentDAO.deleteEditAssignmentsByPaper | ( | $ | paperId | ) |
Delete edit assignments by paper.
| $paperId | int |
Definition at line 212 of file EditAssignmentDAO.inc.php.
| & EditAssignmentDAO.getDirectorAssignmentsByPaperId | ( | $ | paperId | ) |
Retrieve those edit assignments that relate to full directors.
| $paperId | int |
Definition at line 78 of file EditAssignmentDAO.inc.php.
References _returnEditAssignmentFromRow().
| EditAssignmentDAO.getDirectorStatistics | ( | $ | schedConfId | ) |
Get the assignment counts and last assigned date for all directors in the given conference.
Definition at line 231 of file EditAssignmentDAO.inc.php.
| & EditAssignmentDAO.getEditAssignment | ( | $ | editId | ) |
Retrieve an edit assignment by id.
| $editId | int |
Definition at line 26 of file EditAssignmentDAO.inc.php.
References _returnEditAssignmentFromRow().
| & EditAssignmentDAO.getEditAssignmentsByPaperId | ( | $ | paperId | ) |
Retrieve edit assignments by paper id.
| $paperId | int |
Definition at line 58 of file EditAssignmentDAO.inc.php.
References _returnEditAssignmentFromRow().
| & EditAssignmentDAO.getEditAssignmentsByUserId | ( | $ | userId | ) |
Retrieve edit assignments by user id.
| $paperId | int |
Definition at line 114 of file EditAssignmentDAO.inc.php.
References _returnEditAssignmentFromRow().
| EditAssignmentDAO.getInsertEditId | ( | ) |
Get the ID of the last inserted edit assignment.
Definition at line 223 of file EditAssignmentDAO.inc.php.
Referenced by insertEditAssignment().
| & EditAssignmentDAO.getTrackDirectorAssignmentsByPaperId | ( | $ | paperId | ) |
Retrieve those edit assignments that relate to track directors with review access.
| $paperId | int |
Definition at line 94 of file EditAssignmentDAO.inc.php.
References _returnEditAssignmentFromRow().
| EditAssignmentDAO.insertEditAssignment | ( | &$ | editAssignment | ) |
Insert a new EditAssignment.
| $editAssignment | EditAssignment |
Definition at line 157 of file EditAssignmentDAO.inc.php.
References getInsertEditId().
| EditAssignmentDAO.updateEditAssignment | ( | &$ | editAssignment | ) |
Update an existing edit assignment.
| $editAssignment | EditAssignment |
Definition at line 179 of file EditAssignmentDAO.inc.php.
1.4.7