Liferay 7.0-ce-m6

com.liferay.portlet.exportimport.backgroundtask
Class LayoutStagingBackgroundTaskExecutor

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.BaseStagingBackgroundTaskExecutor
              extended by com.liferay.portlet.exportimport.backgroundtask.LayoutStagingBackgroundTaskExecutor
All Implemented Interfaces:
BackgroundTaskExecutor

public class LayoutStagingBackgroundTaskExecutor
extends BaseStagingBackgroundTaskExecutor


Field Summary
 
Fields inherited from class com.liferay.portlet.exportimport.backgroundtask.BaseExportImportBackgroundTaskExecutor
transactionAttribute
 
Constructor Summary
LayoutStagingBackgroundTaskExecutor()
           
 
Method Summary
 BackgroundTaskResult execute(BackgroundTask backgroundTask)
           
protected  void initLayoutSetBranches(long userId, long sourceGroupId, long targetGroupId)
           
 
Methods inherited from class com.liferay.portlet.exportimport.backgroundtask.BaseStagingBackgroundTaskExecutor
clearBackgroundTaskStatus, deleteTempLarOnFailure, deleteTempLarOnSuccess, initThreadLocals, markBackgroundTask, processMissingReferences
 
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

LayoutStagingBackgroundTaskExecutor

public LayoutStagingBackgroundTaskExecutor()
Method Detail

execute

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

initLayoutSetBranches

protected void initLayoutSetBranches(long userId,
                                     long sourceGroupId,
                                     long targetGroupId)
                              throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m6