Liferay 6.1.10-ee-ga1

Uses of Class
com.liferay.portal.kernel.portlet.PortletLayoutListenerException

Packages that use PortletLayoutListenerException
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portlet.journalcontent   
 

Uses of PortletLayoutListenerException in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that throw PortletLayoutListenerException
 void PortletLayoutListener.onAddToLayout(String portletId, long plid)
           
 void PortletLayoutListener.onMoveInLayout(String portletId, long plid)
           
 void PortletLayoutListener.onRemoveFromLayout(String portletId, long plid)
           
 

Uses of PortletLayoutListenerException in com.liferay.portlet.journalcontent
 

Methods in com.liferay.portlet.journalcontent that throw PortletLayoutListenerException
 void JournalContentPortletLayoutListener.onAddToLayout(String portletId, long plid)
           
 void JournalContentPortletLayoutListener.onMoveInLayout(String portletId, long plid)
           
 void JournalContentPortletLayoutListener.onRemoveFromLayout(String portletId, long plid)
           
 


Liferay 6.1.10-ee-ga1