T - class typepublic interface InProgressSubmissionService<T extends InProgressSubmission>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteWrapper(Context context,
T inProgressSubmission)
Deletes submission wrapper, doesn't delete item contents
|
void |
update(Context context,
T inProgressSubmission)
Update the submission, including the unarchived item.
|
void deleteWrapper(Context context, T inProgressSubmission) throws SQLException, AuthorizeException
context - contextinProgressSubmission - submissionSQLException - if database errorAuthorizeException - if authorization errorvoid update(Context context, T inProgressSubmission) throws SQLException, AuthorizeException
context - contextinProgressSubmission - submissionSQLException - if database errorAuthorizeException - if authorization errorCopyright © 2022 LYRASIS. All rights reserved.