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