@Service public class EntityTreeUtilsService extends Object
| Constructor and Description |
|---|
EntityTreeUtilsService() |
| Modifier and Type | Method and Description |
|---|---|
static EntityTree |
getDetachedEntityTree(List<Entity> entities)
Return new instance of DetachedEntityTreeImpl, contains specified entities
|
List<Entity> |
getSortedEntities(EntityTree tree)
Return list of entities sorted in the same order as they appear on the tree
|
public static EntityTree getDetachedEntityTree(List<Entity> entities)
entities - entity tree nodespublic List<Entity> getSortedEntities(EntityTree tree)
tree - entity tree containing entities to be listedCopyright © 2010-2025 Qcadoo Limited