Liferay 6.2-ce-ga5

com.liferay.portal.lar.backgroundtask
Class LayoutStagingBackgroundTaskExecutor

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

public class LayoutStagingBackgroundTaskExecutor
extends BaseStagingBackgroundTaskExecutor


Field Summary
 
Fields inherited from class com.liferay.portal.lar.backgroundtask.BaseStagingBackgroundTaskExecutor
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.portal.lar.backgroundtask.BaseStagingBackgroundTaskExecutor
clearBackgroundTaskStatus, handleException, markBackgroundTask, processMissingReferences
 
Methods inherited from class com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
getBackgroundTaskStatusMessageTranslator, getLocale, isSerial, setBackgroundTaskStatusMessageTranslator, setSerial
 
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 Exception
Throws:
Exception

initLayoutSetBranches

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

Liferay 6.2-ce-ga5