@ProviderType
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,
boolean incomplete,
String treeId,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) |
static String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
boolean privateLayout,
long layoutId,
int max) |
static String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
boolean privateLayout,
long layoutId,
int max,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) |
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,
boolean privateLayout,
long parentLayoutId,
long[] expandedLayoutIds,
boolean incomplete,
String treeId,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) |
static String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
String treeId) |
static String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
String treeId,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) |
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, boolean incomplete, String treeId, com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) throws Exception
Exception
public static String getLayoutsJSON(javax.servlet.http.HttpServletRequest request, long groupId, boolean privateLayout, long layoutId, int max) throws Exception
Exception
public static String getLayoutsJSON(javax.servlet.http.HttpServletRequest request, long groupId, boolean privateLayout, long layoutId, int max, com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) 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
public static String getLayoutsJSON(javax.servlet.http.HttpServletRequest request, long groupId, boolean privateLayout, long parentLayoutId, long[] expandedLayoutIds, boolean incomplete, String treeId, com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) throws Exception
Exception
public static String getLayoutsJSON(javax.servlet.http.HttpServletRequest request, long groupId, String treeId) throws Exception
Exception
public static String getLayoutsJSON(javax.servlet.http.HttpServletRequest request, long groupId, String treeId, com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) throws Exception
Exception