arxiv.submission.services.classic.patch module¶
Methods for updating Submission with state outside event scope.
-
arxiv.submission.services.classic.patch.patch_cross(submission, row, request_number=-1)[source]¶ - Return type
-
arxiv.submission.services.classic.patch.patch_hold(submission, row)[source]¶ Patch hold-related data from this database row.
- Return type
-
arxiv.submission.services.classic.patch.patch_jref(submission, row)[source]¶ Patch a
domain.submission.Submissionwith JREF data outside the event scope.- Parameters
submission (
domain.submission.Submission) – The submission object to patch.- Return type
- Returns
domain.submission.Submission– The same submission that was passed; now patched with JREF data outside the scope of the event model.
-
arxiv.submission.services.classic.patch.patch_withdrawal(submission, row, request_number=-1)[source]¶ - Return type