Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.lifecycle
Class BaseProcessExportImportLifecycleListener

java.lang.Object
  extended by com.liferay.portlet.exportimport.lifecycle.BaseProcessExportImportLifecycleListener
All Implemented Interfaces:
ExportImportLifecycleListener

public abstract class BaseProcessExportImportLifecycleListener
extends Object
implements ExportImportLifecycleListener


Constructor Summary
BaseProcessExportImportLifecycleListener()
           
 
Method Summary
abstract  boolean isParallel()
           
 void onExportImportLifecycleEvent(ExportImportLifecycleEvent exportImportLifecycleEvent)
           
protected  void onProcessFailed(List<Serializable> attributes)
           
protected  void onProcessStarted(List<Serializable> attributes)
           
protected  void onProcessSucceeded(List<Serializable> attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseProcessExportImportLifecycleListener

public BaseProcessExportImportLifecycleListener()
Method Detail

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

Liferay 7.0-ce-b4