Package com.liferay.portal.kernel.util
Class SessionTreeJSClicks
Object
com.liferay.portal.kernel.util.SessionTreeJSClicks
- Author:
- Brian Wing Shun Chan, Eduardo Lundgren
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcloseLayoutNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, boolean privateLayout, long layoutId, boolean recursive) static voidstatic voidcloseNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId) static voidcloseNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, String[] nodeIds) getLayoutIds(javax.servlet.http.HttpServletRequest httpServletRequest, boolean privateLayout, long parentLayoutId, List<String> layoutIds) static StringgetOpenNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId) static voidopenLayoutNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, boolean privateLayout, long layoutId, boolean recursive) static voidstatic voidopenNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, String[] nodeIds)
-
Constructor Details
-
SessionTreeJSClicks
public SessionTreeJSClicks()
-
-
Method Details
-
closeLayoutNodes
public static void closeLayoutNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, boolean privateLayout, long layoutId, boolean recursive) -
closeNode
-
closeNodes
public static void closeNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId) -
closeNodes
-
getOpenNodes
-
openLayoutNodes
public static void openLayoutNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, boolean privateLayout, long layoutId, boolean recursive) -
openNode
-
openNodes
-
getLayoutIds
protected static List<String> getLayoutIds(javax.servlet.http.HttpServletRequest httpServletRequest, boolean privateLayout, long parentLayoutId, List<String> layoutIds) throws Exception - Throws:
Exception
-