Interface EventAwareExportImportLifecycleListener
- All Superinterfaces:
ExportImportLifecycleListener
- Author:
- Daniel Kocsis
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onExportImportLifecycleEvent
(ExportImportLifecycleEvent exportImportLifecycleEvent) void
onLayoutExportFailed
(PortletDataContext portletDataContext, Throwable throwable) void
onLayoutExportStarted
(PortletDataContext portletDataContext) void
onLayoutExportSucceeded
(PortletDataContext portletDataContext) void
onLayoutImportFailed
(PortletDataContext portletDataContext, Throwable throwable) void
onLayoutImportProcessFinished
(PortletDataContext portletDataContext) void
onLayoutImportStarted
(PortletDataContext portletDataContext) void
onLayoutImportSucceeded
(PortletDataContext portletDataContext) void
onLayoutLocalPublicationFailed
(ExportImportConfiguration exportImportConfiguration, Throwable throwable) void
onLayoutLocalPublicationStarted
(ExportImportConfiguration exportImportConfiguration) void
onLayoutLocalPublicationSucceeded
(ExportImportConfiguration exportImportConfiguration) void
onLayoutRemotePublicationFailed
(ExportImportConfiguration exportImportConfiguration, Throwable throwable) void
onLayoutRemotePublicationStarted
(ExportImportConfiguration exportImportConfiguration) void
onLayoutRemotePublicationSucceeded
(ExportImportConfiguration exportImportConfiguration) void
onPortletExportFailed
(PortletDataContext portletDataContext, Throwable throwable) void
onPortletExportStarted
(PortletDataContext portletDataContext) void
onPortletExportSucceeded
(PortletDataContext portletDataContext) void
onPortletImportFailed
(PortletDataContext portletDataContext, Throwable throwable) void
onPortletImportProcessFinished
(PortletDataContext portletDataContext) void
onPortletImportStarted
(PortletDataContext portletDataContext) void
onPortletImportSucceeded
(PortletDataContext portletDataContext) void
onPortletPublicationFailed
(ExportImportConfiguration exportImportConfiguration, Throwable throwable) void
onPortletPublicationStarted
(ExportImportConfiguration exportImportConfiguration) void
onPortletPublicationSucceeded
(ExportImportConfiguration exportImportConfiguration) void
onStagedModelExportFailed
(PortletDataContext portletDataContext, StagedModel stagedModel, Throwable throwable) void
onStagedModelExportStarted
(PortletDataContext portletDataContext, StagedModel stagedModel) void
onStagedModelExportSucceeded
(PortletDataContext portletDataContext, StagedModel stagedModel) void
onStagedModelImportFailed
(PortletDataContext portletDataContext, StagedModel stagedModel, Throwable throwable) void
onStagedModelImportStarted
(PortletDataContext portletDataContext, StagedModel stagedModel) void
onStagedModelImportSucceeded
(PortletDataContext portletDataContext, StagedModel stagedModel) Methods inherited from interface com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleListener
isParallel
-
Method Details
-
onExportImportLifecycleEvent
default void onExportImportLifecycleEvent(ExportImportLifecycleEvent exportImportLifecycleEvent) throws Exception - Specified by:
onExportImportLifecycleEvent
in interfaceExportImportLifecycleListener
- Throws:
Exception
-
onLayoutExportFailed
void onLayoutExportFailed(PortletDataContext portletDataContext, Throwable throwable) throws Exception - Throws:
Exception
-
onLayoutExportStarted
- Throws:
Exception
-
onLayoutExportSucceeded
- Throws:
Exception
-
onLayoutImportFailed
void onLayoutImportFailed(PortletDataContext portletDataContext, Throwable throwable) throws Exception - Throws:
Exception
-
onLayoutImportProcessFinished
- Throws:
Exception
-
onLayoutImportStarted
- Throws:
Exception
-
onLayoutImportSucceeded
- Throws:
Exception
-
onLayoutLocalPublicationFailed
void onLayoutLocalPublicationFailed(ExportImportConfiguration exportImportConfiguration, Throwable throwable) throws Exception - Throws:
Exception
-
onLayoutLocalPublicationStarted
void onLayoutLocalPublicationStarted(ExportImportConfiguration exportImportConfiguration) throws Exception - Throws:
Exception
-
onLayoutLocalPublicationSucceeded
void onLayoutLocalPublicationSucceeded(ExportImportConfiguration exportImportConfiguration) throws Exception - Throws:
Exception
-
onLayoutRemotePublicationFailed
void onLayoutRemotePublicationFailed(ExportImportConfiguration exportImportConfiguration, Throwable throwable) throws Exception - Throws:
Exception
-
onLayoutRemotePublicationStarted
void onLayoutRemotePublicationStarted(ExportImportConfiguration exportImportConfiguration) throws Exception - Throws:
Exception
-
onLayoutRemotePublicationSucceeded
void onLayoutRemotePublicationSucceeded(ExportImportConfiguration exportImportConfiguration) throws Exception - Throws:
Exception
-
onPortletExportFailed
void onPortletExportFailed(PortletDataContext portletDataContext, Throwable throwable) throws Exception - Throws:
Exception
-
onPortletExportStarted
- Throws:
Exception
-
onPortletExportSucceeded
- Throws:
Exception
-
onPortletImportFailed
void onPortletImportFailed(PortletDataContext portletDataContext, Throwable throwable) throws Exception - Throws:
Exception
-
onPortletImportProcessFinished
- Throws:
Exception
-
onPortletImportStarted
- Throws:
Exception
-
onPortletImportSucceeded
- Throws:
Exception
-
onPortletPublicationFailed
void onPortletPublicationFailed(ExportImportConfiguration exportImportConfiguration, Throwable throwable) throws Exception - Throws:
Exception
-
onPortletPublicationStarted
void onPortletPublicationStarted(ExportImportConfiguration exportImportConfiguration) throws Exception - Throws:
Exception
-
onPortletPublicationSucceeded
void onPortletPublicationSucceeded(ExportImportConfiguration exportImportConfiguration) throws Exception - Throws:
Exception
-
onStagedModelExportFailed
void onStagedModelExportFailed(PortletDataContext portletDataContext, StagedModel stagedModel, Throwable throwable) throws Exception - Throws:
Exception
-
onStagedModelExportStarted
void onStagedModelExportStarted(PortletDataContext portletDataContext, StagedModel stagedModel) throws Exception - Throws:
Exception
-
onStagedModelExportSucceeded
void onStagedModelExportSucceeded(PortletDataContext portletDataContext, StagedModel stagedModel) throws Exception - Throws:
Exception
-
onStagedModelImportFailed
void onStagedModelImportFailed(PortletDataContext portletDataContext, StagedModel stagedModel, Throwable throwable) throws Exception - Throws:
Exception
-
onStagedModelImportStarted
void onStagedModelImportStarted(PortletDataContext portletDataContext, StagedModel stagedModel) throws Exception - Throws:
Exception
-
onStagedModelImportSucceeded
void onStagedModelImportSucceeded(PortletDataContext portletDataContext, StagedModel stagedModel) throws Exception - Throws:
Exception
-