Liferay 7.0-ce-m3

com.liferay.portal.lar
Class DeletionSystemEventImporter

java.lang.Object
  extended by com.liferay.portal.lar.DeletionSystemEventImporter

public class DeletionSystemEventImporter
extends Object


Method Summary
protected  void doImportDeletionSystemEvents(PortletDataContext portletDataContext, Element element)
           
static DeletionSystemEventImporter getInstance()
           
 void importDeletionSystemEvents(PortletDataContext portletDataContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DeletionSystemEventImporter getInstance()

importDeletionSystemEvents

public void importDeletionSystemEvents(PortletDataContext portletDataContext)
                                throws Exception
Throws:
Exception

doImportDeletionSystemEvents

protected void doImportDeletionSystemEvents(PortletDataContext portletDataContext,
                                            Element element)

Liferay 7.0-ce-m3