public class SessionTreeJSClicks
extends Object
Constructor and Description |
---|
SessionTreeJSClicks() |
Modifier and Type | Method and Description |
---|---|
static void |
closeLayoutNodes(javax.servlet.http.HttpServletRequest httpServletRequest,
String treeId,
boolean privateLayout,
long layoutId,
boolean recursive) |
static void |
closeNode(javax.servlet.http.HttpServletRequest httpServletRequest,
String treeId,
String nodeId) |
static void |
closeNodes(javax.servlet.http.HttpServletRequest httpServletRequest,
String treeId) |
static void |
closeNodes(javax.servlet.http.HttpServletRequest httpServletRequest,
String treeId,
String[] nodeIds) |
protected static List<String> |
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 |
openNode(javax.servlet.http.HttpServletRequest httpServletRequest,
String treeId,
String nodeId) |
static void |
openNodes(javax.servlet.http.HttpServletRequest httpServletRequest,
String treeId,
String[] nodeIds) |
public static void closeLayoutNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, boolean privateLayout, long layoutId, boolean recursive)
public static void closeNode(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, String nodeId)
public static void closeNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId)
public static void closeNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, String[] nodeIds)
public static String getOpenNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId)
public static void openLayoutNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, boolean privateLayout, long layoutId, boolean recursive)
public static void openNode(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, String nodeId)
public static void openNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, String[] nodeIds)
protected static List<String> getLayoutIds(javax.servlet.http.HttpServletRequest httpServletRequest, boolean privateLayout, long parentLayoutId, List<String> layoutIds) throws Exception
Exception