@Service(value=PdoTreeFactory.class) public class DefaultPdoTreeFactory extends Object implements PdoTreeFactory
PdoTrees.| Constructor and Description |
|---|
DefaultPdoTreeFactory() |
| Modifier and Type | Method and Description |
|---|---|
PdoTree |
createPdoTree()
Creates an empty tree.
|
PdoTree |
createPdoTree(Collection<?> objects)
Creates a tree.
If the given object is a Collection the objects of the collection
will be shown in the tree. |
PdoTree |
createPdoTree(Object object)
Creates a tree.
If the given object is a Collection the objects of the collection
will be shown in the tree. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstancepublic PdoTree createPdoTree(Collection<?> objects)
Collection the objects of the collection
will be shown in the tree. If it is some other object, only that
object is shown.PersistentDomainObjects.createPdoTree in interface PdoTreeFactoryobjects - the objects, null if empty treepublic PdoTree createPdoTree(Object object)
Collection the objects of the collection
will be shown in the tree. If it is some other object, only that
object is shown.PersistentDomainObjects.createPdoTree in interface PdoTreeFactoryobject - the object or collection of objects, null if empty treepublic PdoTree createPdoTree()
createPdoTree in interface PdoTreeFactoryTentackle - distributed, domain- and model-driven