Liferay 7.0-ce-m6

com.liferay.portlet.exportimport.lifecycle
Class LoggerExportImportLifecycleListener

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

public class LoggerExportImportLifecycleListener
extends BaseExportImportLifecycleListener


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

Constructor Detail

LoggerExportImportLifecycleListener

public LoggerExportImportLifecycleListener()
Method Detail

isParallel

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

onExportImportLifecycleEvent

public void onExportImportLifecycleEvent(ExportImportLifecycleEvent exportImportLifecycleEvent)
                                  throws Exception
Specified by:
onExportImportLifecycleEvent in interface ExportImportLifecycleListener
Overrides:
onExportImportLifecycleEvent in class BaseExportImportLifecycleListener
Throws:
Exception

onLayoutExportFailed

protected void onLayoutExportFailed(PortletDataContext portletDataContext,
                                    Throwable throwable)
                             throws Exception
Overrides:
onLayoutExportFailed in class BaseExportImportLifecycleListener
Throws:
Exception

onLayoutExportStarted

protected void onLayoutExportStarted(PortletDataContext portletDataContext)
                              throws Exception
Overrides:
onLayoutExportStarted in class BaseExportImportLifecycleListener
Throws:
Exception

onLayoutExportSucceeded

protected void onLayoutExportSucceeded(PortletDataContext portletDataContext)
                                throws Exception
Overrides:
onLayoutExportSucceeded in class BaseExportImportLifecycleListener
Throws:
Exception

onLayoutImportFailed

protected void onLayoutImportFailed(PortletDataContext portletDataContext,
                                    Throwable throwable)
                             throws Exception
Overrides:
onLayoutImportFailed in class BaseExportImportLifecycleListener
Throws:
Exception

onLayoutImportStarted

protected void onLayoutImportStarted(PortletDataContext portletDataContext)
                              throws Exception
Overrides:
onLayoutImportStarted in class BaseExportImportLifecycleListener
Throws:
Exception

onLayoutImportSucceeded

protected void onLayoutImportSucceeded(PortletDataContext portletDataContext)
                                throws Exception
Overrides:
onLayoutImportSucceeded in class BaseExportImportLifecycleListener
Throws:
Exception

onLayoutLocalPublicationFailed

protected void onLayoutLocalPublicationFailed(ExportImportConfiguration exportImportConfiguration,
                                              Throwable throwable)
                                       throws Exception
Overrides:
onLayoutLocalPublicationFailed in class BaseExportImportLifecycleListener
Throws:
Exception

onLayoutLocalPublicationStarted

protected void onLayoutLocalPublicationStarted(ExportImportConfiguration exportImportConfiguration)
                                        throws Exception
Overrides:
onLayoutLocalPublicationStarted in class BaseExportImportLifecycleListener
Throws:
Exception

onLayoutLocalPublicationSucceeded

protected void onLayoutLocalPublicationSucceeded(ExportImportConfiguration exportImportConfiguration)
                                          throws Exception
Overrides:
onLayoutLocalPublicationSucceeded in class BaseExportImportLifecycleListener
Throws:
Exception

onLayoutRemotePublicationFailed

protected void onLayoutRemotePublicationFailed(ExportImportConfiguration exportImportConfiguration,
                                               Throwable throwable)
                                        throws Exception
Overrides:
onLayoutRemotePublicationFailed in class BaseExportImportLifecycleListener
Throws:
Exception

onLayoutRemotePublicationStarted

protected void onLayoutRemotePublicationStarted(ExportImportConfiguration exportImportConfiguration)
                                         throws Exception
Overrides:
onLayoutRemotePublicationStarted in class BaseExportImportLifecycleListener
Throws:
Exception

onLayoutRemotePublicationSucceeded

protected void onLayoutRemotePublicationSucceeded(ExportImportConfiguration exportImportConfiguration)
                                           throws Exception
Overrides:
onLayoutRemotePublicationSucceeded in class BaseExportImportLifecycleListener
Throws:
Exception

