Public Member Functions | |
| & | _returnAuthorSubmissionFromRow (&$row) |
| AuthorSubmissionDAO () | |
| & | getAuthorSubmission ($paperId) |
| & | getAuthorSubmissions ($authorId, $schedConfId, $active=true, $rangeInfo=null, $sortBy=null, $sortDirection=SORT_DIRECTION_ASC) |
| getDirectorDecisions ($paperId, $stage=null) | |
| & | getIncompleteSubmissions () |
| getSortMapping ($heading) | |
| getSubmissionsCount ($authorId, $schedConfId) | |
| updateAuthorSubmission (&$authorSubmission) | |
Public Attributes | |
| $authorDao | |
| $galleyDao | |
| $paperCommentDao | |
| $paperDao | |
| $paperFileDao | |
| $reviewAssignmentDao | |
| $suppFileDao | |
| $userDao | |
Definition at line 20 of file AuthorSubmissionDAO.inc.php.
| & AuthorSubmissionDAO._returnAuthorSubmissionFromRow | ( | &$ | row | ) |
Internal function to return a AuthorSubmission object from a row.
| $row | array |
Definition at line 96 of file AuthorSubmissionDAO.inc.php.
References getDirectorDecisions().
Referenced by getAuthorSubmission(), getAuthorSubmissions(), and getIncompleteSubmissions().
| AuthorSubmissionDAO.AuthorSubmissionDAO | ( | ) |
Constructor.
Definition at line 34 of file AuthorSubmissionDAO.inc.php.
| & AuthorSubmissionDAO.getAuthorSubmission | ( | $ | paperId | ) |
Retrieve a author submission by paper ID.
| $paperId | int |
Definition at line 52 of file AuthorSubmissionDAO.inc.php.
References _returnAuthorSubmissionFromRow(), AppLocale.getLocale(), and AppLocale.getPrimaryLocale().
| & AuthorSubmissionDAO.getAuthorSubmissions | ( | $ | authorId, | |
| $ | schedConfId, | |||
| $ | active = true, |
|||
| $ | rangeInfo = null, |
|||
| $ | sortBy = null, |
|||
| $ | sortDirection = SORT_DIRECTION_ASC | |||
| ) |
Get all author submissions for an author.
| $authorId | int |
Definition at line 203 of file AuthorSubmissionDAO.inc.php.
References _returnAuthorSubmissionFromRow(), AppLocale.getLocale(), and AppLocale.getPrimaryLocale().
| AuthorSubmissionDAO.getDirectorDecisions | ( | $ | paperId, | |
| $ | stage = null | |||
| ) |
Get the director decisions for a review stage of a paper.
| $paperId | int | |
| $stage | int |
Definition at line 261 of file AuthorSubmissionDAO.inc.php.
Referenced by _returnAuthorSubmissionFromRow().
| & AuthorSubmissionDAO.getIncompleteSubmissions | ( | ) |
Get all incomplete submissions.
Definition at line 163 of file AuthorSubmissionDAO.inc.php.
References _returnAuthorSubmissionFromRow(), AppLocale.getLocale(), and AppLocale.getPrimaryLocale().
| AuthorSubmissionDAO.getSortMapping | ( | $ | heading | ) |
Map a column heading value to a database value for sorting
| string |
Definition at line 332 of file AuthorSubmissionDAO.inc.php.
| AuthorSubmissionDAO.getSubmissionsCount | ( | $ | authorId, | |
| $ | schedConfId | |||
| ) |
Get count of active and complete assignments
| authorId | int | |
| schedConfId | int |
Definition at line 298 of file AuthorSubmissionDAO.inc.php.
| AuthorSubmissionDAO.updateAuthorSubmission | ( | &$ | authorSubmission | ) |
Update an existing author submission.
| $authorSubmission | AuthorSubmission |
Definition at line 140 of file AuthorSubmissionDAO.inc.php.
1.4.7