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 void
closeLayoutNodes
(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, boolean privateLayout, long layoutId, boolean recursive) static void
static void
closeNodes
(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId) static void
closeNodes
(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, String[] nodeIds) getLayoutIds
(javax.servlet.http.HttpServletRequest httpServletRequest, boolean privateLayout, long parentLayoutId, List<String> layoutIds) static String
getOpenNodes
(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId) static void
openLayoutNodes
(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, boolean privateLayout, long layoutId, boolean recursive) static void
static void
openNodes
(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
-