com.liferay.portlet.exportimport.backgroundtask
Class BaseExportImportBackgroundTaskExecutor
java.lang.Object
com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
transactionAttribute
protected org.springframework.transaction.interceptor.TransactionAttribute transactionAttribute
BaseExportImportBackgroundTaskExecutor
public BaseExportImportBackgroundTaskExecutor()
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)