| Modifier and Type | Field and Description |
|---|---|
protected ClassTree[] |
ClassTree.children |
| Modifier and Type | Method and Description |
|---|---|
ClassTree |
ClassTree.find(java.lang.String fullyQualifiedClassname) |
ClassTree[] |
ClassTree.getChildren() |
ClassTree |
ClassMetadata.getPolymorphicEntities() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClassTree> |
ClassTree.getCollapsedClassTrees() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassTree.addChildren(ClassTree tree,
java.util.List<ClassTree> list) |
void |
ClassTree.setChildren(ClassTree[] children) |
void |
ClassMetadata.setPolymorphicEntities(ClassTree polymorphicEntities) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassTree.addChildren(ClassTree tree,
java.util.List<ClassTree> list) |
| Modifier and Type | Method and Description |
|---|---|
ClassTree |
DynamicEntityDaoImpl.getClassTree(java.lang.Class<?>[] polymorphicClasses) |
ClassTree |
DynamicEntityDao.getClassTree(java.lang.Class<?>[] polymorphicClasses) |
ClassTree |
DynamicEntityDaoImpl.getClassTreeFromCeiling(java.lang.Class<?> ceilingClass) |
ClassTree |
DynamicEntityDao.getClassTreeFromCeiling(java.lang.Class<?> ceilingClass) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DynamicEntityDaoImpl.addClassToTree(java.lang.Class<?> clazz,
ClassTree tree) |
protected void |
DynamicEntityDaoImpl.createClassTreeFromAnnotation(java.lang.Class<?> clazz,
ClassTree myTree) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PolymorphicEntityMapUtil.buildPolymorphicEntityMap(ClassTree entity,
java.util.LinkedHashMap<java.lang.String,java.lang.String> map) |
java.util.LinkedHashMap<java.lang.String,java.lang.String> |
PolymorphicEntityMapUtil.convertClassTreeToMap(ClassTree polymorphicEntityTree) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ClassTree> |
AdminAbstractController.getAddEntityTypes(ClassTree classTree)
If there are certain types of entities that should not be allowed to be created, an override of this method would be
able to specify that.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ClassTree> |
AdminAbstractController.getAddEntityTypes(ClassTree classTree)
If there are certain types of entities that should not be allowed to be created, an override of this method would be
able to specify that.
|
Copyright © 2018. All Rights Reserved.