it.eng.spagobi.services.dao
Class TreeFunctionalitiesDAO

java.lang.Object
  extended byit.eng.spagobi.services.dao.TreeFunctionalitiesDAO
All Implemented Interfaces:
ITreeFunctionalitiesDAO

public class TreeFunctionalitiesDAO
extends java.lang.Object
implements ITreeFunctionalitiesDAO

The DAO implementation for Tree functionalities.

Author:
sulis

Constructor Summary
TreeFunctionalitiesDAO()
           
 
Method Summary
 it.eng.spago.base.SourceBean getXmlTreeFunctionalities(java.lang.String path, it.eng.spago.security.IEngUserProfile prof)
          Gets a Functionality tree from path and User Profile information.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeFunctionalitiesDAO

public TreeFunctionalitiesDAO()
Method Detail

getXmlTreeFunctionalities

public it.eng.spago.base.SourceBean getXmlTreeFunctionalities(java.lang.String path,
                                                              it.eng.spago.security.IEngUserProfile prof)
Gets a Functionality tree from path and User Profile information.

Specified by:
getXmlTreeFunctionalities in interface ITreeFunctionalitiesDAO
Parameters:
path - The functionalities tree path String
prof - The User Profile object
Returns:
Tre SourceBean containing the Functionality Tree.