onPortletExportFailed

protected void onPortletExportFailed(PortletDataContext portletDataContext,
                                     Throwable throwable)
                              throws Exception
Overrides:
onPortletExportFailed in class BaseExportImportLifecycleListener
Throws:
Exception

onPortletExportStarted

protected void onPortletExportStarted(PortletDataContext portletDataContext)
                               throws Exception
Overrides:
onPortletExportStarted in class BaseExportImportLifecycleListener
Throws:
Exception

onPortletExportSucceeded

protected void onPortletExportSucceeded(PortletDataContext portletDataContext)
                                 throws Exception
Overrides:
onPortletExportSucceeded in class BaseExportImportLifecycleListener
Throws:
Exception

onPortletImportFailed

protected void onPortletImportFailed(PortletDataContext portletDataContext,
                                     Throwable throwable)
                              throws Exception
Overrides:
onPortletImportFailed in class BaseExportImportLifecycleListener
Throws:
Exception

onPortletImportStarted

protected void onPortletImportStarted(PortletDataContext portletDataContext)
                               throws Exception
Overrides:
onPortletImportStarted in class BaseExportImportLifecycleListener
Throws:
Exception

onPortletImportSucceeded

protected void onPortletImportSucceeded(PortletDataContext portletDataContext)
                                 throws Exception
Overrides:
onPortletImportSucceeded in class BaseExportImportLifecycleListener
Throws:
Exception

onPortletPublicationFailed

protected void onPortletPublicationFailed(ExportImportConfiguration exportImportConfiguration,
                                          Throwable throwable)
                                   throws Exception
Overrides:
onPortletPublicationFailed in class BaseExportImportLifecycleListener
Throws:
Exception

onPortletPublicationStarted

protected void onPortletPublicationStarted(ExportImportConfiguration exportImportConfiguration)
                                    throws Exception
Overrides:
onPortletPublicationStarted in class BaseExportImportLifecycleListener
Throws:
Exception

onPortletPublicationSucceeded

protected void onPortletPublicationSucceeded(ExportImportConfiguration exportImportConfiguration)
                                      throws Exception
Overrides:
onPortletPublicationSucceeded in class BaseExportImportLifecycleListener
Throws:
Exception

onStagedModelExportFailed

protected void onStagedModelExportFailed(PortletDataContext portletDataContext,
                                         StagedModel stagedModel,
                                         Throwable throwable)
                                  throws Exception
Overrides:
onStagedModelExportFailed in class BaseExportImportLifecycleListener
Throws:
Exception

onStagedModelExportStarted

protected void onStagedModelExportStarted(PortletDataContext portletDataContext,
                                          StagedModel stagedModel)
                                   throws Exception
Overrides:
onStagedModelExportStarted in class BaseExportImportLifecycleListener
Throws:
Exception

onStagedModelExportSucceeded

protected void onStagedModelExportSucceeded(PortletDataContext portletDataContext,
                                            StagedModel stagedModel)
                                     throws Exception
Overrides:
onStagedModelExportSucceeded in class BaseExportImportLifecycleListener
Throws:
Exception

onStagedModelImportFailed

protected void onStagedModelImportFailed(PortletDataContext portletDataContext,
                                         StagedModel stagedModel,
                                         Throwable throwable)
                                  throws Exception
Overrides:
onStagedModelImportFailed in class BaseExportImportLifecycleListener
Throws:
Exception

onStagedModelImportStarted

protected void onStagedModelImportStarted(PortletDataContext portletDataContext,
                                          StagedModel stagedModel)
                                   throws Exception
Overrides:
onStagedModelImportStarted in class BaseExportImportLifecycleListener
Throws:
Exception

onStagedModelImportSucceeded

protected void onStagedModelImportSucceeded(PortletDataContext portletDataContext,
                                            StagedModel stagedModel)
                                     throws Exception
Overrides:
onStagedModelImportSucceeded in class BaseExportImportLifecycleListener
Throws:
Exception

Liferay 7.0-ce-m6