Class NavigatorTreeDialogModelFactory

    • Constructor Detail

      • NavigatorTreeDialogModelFactory

        public NavigatorTreeDialogModelFactory()
    • Method Detail

      • createBasicDbObjectBasedOnAbsentModel

        public NavigatorTreeDialogModel createBasicDbObjectBasedOnAbsentModel​(BasicDbObject context)
        Creates BasicDbObject based on dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createBasicDbObjectBasedOnCheckedModel

        public NavigatorTreeDialogModel createBasicDbObjectBasedOnCheckedModel​(BasicDbObject context)
        Creates BasicDbObject based on dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createTableBasedOnCheckedModel

        public NavigatorTreeDialogModel createTableBasedOnCheckedModel​(Table context)
        Creates Table based on dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createBasicDbObjectBasisForAbsentModel

        public NavigatorTreeDialogModel createBasicDbObjectBasisForAbsentModel​(BasicDbObject context)
        Creates BasicDbObject basis for dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createBasicRegisterRecordersAbsentModel

        public NavigatorTreeDialogModel createBasicRegisterRecordersAbsentModel​(BasicRegister context)
        Creates BasicRegister recorders dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createCatalogOwnersAbsentModel

        public NavigatorTreeDialogModel createCatalogOwnersAbsentModel​(Catalog context)
        Creates Catalog owners dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createCatalogOwnersCheckedModel

        public NavigatorTreeDialogModel createCatalogOwnersCheckedModel​(Catalog context)
        Creates Catalog owners dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createCharacteristicsDescriptionCharacteristicTypesCheckedModel

        public NavigatorTreeDialogModel createCharacteristicsDescriptionCharacteristicTypesCheckedModel​(CharacteristicsDescription context)
        Creates CharacteristicsDescription types dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createCharacteristicsDescriptionCharacteristicTypesCheckedModel

        public NavigatorTreeDialogModel createCharacteristicsDescriptionCharacteristicTypesCheckedModel​(CharacteristicsDescription actualObject,
                                                                                                        MdObject container,
                                                                                                        IV8Project v8project)
        Creates CharacteristicsDescription dialog model for new context object and his v8 project with showing checked objects.
        Parameters:
        actualObject - the new context object, cannot be null
        container - the characteristics owner, cannot be null
        v8project - the v8 project, cannot be null
        Returns:
        the dialog model, cannot be null
      • createCharacteristicsDescriptionCharacteristicValuesCheckedModel

        public NavigatorTreeDialogModel createCharacteristicsDescriptionCharacteristicValuesCheckedModel​(CharacteristicsDescription context)
        Creates CharacteristicsDescription values dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createCharacteristicsDescriptionCharacteristicValuesCheckedModel

        public NavigatorTreeDialogModel createCharacteristicsDescriptionCharacteristicValuesCheckedModel​(CharacteristicsDescription context,
                                                                                                         MdObject container,
                                                                                                         IV8Project v8project)
        Creates CharacteristicsDescription values dialog model for new context object, his container and v8 project with showing checked objects.
        Parameters:
        context - the new context object, cannot be null
        container - the characteristics owner, cannot be null
        v8project - the v8 project, cannot be null
        Returns:
        the dialog model, cannot be null
      • createChartOfCalculationTypesBaseCalculationTypesAbsentModel

        public NavigatorTreeDialogModel createChartOfCalculationTypesBaseCalculationTypesAbsentModel​(ChartOfCalculationTypes context)
        Creates ChartOfCalculationTypes base calculation types dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createColumnReferencesCheckedModel

        public NavigatorTreeDialogModel createColumnReferencesCheckedModel​(Column context)
        Creates Column references dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createColumnReferencesCheckedModel

        public NavigatorTreeDialogModel createColumnReferencesCheckedModel​(Column context,
                                                                           DocumentJournal container,
                                                                           IV8Project v8project)
        Creates Column references dialog model for new context object, his container and v8 project with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        container - , the document journal, cannot be null
        v8project - the v8 project, cannot be null
        Returns:
        the dialog model, cannot be null
      • createCommonAttributeConditionalSeparationCheckedModel

        public NavigatorTreeDialogModel createCommonAttributeConditionalSeparationCheckedModel​(CommonAttribute context)
        Creates CommonAttribute conditional separation dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createConfigurationAdditionalFullTextSearchDictionariesCheckedModel

        public NavigatorTreeDialogModel createConfigurationAdditionalFullTextSearchDictionariesCheckedModel​(Configuration context)
        Creates Configuration additional full text search dictionaries dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createDocumentDocumentJournalsAbsentModel

        public NavigatorTreeDialogModel createDocumentDocumentJournalsAbsentModel​(Document context)
        Creates Document document journals dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createDocumentJournalRegisteredDocumentsAbsentModel

        public NavigatorTreeDialogModel createDocumentJournalRegisteredDocumentsAbsentModel​(DocumentJournal context)
        Creates DocumentJournal registered documents for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createDocumentJournalRegisteredDocumentsCheckedModel

        public NavigatorTreeDialogModel createDocumentJournalRegisteredDocumentsCheckedModel​(DocumentJournal context)
        Creates DocumentJournal registered documents dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createDocumentRegisterRecordsAbsentModel

        public NavigatorTreeDialogModel createDocumentRegisterRecordsAbsentModel​(Document context)
        Creates Document register records dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the model, cannot be null
      • createDocumentRegisterRecordsCheckedModel

        public NavigatorTreeDialogModel createDocumentRegisterRecordsCheckedModel​(Document context)
        Creates Document register records dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createDocumentSequencesAbsentModel

        public NavigatorTreeDialogModel createDocumentSequencesAbsentModel​(Document context)
        Creates Document sequences dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createExchangePlanContentAbsentModel

        public NavigatorTreeDialogModel createExchangePlanContentAbsentModel​(ExchangePlan context)
        Creates ExchangePlan content dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createConfigurationStandaloneContentDialogModel

        public NavigatorTreeDialogModel createConfigurationStandaloneContentDialogModel​(Configuration configuration)
        Creates NavigatorTreeDialogModel for configuration standalone content.
        Parameters:
        configuration - the configuration, cannot be null
        Returns:
        the dialog model, never null
      • createFilterCriterionContentAbsentModel

        public NavigatorTreeDialogModel createFilterCriterionContentAbsentModel​(FilterCriterion context)
        Creates FilterCriterion content dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        dialog the model, cannot be null
      • createFilterCriterionContentAbsentModel

        public NavigatorTreeDialogModel createFilterCriterionContentAbsentModel​(FilterCriterion context,
                                                                                Predicate<org.eclipse.xtext.resource.IEObjectDescription> filterPredicate)
        Creates FilterCriterion content dialog model for context object without showing checked objects and filter predicate.
        Parameters:
        context - the context object, cannot be null
        filterPredicate - the additional filter predicate, cannot be null
        Returns:
        dialog the model, cannot be null
      • createFilterCriterionContentCheckedModel

        public NavigatorTreeDialogModel createFilterCriterionContentCheckedModel​(FilterCriterion context)
        Creates FilterCriterion content dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createFilterCriterionContentCheckedModel

        public NavigatorTreeDialogModel createFilterCriterionContentCheckedModel​(FilterCriterion context,
                                                                                 Predicate<org.eclipse.xtext.resource.IEObjectDescription> filterPredicate)
        Creates FilterCriterion content dialog model for context object with showing checked objects and filter predicate.
        Parameters:
        context - the context object, cannot be null
        filterPredicate - the additional filter predicate, cannot be null
        Returns:
        the dialog model, cannot be null
      • createFunctionalOptionContentAbsentModel

        public NavigatorTreeDialogModel createFunctionalOptionContentAbsentModel​(FunctionalOption context)
        Creates FunctionalOption content dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createFunctionalOptionLocationCheckedModel

        public NavigatorTreeDialogModel createFunctionalOptionLocationCheckedModel​(FunctionalOption context)
        Creates FunctionalOption location dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createFunctionalOptionLocationCheckedModel

        public NavigatorTreeDialogModel createFunctionalOptionLocationCheckedModel​(FunctionalOption context,
                                                                                   IV8Project v8project)
        Creates FunctionalOption location dialog model for context object and his v8 project without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createMdObjectFunctionalOptionsAbsentModel

        public NavigatorTreeDialogModel createMdObjectFunctionalOptionsAbsentModel​(MdObject context)
        Creates MdObject functional options dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createMdObjectSubsystemsAbsentModel

        public NavigatorTreeDialogModel createMdObjectSubsystemsAbsentModel​(MdObject context)
        Creates MdObject subsystems dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createRecalculationDimensionLeadingRegisterDataCheckedModel

        public NavigatorTreeDialogModel createRecalculationDimensionLeadingRegisterDataCheckedModel​(RecalculationDimension context)
        Creates RecalculationDimension leading register data dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createReportFormCheckedModel

        public NavigatorTreeDialogModel createReportFormCheckedModel​(MdObject context,
                                                                     org.eclipse.emf.ecore.EStructuralFeature formFeature)
        Creates Report form feature dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        formFeature - the form feature, cannot be null
        Returns:
        the dialog model, cannot be null
      • createSequenceDimensionDocumentMapCheckedModel

        public NavigatorTreeDialogModel createSequenceDimensionDocumentMapCheckedModel​(SequenceDimension context)
        Creates SequenceDimension document map dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createSequenceDimensionRegisterRecordsMapCheckedModel

        public NavigatorTreeDialogModel createSequenceDimensionRegisterRecordsMapCheckedModel​(SequenceDimension context)
        Creates SequenceDimension register records map dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createSequenceDocumentsAbsentModel

        public NavigatorTreeDialogModel createSequenceDocumentsAbsentModel​(Sequence context)
        Creates Sequence documents dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createSequenceDocumentsCheckedModel

        public NavigatorTreeDialogModel createSequenceDocumentsCheckedModel​(Sequence context)
        Creates Sequence documents dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createSequenceRegisterRecordsAbsentModel

        public NavigatorTreeDialogModel createSequenceRegisterRecordsAbsentModel​(Sequence context)
        Creates Sequence register records dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createSequenceRegisterRecordsCheckedModel

        public NavigatorTreeDialogModel createSequenceRegisterRecordsCheckedModel​(Sequence context)
        Creates Sequence register records dialog model for context object with showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null
      • createSubsystemContentAbsentModel

        public NavigatorTreeDialogModel createSubsystemContentAbsentModel​(Subsystem context)
        Creates Subsystem content dialog model for context object without showing checked objects.
        Parameters:
        context - the context object, cannot be null
        Returns:
        the dialog model, cannot be null