public class ContentReviewQueueServiceImpl extends Object implements ContentReviewQueueService
| Constructor and Description |
|---|
ContentReviewQueueServiceImpl() |
@Transactional public void queueContent(Integer providerId, String userId, String siteId, String taskId, List<ContentResource> content) throws QueueException
queueContent in interface ContentReviewQueueServiceQueueException@Transactional(readOnly=true) @Deprecated public int getReviewScore(Integer providerId, String contentId) throws QueueException, ReportException, Exception
getReviewScore in interface ContentReviewQueueServiceQueueExceptionReportExceptionException@Transactional(readOnly=true) @Deprecated public Long getReviewStatus(Integer providerId, String contentId) throws QueueException
getReviewStatus in interface ContentReviewQueueServiceQueueException@Transactional(readOnly=true) @Deprecated public Date getDateQueued(Integer providerId, String contentId) throws QueueException
getDateQueued in interface ContentReviewQueueServiceQueueException@Transactional(readOnly=true) @Deprecated public Date getDateSubmitted(Integer providerId, String contentId) throws QueueException, SubmissionException
getDateSubmitted in interface ContentReviewQueueServiceQueueExceptionSubmissionException@Transactional(readOnly=true) public List<ContentReviewItem> getContentReviewItems(Integer providerId, String siteId, String taskId)
getContentReviewItems in interface ContentReviewQueueService@Transactional(readOnly=true) public List<ContentReviewItem> getAllContentReviewItemsGroupedBySiteAndTask(Integer providerId)
getAllContentReviewItemsGroupedBySiteAndTask in interface ContentReviewQueueService@Transactional(readOnly=true) public List<String> getContentReviewItemsGroupedBySite(Integer providerId)
getContentReviewItemsGroupedBySite in interface ContentReviewQueueService@Transactional public void resetUserDetailsLockedItems(Integer providerId, String userId)
resetUserDetailsLockedItems in interface ContentReviewQueueService@Transactional public void removeFromQueue(Integer providerId, String contentId)
removeFromQueue in interface ContentReviewQueueService@Transactional(readOnly=true) public Optional<ContentReviewItem> getQueuedItem(Integer providerId, String contentId)
getQueuedItem in interface ContentReviewQueueService@Transactional(readOnly=true) public Optional<ContentReviewItem> getQueuedItemByExternalId(Integer providerId, String externalId)
getQueuedItemByExternalId in interface ContentReviewQueueService@Transactional(readOnly=true) public List<ContentReviewItem> getQueuedNotSubmittedItems(Integer providerId)
getQueuedNotSubmittedItems in interface ContentReviewQueueService@Transactional(readOnly=true) public Optional<ContentReviewItem> getNextItemInQueueToSubmit(Integer providerId)
getNextItemInQueueToSubmit in interface ContentReviewQueueService@Transactional(readOnly=true) public List<ContentReviewItem> getAwaitingReports(Integer providerId)
getAwaitingReports in interface ContentReviewQueueService@Transactional public void update(ContentReviewItem item)
update in interface ContentReviewQueueService@Transactional public void delete(ContentReviewItem item)
delete in interface ContentReviewQueueServiceCopyright © 2003–2020 Sakai Project. All rights reserved.