Liferay 6.1.10-ee-ga1

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

Packages that use LayoutTypePortlet
com.liferay.portal.theme   
com.liferay.portal.util   
 

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

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


Liferay 6.1.10-ee-ga1