Uses of Interface
org.sakaiproject.contentreview.service.BaseContentReviewService.LastErrorUpdater
-
Packages that use BaseContentReviewService.LastErrorUpdater Package Description org.sakaiproject.contentreview.service -
-
Uses of BaseContentReviewService.LastErrorUpdater in org.sakaiproject.contentreview.service
Methods in org.sakaiproject.contentreview.service with parameters of type BaseContentReviewService.LastErrorUpdater Modifier and Type Method Description protected StringBaseContentReviewService. createLastError(BaseContentReviewService.LastErrorUpdater leu)Create's an XML model that represents calls to ResourceLoader.getFormattedMessage(...).protected voidBaseContentReviewService. setLastError(ContentReviewItem item, Exception e, BaseContentReviewService.LastErrorUpdater leu)If the Exception is an instance of ContentReviewProviderException, the item's lastError is set to the exception's I18nXml; otherwise it falls back to leu; if leu is null, it falls back to getLocalizedMessage()protected voidBaseContentReviewService. setLastError(ContentReviewItem item, BaseContentReviewService.LastErrorUpdater leu)Sets the ContentReviewItem's lastError property to the result of createLastError(leu).
-