Liferay 7.0-ce-m6

com.liferay.portlet.exportimport.backgroundtask
Class BaseExportImportBackgroundTaskExecutor

java.lang.Object
  extended by com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
      extended by com.liferay.portlet.exportimport.backgroundtask.BaseExportImportBackgroundTaskExecutor
All Implemented Interfaces:
BackgroundTaskExecutor
Direct Known Subclasses:
BaseStagingBackgroundTaskExecutor, LayoutExportBackgroundTaskExecutor, LayoutImportBackgroundTaskExecutor, PortletExportBackgroundTaskExecutor, PortletImportBackgroundTaskExecutor

public abstract class BaseExportImportBackgroundTaskExecutor
extends BaseBackgroundTaskExecutor


Field Summary
protected  org.springframework.transaction.interceptor.TransactionAttribute transactionAttribute
           
 
Constructor Summary
BaseExportImportBackgroundTaskExecutor()
           
 
Method Summary
protected  ExportImportConfiguration getExportImportConfiguration(BackgroundTask backgroundTask)
           
 String handleException(BackgroundTask backgroundTask, Exception e)
           
 
Methods inherited from class com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
getBackgroundTaskStatusMessageTranslator, getIsolationLevel, getLocale, isSerial, setBackgroundTaskStatusMessageTranslator, setIsolationLevel
 
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
 

Field Detail

transactionAttribute

protected org.springframework.transaction.interceptor.TransactionAttribute transactionAttribute
Constructor Detail

BaseExportImportBackgroundTaskExecutor

public BaseExportImportBackgroundTaskExecutor()
Method Detail

handleException

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

getExportImportConfiguration

protected ExportImportConfiguration getExportImportConfiguration(BackgroundTask backgroundTask)

Liferay 7.0-ce-m6