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