public class LoggerExportImportLifecycleListener
extends com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListener
| Constructor and Description |
|---|
LoggerExportImportLifecycleListener() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getStagedModelLogFragment(com.liferay.portal.kernel.model.StagedModel stagedModel) |
boolean |
isParallel() |
void |
onExportImportLifecycleEvent(com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleEvent exportImportLifecycleEvent) |
protected void |
onLayoutExportFailed(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable) |
protected void |
onLayoutExportStarted(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
protected void |
onLayoutExportSucceeded(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
protected void |
onLayoutImportFailed(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable) |
protected void |
onLayoutImportStarted(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
protected void |
onLayoutImportSucceeded(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
protected void |
onLayoutLocalPublicationFailed(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
java.lang.Throwable throwable) |
protected void |
onLayoutLocalPublicationStarted(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
protected void |
onLayoutLocalPublicationSucceeded(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
protected void |
onLayoutRemotePublicationFailed(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
java.lang.Throwable throwable) |
protected void |
onLayoutRemotePublicationStarted(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
protected void |
onLayoutRemotePublicationSucceeded(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
protected void |
onPortletExportFailed(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable) |
protected void |
onPortletExportStarted(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
protected void |
onPortletExportSucceeded(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
protected void |
onPortletImportFailed(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable) |
protected void |
onPortletImportStarted(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
protected void |
onPortletImportSucceeded(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
protected void |
onPortletPublicationFailed(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
java.lang.Throwable throwable) |
protected void |
onPortletPublicationStarted(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
protected void |
onPortletPublicationSucceeded(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
protected void |
onStagedModelExportFailed(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.StagedModel stagedModel,
java.lang.Throwable throwable) |
protected void |
onStagedModelExportStarted(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.StagedModel stagedModel) |
protected void |
onStagedModelExportSucceeded(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.StagedModel stagedModel) |
protected void |
onStagedModelImportFailed(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.StagedModel stagedModel,
java.lang.Throwable throwable) |
protected void |
onStagedModelImportStarted(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.StagedModel stagedModel) |
protected void |
onStagedModelImportSucceeded(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.StagedModel stagedModel) |
getAttributeByType, getExportImportConfigurationAttribute, getPortletDataContextAttribute, getStagedModelAttribute, getThrowableAttribute, onLayoutImportProcessFinished, onPortletImportProcessFinishedpublic boolean isParallel()
isParallel in interface com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleListenerisParallel in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerpublic void onExportImportLifecycleEvent(com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleEvent exportImportLifecycleEvent)
throws java.lang.Exception
onExportImportLifecycleEvent in interface com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleListeneronExportImportLifecycleEvent in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected java.lang.String getStagedModelLogFragment(com.liferay.portal.kernel.model.StagedModel stagedModel)
protected void onLayoutExportFailed(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable)
throws java.lang.Exception
onLayoutExportFailed in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onLayoutExportStarted(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
onLayoutExportStarted in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onLayoutExportSucceeded(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
onLayoutExportSucceeded in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onLayoutImportFailed(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable)
throws java.lang.Exception
onLayoutImportFailed in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onLayoutImportStarted(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
onLayoutImportStarted in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onLayoutImportSucceeded(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
onLayoutImportSucceeded in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onLayoutLocalPublicationFailed(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
java.lang.Throwable throwable)
throws java.lang.Exception
onLayoutLocalPublicationFailed in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onLayoutLocalPublicationStarted(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
throws java.lang.Exception
onLayoutLocalPublicationStarted in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onLayoutLocalPublicationSucceeded(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
throws java.lang.Exception
onLayoutLocalPublicationSucceeded in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onLayoutRemotePublicationFailed(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
java.lang.Throwable throwable)
throws java.lang.Exception
onLayoutRemotePublicationFailed in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onLayoutRemotePublicationStarted(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
throws java.lang.Exception
onLayoutRemotePublicationStarted in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onLayoutRemotePublicationSucceeded(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
throws java.lang.Exception
onLayoutRemotePublicationSucceeded in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onPortletExportFailed(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable)
throws java.lang.Exception
onPortletExportFailed in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onPortletExportStarted(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
onPortletExportStarted in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onPortletExportSucceeded(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
onPortletExportSucceeded in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onPortletImportFailed(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable)
throws java.lang.Exception
onPortletImportFailed in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onPortletImportStarted(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
onPortletImportStarted in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onPortletImportSucceeded(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
onPortletImportSucceeded in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onPortletPublicationFailed(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
java.lang.Throwable throwable)
throws java.lang.Exception
onPortletPublicationFailed in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onPortletPublicationStarted(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
throws java.lang.Exception
onPortletPublicationStarted in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onPortletPublicationSucceeded(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
throws java.lang.Exception
onPortletPublicationSucceeded in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onStagedModelExportFailed(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.StagedModel stagedModel,
java.lang.Throwable throwable)
throws java.lang.Exception
onStagedModelExportFailed in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onStagedModelExportStarted(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.StagedModel stagedModel)
throws java.lang.Exception
onStagedModelExportStarted in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onStagedModelExportSucceeded(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.StagedModel stagedModel)
throws java.lang.Exception
onStagedModelExportSucceeded in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onStagedModelImportFailed(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.StagedModel stagedModel,
java.lang.Throwable throwable)
throws java.lang.Exception
onStagedModelImportFailed in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onStagedModelImportStarted(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.StagedModel stagedModel)
throws java.lang.Exception
onStagedModelImportStarted in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exceptionprotected void onStagedModelImportSucceeded(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.StagedModel stagedModel)
throws java.lang.Exception
onStagedModelImportSucceeded in class com.liferay.exportimport.kernel.lifecycle.BaseExportImportLifecycleListenerjava.lang.Exception