public interface LayoutsTree
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean includeActions,
boolean privateLayout,
long layoutId,
int max,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) |
java.lang.String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean includeActions,
boolean privateLayout,
long parentLayoutId,
long[] expandedLayoutIds,
boolean incomplete,
java.lang.String treeId,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) |
java.lang.String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean includeActions,
java.lang.String treeId,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) |
java.lang.String getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean includeActions,
boolean privateLayout,
long layoutId,
int max,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch)
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean includeActions,
boolean privateLayout,
long parentLayoutId,
long[] expandedLayoutIds,
boolean incomplete,
java.lang.String treeId,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch)
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
boolean includeActions,
java.lang.String treeId,
com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch)
throws java.lang.Exception
java.lang.Exception