Liferay 7.0-ce-b4

com.liferay.portal.util
Class LayoutListUtil

java.lang.Object
  extended by com.liferay.portal.util.LayoutListUtil

public class LayoutListUtil
extends Object


Constructor Summary
LayoutListUtil()
           
 
Method Summary
protected static String buildCacheKey(long groupId, boolean privateLayout, String rootNodeName, Locale locale)
           
protected static List<LayoutDescription> doGetLayoutDescriptions(long groupId, boolean privateLayout, String rootNodeName, Locale locale)
           
static List<LayoutDescription> getLayoutDescriptions(long groupId, boolean privateLayout, String rootNodeName, Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutListUtil

public LayoutListUtil()
Method Detail

getLayoutDescriptions

public static List<LayoutDescription> getLayoutDescriptions(long groupId,
                                                            boolean privateLayout,
                                                            String rootNodeName,
                                                            Locale locale)

buildCacheKey

protected static String buildCacheKey(long groupId,
                                      boolean privateLayout,
                                      String rootNodeName,
                                      Locale locale)

doGetLayoutDescriptions

protected static List<LayoutDescription> doGetLayoutDescriptions(long groupId,
                                                                 boolean privateLayout,
                                                                 String rootNodeName,
                                                                 Locale locale)

Liferay 7.0-ce-b4