it.eng.spagobi.analiticalmodel.functionalitytree.presentation
Class FunctionalitiesTreeInsertObjectHtmlGenerator

java.lang.Object
  extended by it.eng.spagobi.analiticalmodel.functionalitytree.presentation.FunctionalitiesTreeInsertObjectHtmlGenerator
All Implemented Interfaces:
ITreeHtmlGenerator

public class FunctionalitiesTreeInsertObjectHtmlGenerator
extends java.lang.Object
implements ITreeHtmlGenerator

Contains all methods needed to generate and modify a tree object for Functionalities and an object insertion. There are methods to generate tree, configure, insert and modify elements.


Field Summary
protected  java.lang.String requestIdentity
           
 
Constructor Summary
FunctionalitiesTreeInsertObjectHtmlGenerator()
           
 
Method Summary
 java.lang.StringBuffer makeAccessibleTree(java.util.List objectsList, javax.servlet.http.HttpServletRequest httpRequest, java.lang.String initialPath)
          Make tree method for accessible trees.
 java.lang.StringBuffer makeTree(java.util.List objectsList, javax.servlet.http.HttpServletRequest httpReq, java.lang.String initialPath)
          Function that builds the tree A separate root folder for personal folders.
 java.lang.StringBuffer makeTree(java.util.List objectsList, javax.servlet.http.HttpServletRequest httpRequest, java.lang.String initialPath, java.lang.String treename)
          Make tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestIdentity

protected java.lang.String requestIdentity
Constructor Detail

FunctionalitiesTreeInsertObjectHtmlGenerator

public FunctionalitiesTreeInsertObjectHtmlGenerator()
Method Detail

makeTree

public java.lang.StringBuffer makeTree(java.util.List objectsList,
                                       javax.servlet.http.HttpServletRequest httpRequest,
                                       java.lang.String initialPath,
                                       java.lang.String treename)
Make tree.

Specified by:
makeTree in interface ITreeHtmlGenerator
Parameters:
objectsList - the objects list
httpRequest - the http request
initialPath - the initial path
treename - the treename
Returns:
the string buffer
See Also:
it.eng.spagobi.analiticalmodel.functionalitytree.presentation.AdminTreeHtmlGenerator#makeConfigurationDtree(java.lang.StringBuffer)

makeTree

public java.lang.StringBuffer makeTree(java.util.List objectsList,
                                       javax.servlet.http.HttpServletRequest httpReq,
                                       java.lang.String initialPath)
Function that builds the tree A separate root folder for personal folders.

Specified by:
makeTree in interface ITreeHtmlGenerator
Parameters:
objectsList - the objects list
httpReq - the http req
initialPath - the initial path
Returns:
the string buffer
See Also:
it.eng.spagobi.analiticalmodel.functionalitytree.presentation.AdminTreeHtmlGenerator#makeTree(it.eng.spago.base.SourceBean,javax.servlet.http.HttpServletRequest)

makeAccessibleTree

public java.lang.StringBuffer makeAccessibleTree(java.util.List objectsList,
                                                 javax.servlet.http.HttpServletRequest httpRequest,
                                                 java.lang.String initialPath)
Description copied from interface: ITreeHtmlGenerator
Make tree method for accessible trees.

Specified by:
makeAccessibleTree in interface ITreeHtmlGenerator
Parameters:
objectsList - the objects list
httpRequest - the http request
initialPath - the initial path
Returns:
the string buffer
See Also:
it.eng.spagobi.analiticalmodel.functionalitytree.presentation.AdminTreeHtmlGenerator#makeTree(it.eng.spago.base.SourceBean,javax.servlet.http.HttpServletRequest)