eu.etaxonomy.cdm.api.service
Class DistributionTree

java.lang.Object
  extended by eu.etaxonomy.cdm.common.Tree<Distribution>
      extended by eu.etaxonomy.cdm.api.service.DistributionTree

public class DistributionTree
extends Tree<Distribution>


Field Summary
static Logger logger
           
 
Constructor Summary
DistributionTree()
           
 
Method Summary
 boolean containsChild(TreeNode<Distribution> root, TreeNode<Distribution> treeNode)
           
 TreeNode<Distribution> getChild(TreeNode<Distribution> root, TreeNode<Distribution> TreeNode)
           
 void orderAsTree(List<Distribution> distList, Set<NamedAreaLevel> omitLevels)
           
 void sortChildren()
           
 
Methods inherited from class eu.etaxonomy.cdm.common.Tree
getRootElement, setRootElement, toList, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

public static final Logger logger
Constructor Detail

DistributionTree

public DistributionTree()
Method Detail

containsChild

public boolean containsChild(TreeNode<Distribution> root,
                             TreeNode<Distribution> treeNode)

getChild

public TreeNode<Distribution> getChild(TreeNode<Distribution> root,
                                       TreeNode<Distribution> TreeNode)

orderAsTree

public void orderAsTree(List<Distribution> distList,
                        Set<NamedAreaLevel> omitLevels)
Parameters:
distList -
omitLevels -

sortChildren

public void sortChildren()


Copyright © 2007-2013 EDIT. All Rights Reserved.