Liferay 7.0-ce-m6

com.liferay.portlet.exportimport.lifecycle
Class CacheExportImportLifecycleListener

java.lang.Object
  extended by com.liferay.portlet.exportimport.lifecycle.BaseExportImportLifecycleListener
      extended by com.liferay.portlet.exportimport.lifecycle.CacheExportImportLifecycleListener
All Implemented Interfaces:
ExportImportLifecycleListener

public class CacheExportImportLifecycleListener
extends BaseExportImportLifecycleListener


Constructor Summary
CacheExportImportLifecycleListener()
           
 
Method Summary
protected  void clearCache()
           
 boolean isParallel()
           
protected  void onLayoutImportProcessFinished(PortletDataContext portletDataContext)
           
protected  void onPortletImportProcessFinished(PortletDataContext portletDataContext)
           
 
Methods inherited from class com.liferay.portlet.exportimport.lifecycle.BaseExportImportLifecycleListener
getAttributeByType, getExportImportConfigurationAttribute, getPortletDataContextAttribute, getStagedModelAttribute, getThrowableAttribute, onExportImportLifecycleEvent, onLayoutExportFailed, onLayoutExportStarted, onLayoutExportSucceeded, onLayoutImportFailed, onLayoutImportStarted, onLayoutImportSucceeded, onLayoutLocalPublicationFailed, onLayoutLocalPublicationStarted, onLayoutLocalPublicationSucceeded, onLayoutRemotePublicationFailed, onLayoutRemotePublicationStarted, onLayoutRemotePublicationSucceeded, onPortletExportFailed, onPortletExportStarted, onPortletExportSucceeded, onPortletImportFailed, onPortletImportStarted, onPortletImportSucceeded, onPortletPublicationFailed, onPortletPublicationStarted, onPortletPublicationSucceeded, onStagedModelExportFailed, onStagedModelExportStarted, onStagedModelExportSucceeded, onStagedModelImportFailed, onStagedModelImportStarted, onStagedModelImportSucceeded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheExportImportLifecycleListener

public CacheExportImportLifecycleListener()
Method Detail

isParallel

public boolean isParallel()
Specified by:
isParallel in interface ExportImportLifecycleListener
Specified by:
isParallel in class BaseExportImportLifecycleListener

clearCache

protected void clearCache()

onLayoutImportProcessFinished

protected void onLayoutImportProcessFinished(PortletDataContext portletDataContext)
Overrides:
onLayoutImportProcessFinished in class BaseExportImportLifecycleListener

onPortletImportProcessFinished

protected void onPortletImportProcessFinished(PortletDataContext portletDataContext)
Overrides:
onPortletImportProcessFinished in class BaseExportImportLifecycleListener

Liferay 7.0-ce-m6