Interface LayoutsTree


public interface LayoutsTree
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
  • 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