public class LayoutsTreeUtil
extends Object
| Constructor and Description |
|---|
LayoutsTreeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean incomplete,
String treeId) |
static String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean incomplete,
String treeId,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) |
static String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean privateLayout,
long layoutId,
int max) |
static String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean privateLayout,
long layoutId,
int max,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) |
static String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean privateLayout,
long parentLayoutId,
long[] expandedLayoutIds,
boolean incomplete,
String treeId) |
static String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean privateLayout,
long parentLayoutId,
long[] expandedLayoutIds,
boolean incomplete,
String treeId,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) |
static String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
String treeId) |
static String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
String treeId,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) |
public static String getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean incomplete,
String treeId)
throws Exception
Exceptionpublic static String getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean incomplete,
String treeId,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch)
throws Exception
Exceptionpublic static String getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean privateLayout,
long layoutId,
int max)
throws Exception
Exceptionpublic static String getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean privateLayout,
long layoutId,
int max,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch)
throws Exception
Exceptionpublic static String getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean privateLayout,
long parentLayoutId,
long[] expandedLayoutIds,
boolean incomplete,
String treeId)
throws Exception
Exceptionpublic static String getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean privateLayout,
long parentLayoutId,
long[] expandedLayoutIds,
boolean incomplete,
String treeId,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch)
throws Exception
Exceptionpublic static String getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
String treeId)
throws Exception
Exceptionpublic static String getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
String treeId,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch)
throws Exception
Exception