Uses of Class
it.sistematica.isharedoc.model.organization.OrganizationTree

Packages that use OrganizationTree
it.sistematica.isharedoc.action.workgroup   
it.sistematica.isharedoc.model.organization   
 

Uses of OrganizationTree in it.sistematica.isharedoc.action.workgroup
 

Methods in it.sistematica.isharedoc.action.workgroup that return OrganizationTree
 OrganizationTree OrganizationTreeAction.getOrganizationTree()
           
 

Methods in it.sistematica.isharedoc.action.workgroup that return types with arguments of type OrganizationTree
 java.util.List<OrganizationTree> OrganizationTreeAction.getTreeOrganizations()
           
 

Uses of OrganizationTree in it.sistematica.isharedoc.model.organization
 

Fields in it.sistematica.isharedoc.model.organization declared as OrganizationTree
protected  OrganizationTree OrganizationTree.parent
           
 

Fields in it.sistematica.isharedoc.model.organization with type parameters of type OrganizationTree
protected  java.util.List<OrganizationTree> OrganizationVersion.childs
           
protected  java.util.List<OrganizationTree> OrganizationTree.childs
           
protected  java.util.List<OrganizationTree> Organization.trees
           
 

Methods in it.sistematica.isharedoc.model.organization that return OrganizationTree
 OrganizationTree Organization.getActiveTree()
           
 OrganizationTree OrganizationTree.getParent()
           
 

Methods in it.sistematica.isharedoc.model.organization that return types with arguments of type OrganizationTree
 java.util.List<OrganizationTree> OrganizationTree.getAscendings()
           
 java.util.List<OrganizationTree> OrganizationVersion.getChilds()
           
 java.util.List<OrganizationTree> OrganizationTree.getChilds()
           
 java.util.List<OrganizationTree> Organization.getTrees()
           
 

Methods in it.sistematica.isharedoc.model.organization with parameters of type OrganizationTree
 void Organization.addTree(OrganizationTree tree)
           
 void Organization.removeTree(OrganizationTree tree)
           
 void OrganizationTree.setParent(OrganizationTree parent)
           
 

Method parameters in it.sistematica.isharedoc.model.organization with type arguments of type OrganizationTree
 void OrganizationVersion.setChilds(java.util.List<OrganizationTree> childs)
           
 void OrganizationTree.setChilds(java.util.List<OrganizationTree> childs)
           
 void Organization.setTrees(java.util.List<OrganizationTree> trees)