Liferay 6.1.2-ce-ga3

com.liferay.portlet.layoutsadmin.util
Class LayoutsTreeUtil

java.lang.Object
  extended by com.liferay.portlet.layoutsadmin.util.LayoutsTreeUtil

public class LayoutsTreeUtil
extends Object


Constructor Summary
LayoutsTreeUtil()
           
 
Method Summary
static String getLayoutsJSON(javax.servlet.http.HttpServletRequest request, long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete)
           
static String getLayoutsJSON(javax.servlet.http.HttpServletRequest request, long groupId, boolean privateLayout, long parentLayoutId, long[] expandedLayoutIds, boolean incomplete)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutsTreeUtil

public LayoutsTreeUtil()
Method Detail

getLayoutsJSON

public static String getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
                                    long groupId,
                                    boolean privateLayout,
                                    long parentLayoutId,
                                    boolean incomplete)
                             throws Exception
Throws:
Exception

getLayoutsJSON

public static String getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
                                    long groupId,
                                    boolean privateLayout,
                                    long parentLayoutId,
                                    long[] expandedLayoutIds,
                                    boolean incomplete)
                             throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3