public abstract class BaseExportImportLifecycleListener
extends java.lang.Object
implements com.liferay.portlet.exportimport.lifecycle.ExportImportLifecycleListener
| Constructor and Description |
|---|
BaseExportImportLifecycleListener() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
getAttributeByType(java.util.List<java.io.Serializable> attributes,
java.lang.Class<T> clazz) |
protected com.liferay.portlet.exportimport.model.ExportImportConfiguration |
getExportImportConfigurationAttribute(java.util.List<java.io.Serializable> attributes) |
protected com.liferay.portlet.exportimport.lar.PortletDataContext |
getPortletDataContextAttribute(java.util.List<java.io.Serializable> attributes) |
protected com.liferay.portal.model.StagedModel |
getStagedModelAttribute(java.util.List<java.io.Serializable> attributes) |
protected java.lang.Throwable |
getThrowableAttribute(java.util.List<java.io.Serializable> attributes) |
abstract boolean |
isParallel() |
void |
onExportImportLifecycleEvent(com.liferay.portlet.exportimport.lifecycle.ExportImportLifecycleEvent exportImportLifecycleEvent) |
protected void |
onLayoutExportFailed(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable) |
protected void |
onLayoutExportStarted(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext) |
protected void |
onLayoutExportSucceeded(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext) |
protected void |
onLayoutImportFailed(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable) |
protected void |
onLayoutImportProcessFinished(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext) |
protected void |
onLayoutImportStarted(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext) |
protected void |
onLayoutImportSucceeded(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext) |
protected void |
onLayoutLocalPublicationFailed(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.lang.Throwable throwable) |
protected void |
onLayoutLocalPublicationStarted(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration) |
protected void |
onLayoutLocalPublicationSucceeded(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration) |
protected void |
onLayoutRemotePublicationFailed(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.lang.Throwable throwable) |
protected void |
onLayoutRemotePublicationStarted(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration) |
protected void |
onLayoutRemotePublicationSucceeded(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration) |
protected void |
onPortletExportFailed(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable) |
protected void |
onPortletExportStarted(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext) |
protected void |
onPortletExportSucceeded(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext) |
protected void |
onPortletImportFailed(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable) |
protected void |
onPortletImportProcessFinished(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext) |
protected void |
onPortletImportStarted(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext) |
protected void |
onPortletImportSucceeded(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext) |
protected void |
onPortletPublicationFailed(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.lang.Throwable throwable) |
protected void |
onPortletPublicationStarted(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration) |
protected void |
onPortletPublicationSucceeded(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration) |
protected void |
onStagedModelExportFailed(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
com.liferay.portal.model.StagedModel stagedModel,
java.lang.Throwable throwable) |
protected void |
onStagedModelExportStarted(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
com.liferay.portal.model.StagedModel stagedModel) |
protected void |
onStagedModelExportSucceeded(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
com.liferay.portal.model.StagedModel stagedModel) |
protected void |
onStagedModelImportFailed(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
com.liferay.portal.model.StagedModel stagedModel,
java.lang.Throwable throwable) |
protected void |
onStagedModelImportStarted(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
com.liferay.portal.model.StagedModel stagedModel) |
protected void |
onStagedModelImportSucceeded(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
com.liferay.portal.model.StagedModel stagedModel) |
public abstract boolean isParallel()
isParallel in interface com.liferay.portlet.exportimport.lifecycle.ExportImportLifecycleListenerpublic void onExportImportLifecycleEvent(com.liferay.portlet.exportimport.lifecycle.ExportImportLifecycleEvent exportImportLifecycleEvent)
throws java.lang.Exception
onExportImportLifecycleEvent in interface com.liferay.portlet.exportimport.lifecycle.ExportImportLifecycleListenerjava.lang.Exceptionprotected <T> T getAttributeByType(java.util.List<java.io.Serializable> attributes,
java.lang.Class<T> clazz)
protected com.liferay.portlet.exportimport.model.ExportImportConfiguration getExportImportConfigurationAttribute(java.util.List<java.io.Serializable> attributes)
protected com.liferay.portlet.exportimport.lar.PortletDataContext getPortletDataContextAttribute(java.util.List<java.io.Serializable> attributes)
protected com.liferay.portal.model.StagedModel getStagedModelAttribute(java.util.List<java.io.Serializable> attributes)
protected java.lang.Throwable getThrowableAttribute(java.util.List<java.io.Serializable> attributes)
protected void onLayoutExportFailed(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable)
throws java.lang.Exception
java.lang.Exceptionprotected void onLayoutExportStarted(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
java.lang.Exceptionprotected void onLayoutExportSucceeded(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
java.lang.Exceptionprotected void onLayoutImportFailed(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable)
throws java.lang.Exception
java.lang.Exceptionprotected void onLayoutImportProcessFinished(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
java.lang.Exceptionprotected void onLayoutImportStarted(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
java.lang.Exceptionprotected void onLayoutImportSucceeded(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
java.lang.Exceptionprotected void onLayoutLocalPublicationFailed(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.lang.Throwable throwable)
throws java.lang.Exception
java.lang.Exceptionprotected void onLayoutLocalPublicationStarted(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration)
throws java.lang.Exception
java.lang.Exceptionprotected void onLayoutLocalPublicationSucceeded(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration)
throws java.lang.Exception
java.lang.Exceptionprotected void onLayoutRemotePublicationFailed(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.lang.Throwable throwable)
throws java.lang.Exception
java.lang.Exceptionprotected void onLayoutRemotePublicationStarted(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration)
throws java.lang.Exception
java.lang.Exceptionprotected void onLayoutRemotePublicationSucceeded(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration)
throws java.lang.Exception
java.lang.Exceptionprotected void onPortletExportFailed(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable)
throws java.lang.Exception
java.lang.Exceptionprotected void onPortletExportStarted(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
java.lang.Exceptionprotected void onPortletExportSucceeded(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
java.lang.Exceptionprotected void onPortletImportFailed(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
java.lang.Throwable throwable)
throws java.lang.Exception
java.lang.Exceptionprotected void onPortletImportProcessFinished(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
java.lang.Exceptionprotected void onPortletImportStarted(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
java.lang.Exceptionprotected void onPortletImportSucceeded(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
java.lang.Exceptionprotected void onPortletPublicationFailed(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.lang.Throwable throwable)
throws java.lang.Exception
java.lang.Exceptionprotected void onPortletPublicationStarted(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration)
throws java.lang.Exception
java.lang.Exceptionprotected void onPortletPublicationSucceeded(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration)
throws java.lang.Exception
java.lang.Exceptionprotected void onStagedModelExportFailed(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
com.liferay.portal.model.StagedModel stagedModel,
java.lang.Throwable throwable)
throws java.lang.Exception
java.lang.Exceptionprotected void onStagedModelExportStarted(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
com.liferay.portal.model.StagedModel stagedModel)
throws java.lang.Exception
java.lang.Exceptionprotected void onStagedModelExportSucceeded(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
com.liferay.portal.model.StagedModel stagedModel)
throws java.lang.Exception
java.lang.Exceptionprotected void onStagedModelImportFailed(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
com.liferay.portal.model.StagedModel stagedModel,
java.lang.Throwable throwable)
throws java.lang.Exception
java.lang.Exceptionprotected void onStagedModelImportStarted(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
com.liferay.portal.model.StagedModel stagedModel)
throws java.lang.Exception
java.lang.Exceptionprotected void onStagedModelImportSucceeded(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext,
com.liferay.portal.model.StagedModel stagedModel)
throws java.lang.Exception
java.lang.Exception