Class Tree


  • public class Tree
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Tree()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static void checkSecurity​(javax.servlet.http.HttpServletRequest request, java.lang.String application, java.lang.String module)  
      protected void cleanRequest()  
      protected static ModuleContext getContext​(javax.servlet.http.HttpServletRequest request)  
      java.lang.String getNodes​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String application, java.lang.String module, java.lang.String collectionName)  
      protected View getView​(javax.servlet.http.HttpServletRequest request, java.lang.String application, java.lang.String module)  
      protected void initRequest​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String application, java.lang.String module)  
      java.util.List<java.lang.Integer> toIntegerList​(java.util.List<java.lang.String> stringList)  
      void updateNode​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String application, java.lang.String module, java.lang.String collectionName, java.lang.String newPath, java.util.List<java.lang.String> rows, java.util.List<java.lang.String> childRows)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Tree

        public Tree()
    • Method Detail

      • getNodes

        public java.lang.String getNodes​(javax.servlet.http.HttpServletRequest request,
                                         javax.servlet.http.HttpServletResponse response,
                                         java.lang.String application,
                                         java.lang.String module,
                                         java.lang.String collectionName)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • updateNode

        public void updateNode​(javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response,
                               java.lang.String application,
                               java.lang.String module,
                               java.lang.String collectionName,
                               java.lang.String newPath,
                               java.util.List<java.lang.String> rows,
                               java.util.List<java.lang.String> childRows)
                        throws java.lang.NumberFormatException,
                               XavaException,
                               javax.ejb.FinderException,
                               java.rmi.RemoteException
        Throws:
        java.lang.NumberFormatException
        XavaException
        javax.ejb.FinderException
        java.rmi.RemoteException
      • toIntegerList

        public java.util.List<java.lang.Integer> toIntegerList​(java.util.List<java.lang.String> stringList)
      • getView

        protected View getView​(javax.servlet.http.HttpServletRequest request,
                               java.lang.String application,
                               java.lang.String module)
      • getContext

        protected static ModuleContext getContext​(javax.servlet.http.HttpServletRequest request)
      • initRequest

        protected void initRequest​(javax.servlet.http.HttpServletRequest request,
                                   javax.servlet.http.HttpServletResponse response,
                                   java.lang.String application,
                                   java.lang.String module)
        Since:
        5.4
      • cleanRequest

        protected void cleanRequest()
      • checkSecurity

        protected static void checkSecurity​(javax.servlet.http.HttpServletRequest request,
                                            java.lang.String application,
                                            java.lang.String module)