Liferay 6.2-ce-ga5

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, String treeId)
           
static String getLayoutsJSON(javax.servlet.http.HttpServletRequest request, long groupId, boolean privateLayout, long parentLayoutId, long[] expandedLayoutIds, boolean incomplete, String treeId)
           
static String getLayoutsJSON(javax.servlet.http.HttpServletRequest request, long groupId, String treeId)
           
 
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,
                                    String treeId)
                             throws Exception
Throws:
Exception

getLayoutsJSON

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

getLayoutsJSON

public static String getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
                                    long groupId,
                                    String treeId)
                             throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5