Uses of Class
org.sharengo.wikitty.Tree

Packages that use Tree
org.sharengo.wikitty   
 

Uses of Tree in org.sharengo.wikitty
 

Methods in org.sharengo.wikitty that return Tree
 Tree AbstractWikittyService.restoreTree(String wikittyId)
           
 Tree WikittyService.restoreTree(String wikittyId)
          Retrieve all wikitties children (recursively) of an other one Wikitty reference by wikittyId MUST include the 'Node' extension
 Tree WikittyDAO.restoreTree(String wikittyId)
           
 Tree WikittyProxy.restoreTree(String wikittyId)
           
protected  Tree AbstractWikittyService.restoreTree(WikittyTransaction transaction, String wikittyId)
           
 

Methods in org.sharengo.wikitty that return types with arguments of type Tree
 List<Tree> Tree.getChildren()
           
 

Methods in org.sharengo.wikitty with parameters of type Tree
 void Tree.addChild(Tree tree)
           
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.