ref #10186 further remove ConversationHolder from TaxEditor code and some cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / feature / CharacterNodeDtoDetailElement.java
index f7a2f1fb80483734b623c3b544b757803f0fae7b..aaebe42ae2f6cb4c30dd7bd36327b711c4df11e3 100755 (executable)
@@ -138,20 +138,20 @@ public class CharacterNodeDtoDetailElement extends AbstractCdmDetailElement<Term
 //         removeCategoricalWidgets();
 //
 //         //measurement units
-//         sectionMeasurementUnits = formFactory.createMeasurementUnitCollectionSection(getConversationHolder(),
+//         sectionMeasurementUnits = formFactory.createMeasurementUnitCollectionSection(
 //                 parentFormElement, StoreUtil.getSectionStyle(MeasurementUnitCollectionSection.class, getEntity().getClass().getCanonicalName(), true));
 //         sectionMeasurementUnits.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
 //         sectionMeasurementUnits.setEntity(getEntity().getTerm());
 //
 //         //statistical measures
 //         sectionStatisticalMeasures = formFactory.createStatisticalMeasureCollectionSection(
-//                 getConversationHolder(), parentFormElement, StoreUtil.getSectionStyle(StatisticalMeasureCollectionSection.class, getEntity().getClass().getCanonicalName(), true));
+//                 parentFormElement, StoreUtil.getSectionStyle(StatisticalMeasureCollectionSection.class, getEntity().getClass().getCanonicalName(), true));
 //         sectionStatisticalMeasures.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
 //         sectionStatisticalMeasures.setEntity(getEntity().getTerm());
 //
 //         //modifiers
 //         sectionModifierVocabularies = formFactory.createRecommendedModifierVocabulariesCollectionSection(
-//                 getConversationHolder(), parentFormElement, StoreUtil.getSectionStyle(RecommendedModifierVocabulariesCollectionSection.class, getEntity().getClass().getCanonicalName(), true));
+//                 parentFormElement, StoreUtil.getSectionStyle(RecommendedModifierVocabulariesCollectionSection.class, getEntity().getClass().getCanonicalName(), true));
 //         sectionModifierVocabularies.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
 //         sectionModifierVocabularies.setEntity(getEntity().getTerm());
 //     }
@@ -171,14 +171,14 @@ public class CharacterNodeDtoDetailElement extends AbstractCdmDetailElement<Term
 //         removeQuantitativeWidgets();
 //
 //         //states
-//         sectionStateVocabularies = formFactory.createStateVocabulariesSection(getConversationHolder(),
+//         sectionStateVocabularies = formFactory.createStateVocabulariesSection(
 //                parentFormElement, StoreUtil.getSectionStyle(StateVocabularyCollectionSection.class, getEntity().getClass().getCanonicalName(), true));
 //        sectionStateVocabularies.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
 //        sectionStateVocabularies.setEntity(getEntity().getTerm());
 //
 //        //modifiers
 //        sectionModifierVocabularies = formFactory.createRecommendedModifierVocabulariesCollectionSection(
-//                getConversationHolder(), parentFormElement, StoreUtil.getSectionStyle(RecommendedModifierVocabulariesCollectionSection.class, getEntity().getClass().getCanonicalName(), true));
+//                parentFormElement, StoreUtil.getSectionStyle(RecommendedModifierVocabulariesCollectionSection.class, getEntity().getClass().getCanonicalName(), true));
 //        sectionModifierVocabularies.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
 //        sectionModifierVocabularies.setEntity(getEntity().getTerm());
 //     }