Liferay 6.2.0-ce-b3

com.liferay.portal.lar.backgroundtask
Class LayoutImportBackgroundTaskExecutor

java.lang.Object
  extended by com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
      extended by com.liferay.portal.lar.backgroundtask.LayoutImportBackgroundTaskExecutor
All Implemented Interfaces:
BackgroundTaskExecutor

public class LayoutImportBackgroundTaskExecutor
extends BaseBackgroundTaskExecutor


Constructor Summary
LayoutImportBackgroundTaskExecutor()
           
 
Method Summary
 BackgroundTaskResult execute(BackgroundTask backgroundTask)
           
 
Methods inherited from class com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
getBackgroundTaskStatusMessageTranslator, getLocale, handleException, isSerial, setBackgroundTaskStatusMessageTranslator, setSerial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutImportBackgroundTaskExecutor

public LayoutImportBackgroundTaskExecutor()
Method Detail

execute

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

Liferay 6.2.0-ce-b3