Package com.liferay.layout.util
Interface LayoutsTree
public interface LayoutsTree
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.json.JSONArray
getLayoutsJSONArray
(Set<Long> expandedLayoutIds, long groupId, javax.servlet.http.HttpServletRequest httpServletRequest, boolean includeActions, boolean incomplete, boolean loadMore, long parentLayoutId, boolean privateLayout, String treeId)
-
Method Details
-
getLayoutsJSONArray
com.liferay.portal.kernel.json.JSONArray getLayoutsJSONArray(Set<Long> expandedLayoutIds, long groupId, javax.servlet.http.HttpServletRequest httpServletRequest, boolean includeActions, boolean incomplete, boolean loadMore, long parentLayoutId, boolean privateLayout, String treeId) throws Exception - Throws:
Exception
-