Liferay 7.0-ce-b6

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

Packages that use LayoutTypePortlet
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
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.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type LayoutTypePortlet
static List<LayoutTypePortlet> PortletContainerUtil.getLayoutTypePortlets(Layout layout)
           
 

Methods in com.liferay.portal.kernel.portlet with parameters of type LayoutTypePortlet
protected  String BasePortletLayoutFinder.getPortletId(LayoutTypePortlet layoutTypePortlet, String portletId)
           
 

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

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

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
static PortletCategory PortletCategoryUtil.getRelevantPortletCategory(PermissionChecker permissionChecker, long companyId, Layout layout, PortletCategory portletCategory, LayoutTypePortlet layoutTypePortlet)
           
protected static PortletCategory PortletCategoryUtil.getRelevantPortletCategory(PermissionChecker permissionChecker, long companyId, Layout layout, PortletCategory portletCategory, Set<String> panelSelectedPortletIds, LayoutTypePortlet layoutTypePortlet)
           
 boolean Portal.isSkipPortletContentProcessing(Group group, javax.servlet.http.HttpServletRequest httpServletRequest, LayoutTypePortlet layoutTypePortlet, PortletDisplay portletDisplay, String portletName)
           
 boolean PortalImpl.isSkipPortletContentProcessing(Group group, javax.servlet.http.HttpServletRequest httpServletRequest, LayoutTypePortlet layoutTypePortlet, PortletDisplay portletDisplay, String portletName)
           
static boolean PortalUtil.isSkipPortletContentProcesssing(Group group, javax.servlet.http.HttpServletRequest htpServletRequest, LayoutTypePortlet layoutTypePortlet, PortletDisplay portletDisplay, String portletName)
           
 boolean Portal.isSkipPortletContentRendering(Group group, LayoutTypePortlet layoutTypePortlet, PortletDisplay portletDisplay, String portletName)
           
static boolean PortalUtil.isSkipPortletContentRendering(Group group, LayoutTypePortlet layoutTypePortlet, PortletDisplay portletDisplay, String portletName)
           
 boolean PortalImpl.isSkipPortletContentRendering(Group group, LayoutTypePortlet layoutTypePortlet, PortletDisplay portletDisplay, String portletName)
           
 void PortletLister.setLayoutTypePortlet(LayoutTypePortlet layoutTypePortlet)
           
 void PortletListerImpl.setLayoutTypePortlet(LayoutTypePortlet layoutTypePortlet)
           
 


Liferay 7.0-ce-b6