Liferay 6.0-ee

Uses of Interface
com.liferay.portal.model.LayoutTypePortlet

Packages that use LayoutTypePortlet
com.liferay.portal.action   
com.liferay.portal.model.impl   
com.liferay.portal.theme   
com.liferay.portal.util   
 

Uses of LayoutTypePortlet in com.liferay.portal.action
 

Methods in com.liferay.portal.action that return types with arguments of type LayoutTypePortlet
protected  List<LayoutTypePortlet> LayoutAction.getLayoutTypePortlets(long groupId, boolean privateLayout)
           
 

Methods in com.liferay.portal.action with parameters of type LayoutTypePortlet
protected  void LayoutAction.processEvent(PortletRequestImpl portletRequestImpl, StateAwareResponseImpl stateAwareResponseImpl, List<LayoutTypePortlet> layoutTypePortlets, LayoutTypePortlet layoutTypePortlet, Portlet portlet, Event event)
           
 

Method parameters in com.liferay.portal.action with type arguments of type LayoutTypePortlet
protected  void LayoutAction.processEvent(PortletRequestImpl portletRequestImpl, StateAwareResponseImpl stateAwareResponseImpl, List<LayoutTypePortlet> layoutTypePortlets, LayoutTypePortlet layoutTypePortlet, Portlet portlet, Event event)
           
protected  void LayoutAction.processEvents(PortletRequestImpl portletRequestImpl, StateAwareResponseImpl stateAwareResponseImpl, List<LayoutTypePortlet> layoutTypePortlets)
           
 

Uses of LayoutTypePortlet in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement LayoutTypePortlet
 class LayoutTypePortletImpl
           
 

Uses of LayoutTypePortlet in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return LayoutTypePortlet
 LayoutTypePortlet ThemeDisplay.getLayoutTypePortlet()
           
 

Methods in com.liferay.portal.theme with parameters of type LayoutTypePortlet
 void ThemeDisplay.setLayoutTypePortlet(LayoutTypePortlet layoutTypePortlet)
           
 

Uses of LayoutTypePortlet in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type LayoutTypePortlet
 TreeView PortletLister.getTreeView(LayoutTypePortlet layoutTypePortlet, String rootNodeName, User user, javax.servlet.ServletContext servletContext)
           
 


Liferay 6.0-ee