Liferay 6.0.5

com.liferay.portlet.journalcontent
Class JournalContentPortletLayoutListener

java.lang.Object
  extended by com.liferay.portlet.journalcontent.JournalContentPortletLayoutListener
All Implemented Interfaces:
PortletLayoutListener

public class JournalContentPortletLayoutListener
extends Object
implements PortletLayoutListener


Constructor Summary
JournalContentPortletLayoutListener()
           
 
Method Summary
protected  void deleteContentSearch(String portletId, long plid)
           
 void onAddToLayout(String portletId, long plid)
           
 void onMoveInLayout(String portletId, long plid)
           
 void onRemoveFromLayout(String portletId, long plid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalContentPortletLayoutListener

public JournalContentPortletLayoutListener()
Method Detail

onAddToLayout

public void onAddToLayout(String portletId,
                          long plid)
                   throws PortletLayoutListenerException
Specified by:
onAddToLayout in interface PortletLayoutListener
Throws:
PortletLayoutListenerException

onMoveInLayout

public void onMoveInLayout(String portletId,
                           long plid)
                    throws PortletLayoutListenerException
Specified by:
onMoveInLayout in interface PortletLayoutListener
Throws:
PortletLayoutListenerException

onRemoveFromLayout

public void onRemoveFromLayout(String portletId,
                               long plid)
                        throws PortletLayoutListenerException
Specified by:
onRemoveFromLayout in interface PortletLayoutListener
Throws:
PortletLayoutListenerException

deleteContentSearch

protected void deleteContentSearch(String portletId,
                                   long plid)
                            throws Exception
Throws:
Exception

Liferay 6.0.5