Uses of Class
org.nuiton.wikitty.Tree

Packages that use Tree
org.nuiton.wikitty   
 

Uses of Tree in org.nuiton.wikitty
 

Fields in org.nuiton.wikitty with type parameters of type Tree
protected  List<Tree> Tree.children
           
 

Methods in org.nuiton.wikitty that return Tree
 Tree WikittyProxy.restoreTree(String wikittyId)
           
 Tree WikittyService.restoreTree(String securityToken, String wikittyId)
          Retrieve all wikitties children (recursively) of an other one Wikitty reference by wikittyId MUST include the 'Node' extension
 Tree WikittyServiceDelegator.restoreTree(String securityToken, String wikittyId)
           
 Tree WikittyServiceCached.restoreTree(String securityToken, String wikittyId)
          just wrap service method
 Tree WikittyServiceNotifier.restoreTree(String securityToken, String wikittyId)
           
 Tree WikittyServiceSecurity.restoreTree(String securityToken, String wikittyId)
           
 Tree WikittyServiceImpl.restoreTree(String securityToken, String wikittyId)
           
protected  Tree WikittyServiceImpl.restoreTree(String securityToken, WikittyTransaction transaction, String wikittyId)
           
 

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

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



Copyright © 2009-2010 CodeLutin. All Rights Reserved.