Liferay 6.1.2-ce-ga3

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

Packages that use LayoutTypePortlet
com.liferay.portal.action   
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.struts   
com.liferay.portal.theme This package defines the portal theme classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
 

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(Layout requestLayout)
           
 

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.struts
 

Methods in com.liferay.portal.struts with parameters of type LayoutTypePortlet
protected  String FindAction.getPortletId(LayoutTypePortlet layoutTypePortlet, String portletId)
           
 

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 that return LayoutTypePortlet
 LayoutTypePortlet LayoutTypePortletFactory.create(Layout layout)
           
static LayoutTypePortlet LayoutTypePortletFactoryUtil.create(Layout layout)
           
 LayoutTypePortlet LayoutTypePortletFactoryImpl.create(Layout layout)
           
 

Methods in com.liferay.portal.util with parameters of type LayoutTypePortlet
 void PortletLister.setLayoutTypePortlet(LayoutTypePortlet layoutTypePortlet)
           
 void PortletListerImpl.setLayoutTypePortlet(LayoutTypePortlet layoutTypePortlet)
           
 


Liferay 6.1.2-ce-ga3