Class SessionTreeJSClicks

Object
com.liferay.portal.kernel.util.SessionTreeJSClicks

public class SessionTreeJSClicks extends Object
Author:
Brian Wing Shun Chan, Eduardo Lundgren
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static void closeNode(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, String nodeId)
    • closeNodes

      public static void closeNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId)
    • closeNodes

      public static void closeNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, String[] nodeIds)
    • getOpenNodes

      public static String getOpenNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId)
    • openLayoutNodes

      public static void openLayoutNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, boolean privateLayout, long layoutId, boolean recursive)
    • openNode

      public static void openNode(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, String nodeId)
    • openNodes

      public static void openNodes(javax.servlet.http.HttpServletRequest httpServletRequest, String treeId, String[] nodeIds)
    • getLayoutIds

      protected static List<String> getLayoutIds(javax.servlet.http.HttpServletRequest httpServletRequest, boolean privateLayout, long parentLayoutId, List<String> layoutIds) throws Exception
      Throws:
      Exception