Liferay 7.0-ce-m6

com.liferay.portlet.exportimport.backgroundtask
Class PortletExportBackgroundTaskExecutor

java.lang.Object
  extended by com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
      extended by com.liferay.portlet.exportimport.backgroundtask.BaseExportImportBackgroundTaskExecutor
          extended by com.liferay.portlet.exportimport.backgroundtask.PortletExportBackgroundTaskExecutor
All Implemented Interfaces:
BackgroundTaskExecutor

public class PortletExportBackgroundTaskExecutor
extends BaseExportImportBackgroundTaskExecutor


Field Summary
 
Fields inherited from class com.liferay.portlet.exportimport.backgroundtask.BaseExportImportBackgroundTaskExecutor
transactionAttribute
 
Constructor Summary
PortletExportBackgroundTaskExecutor()
           
 
Method Summary
 BackgroundTaskResult execute(BackgroundTask backgroundTask)
           
 
Methods inherited from class com.liferay.portlet.exportimport.backgroundtask.BaseExportImportBackgroundTaskExecutor
getExportImportConfiguration, handleException
 
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
 

Constructor Detail

PortletExportBackgroundTaskExecutor

public PortletExportBackgroundTaskExecutor()
Method Detail

execute

public BackgroundTaskResult execute(BackgroundTask backgroundTask)
                             throws Exception
Throws:
Exception

Liferay 7.0-ce-m6