com.liferay.portlet.journalcontent
Class JournalContentPortletLayoutListener

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

public class JournalContentPortletLayoutListener
extends java.lang.Object
implements com.liferay.portal.kernel.portlet.PortletLayoutListener

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
JournalContentPortletLayoutListener()
           
 
Method Summary
protected  void deleteContentSearch(java.lang.String portletId, long plid)
           
 void onAddToLayout(java.lang.String portletId, long plid)
           
 void onMoveInLayout(java.lang.String portletId, long plid)
           
 void onRemoveFromLayout(java.lang.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(java.lang.String portletId,
                          long plid)
                   throws com.liferay.portal.kernel.portlet.PortletLayoutListenerException
Specified by:
onAddToLayout in interface com.liferay.portal.kernel.portlet.PortletLayoutListener
Throws:
com.liferay.portal.kernel.portlet.PortletLayoutListenerException

onMoveInLayout

public void onMoveInLayout(java.lang.String portletId,
                           long plid)
                    throws com.liferay.portal.kernel.portlet.PortletLayoutListenerException
Specified by:
onMoveInLayout in interface com.liferay.portal.kernel.portlet.PortletLayoutListener
Throws:
com.liferay.portal.kernel.portlet.PortletLayoutListenerException

onRemoveFromLayout

public void onRemoveFromLayout(java.lang.String portletId,
                               long plid)
                        throws com.liferay.portal.kernel.portlet.PortletLayoutListenerException
Specified by:
onRemoveFromLayout in interface com.liferay.portal.kernel.portlet.PortletLayoutListener
Throws:
com.liferay.portal.kernel.portlet.PortletLayoutListenerException

deleteContentSearch

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