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