Liferay 6.2.0-ce-b3

com.liferay.portal.lar.backgroundtask
Class BaseStagingBackgroundTaskExecutor

java.lang.Object
  extended by com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
      extended by com.liferay.portal.lar.backgroundtask.BaseStagingBackgroundTaskExecutor
All Implemented Interfaces:
BackgroundTaskExecutor
Direct Known Subclasses:
LayoutRemoteStagingBackgroundTaskExecutor, LayoutStagingBackgroundTaskExecutor, PortletStagingBackgroundTaskExecutor

public abstract class BaseStagingBackgroundTaskExecutor
extends BaseBackgroundTaskExecutor


Constructor Summary
BaseStagingBackgroundTaskExecutor()
           
 
Method Summary
protected  void clearBackgroundTaskStatus(BackgroundTask backgroundTask)
           
 String handleException(BackgroundTask backgroundTask, Exception e)
           
protected  BackgroundTask markValidatedBackgroundTask(BackgroundTask backgroundTask)
           
protected  BackgroundTaskResult processMissingReferences(BackgroundTask backgroundTask, MissingReferences missingReferences)
           
 
Methods inherited from class com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
getBackgroundTaskStatusMessageTranslator, getLocale, isSerial, setBackgroundTaskStatusMessageTranslator, setSerial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.backgroundtask.BackgroundTaskExecutor
execute
 

Constructor Detail

BaseStagingBackgroundTaskExecutor

public BaseStagingBackgroundTaskExecutor()
Method Detail

handleException

public String handleException(BackgroundTask backgroundTask,
                              Exception e)
Specified by:
handleException in interface BackgroundTaskExecutor
Overrides:
handleException in class BaseBackgroundTaskExecutor

clearBackgroundTaskStatus

protected void clearBackgroundTaskStatus(BackgroundTask backgroundTask)

markValidatedBackgroundTask

protected BackgroundTask markValidatedBackgroundTask(BackgroundTask backgroundTask)
                                              throws SystemException
Throws:
SystemException

processMissingReferences

protected BackgroundTaskResult processMissingReferences(BackgroundTask backgroundTask,
                                                        MissingReferences missingReferences)

Liferay 6.2.0-ce-b3