Liferay 7.0-ce-m3

Uses of Class
com.liferay.portal.util.LayoutDescription

Packages that use LayoutDescription
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portlet.layoutsadmin.context   
 

Uses of LayoutDescription in com.liferay.portal.util
 

Methods in com.liferay.portal.util that return types with arguments of type LayoutDescription
protected static List<LayoutDescription> LayoutListUtil.doGetLayoutDescriptions(long groupId, boolean privateLayout, String rootNodeName, Locale locale)
           
static List<LayoutDescription> LayoutListUtil.getLayoutDescriptions(long groupId, boolean privateLayout, String rootNodeName, Locale locale)
           
 

Uses of LayoutDescription in com.liferay.portlet.layoutsadmin.context
 

Methods in com.liferay.portlet.layoutsadmin.context that return types with arguments of type LayoutDescription
 List<LayoutDescription> LayoutsAdminDisplayContext.getLayoutDescriptions()
           
 


Liferay 7.0-ce-m3