com.liferay.portlet.exportimport.lifecycle
Class BaseProcessExportImportLifecycleListener
java.lang.Object
com.liferay.portlet.exportimport.lifecycle.BaseProcessExportImportLifecycleListener
- All Implemented Interfaces:
- ExportImportLifecycleListener
public abstract class BaseProcessExportImportLifecycleListener
- extends Object
- implements ExportImportLifecycleListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseProcessExportImportLifecycleListener
public BaseProcessExportImportLifecycleListener()
isParallel
public abstract boolean isParallel()
- Specified by:
isParallel in interface ExportImportLifecycleListener
onExportImportLifecycleEvent
public void onExportImportLifecycleEvent(ExportImportLifecycleEvent exportImportLifecycleEvent)
throws Exception
- Specified by:
onExportImportLifecycleEvent in interface ExportImportLifecycleListener
- Throws:
Exception
onProcessFailed
protected void onProcessFailed(List<Serializable> attributes)
throws Exception
- Throws:
Exception
onProcessStarted
protected void onProcessStarted(List<Serializable> attributes)
throws Exception
- Throws:
Exception
onProcessSucceeded
protected void onProcessSucceeded(List<Serializable> attributes)
throws Exception
- Throws:
Exception