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