public class LayoutsTreeUtil
extends java.lang.Object
| Constructor and Description |
|---|
LayoutsTreeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean incomplete,
java.lang.String treeId) |
static java.lang.String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
boolean privateLayout,
long parentLayoutId,
long[] expandedLayoutIds,
boolean incomplete,
java.lang.String treeId) |
static java.lang.String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
java.lang.String treeId) |
public static java.lang.String getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean incomplete,
java.lang.String treeId)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
boolean privateLayout,
long parentLayoutId,
long[] expandedLayoutIds,
boolean incomplete,
java.lang.String treeId)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
java.lang.String treeId)
throws java.lang.Exception
java.lang.Exception