Liferay 6.2-ce-ga5

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  String getRuntimePortletId(String xml)
           
protected  String[] getRuntimePortletIds(long companyId, long scopeGroupId, String articleId)
           
protected  List<String> getRuntimePortletIds(String content)
           
 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

getRuntimePortletId

protected String getRuntimePortletId(String xml)
                              throws Exception
Throws:
Exception

getRuntimePortletIds

protected String[] getRuntimePortletIds(long companyId,
                                        long scopeGroupId,
                                        String articleId)
                                 throws Exception
Throws:
Exception

getRuntimePortletIds

protected List<String> getRuntimePortletIds(String content)
                                     throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5