Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewDef
Packages that use DbViewDef
Package
Description
-
Uses of DbViewDef in com._1c.g5.v8.dt.dcs.dataset.fields
Methods in com._1c.g5.v8.dt.dcs.dataset.fields with parameters of type DbViewDefModifier and TypeMethodDescriptionstatic Set<DbViewFieldDef>DynamicListFieldService.getStandardDefFields(DbViewDef mainTable, boolean isOrderFieldsNeeded, Collection<DbViewFieldDef> existFields) Gets set of standardDbViewFieldDeffromDbViewDeftable;
TheisOrderFieldsNeededflag is based on simplified platform field generation strategygetStrategy()->needStandardOrderFields()inULQueryGeneratorstatic Set<DynamicListField>DynamicListFieldService.getStandardFields(DbViewDef mainTable) Gets set of standardDynamicListFieldfromDbViewDeftableDbViewFieldDefmay be repeated in this set because ofFieldCategorydifference -
Uses of DbViewDef in com._1c.g5.v8.dt.form.internal.layout.filtration.commands
Methods in com._1c.g5.v8.dt.form.internal.layout.filtration.commands that return DbViewDefModifier and TypeMethodDescriptionprotected DbViewDefLogFormSrvGridControllerBase.getDBViewDefByTable(Table table) Returns the DB View for the table.Methods in com._1c.g5.v8.dt.form.internal.layout.filtration.commands with parameters of type DbViewDefModifier and TypeMethodDescriptionLogFormSrvGridControllerBase.isDocumentJournal(DbViewDef pViewDef) protected booleanLogFormSrvGridControllerBase.isPeriodAvailable(DbViewDef pViewDef) Checks if the period is available.protected booleanLogFormSrvGridControllerBase.isRegister(DbViewDef pViewDef) -
Uses of DbViewDef in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return DbViewDefModifier and TypeMethodDescriptionDynamicListExtInfo.getMainTable()Returns the value of the 'Main Table' reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type DbViewDefModifier and TypeMethodDescriptionvoidDynamicListExtInfo.setMainTable(DbViewDef value) Sets the value of the 'Main Table' reference. -
Uses of DbViewDef in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return DbViewDefMethods in com._1c.g5.v8.dt.form.model.impl with parameters of type DbViewDefModifier and TypeMethodDescriptionvoidDynamicListExtInfoImpl.setMainTable(DbViewDef newMainTable) -
Uses of DbViewDef in com._1c.g5.v8.dt.form.naming
Methods in com._1c.g5.v8.dt.form.naming with parameters of type DbViewDefModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedNameFormRuQualifiedNameProvider._qualifiedName(DbViewDef dbView) -
Uses of DbViewDef in com._1c.g5.v8.dt.form.service
Methods in com._1c.g5.v8.dt.form.service that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionDynamicListAttributeService.findPotentialMainTables(QuerySchema schema) The method search a potential main tables in aQuerySchemamodelDynamicListAttributeService.findPotentialMainTables(QuerySchemaSelectQuery query) The method search a potential main tables in aQuerySchemaSelectQuerymodelDynamicListAttributeService.findPotentialMainTablesByFieldComputer(QuerySchema schema, IDynamicDbViewFieldComputer dbViewFieldComputer) The method search a potential main tables in aQuerySchemamodelMethods in com._1c.g5.v8.dt.form.service with parameters of type DbViewDefModifier and TypeMethodDescriptionstatic StringDynamicListAttributeService.addStandardFields(QuerySchema schema, String baseQuery, DbViewDef mainTable, boolean isOrderFieldsNeeded, ScriptVariant scriptVariant) Adds standard fields to exiting query for dynamic list from main tablestatic StringDynamicListAttributeService.addStandardFields(String baseQuery, DbViewDef mainTable, IDtProject dtProject, boolean isOrderFieldsNeeded, ScriptVariant scriptVariant) Adds standard fields to exiting query for dynamic list from main tablestatic StringDynamicListAttributeService.addStandardFields(String baseQuery, DbViewDef mainTable, IDtProject dtProject, ScriptVariant scriptVariant) Adds all standard fields (including order fields) to exiting query for dynamic list from main tablestatic StringDynamicListAttributeService.createQueryText(DbViewDef dbView, ScriptVariant lang) Gets query text byDbViewDef.static Collection<DbViewFieldDef>DynamicListAttributeService.getSelectFields(DbViewDef dbView) GetsDbViewFieldDeffromDbViewDef, skips fields with nameDbViewTerms.PRESENTATIONandDbViewTerms.DATA_VERSIONstatic List<DbViewFieldDef>DynamicListAttributeService.getSelectFields(DbViewDef dbView, Collection<DbViewFieldDef> except) GetsDbViewFieldDeffromDbViewDef, skips fields with nameDbViewTerms.PRESENTATION,DbViewTerms.DATA_VERSIONand allDbViewFieldDeffromexceptCollection -
Uses of DbViewDef in com._1c.g5.v8.dt.internal.form.naming
Methods in com._1c.g5.v8.dt.internal.form.naming with parameters of type DbViewDefModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedNameFormQualifiedNameProvider._qualifiedName(DbViewDef dbView) -
Uses of DbViewDef in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.dialogs
Methods in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.dialogs that return DbViewDefModifier and TypeMethodDescriptionDynamicListQueryViewModel.getMainTable()Returns the value of the 'Main Table' attribute.Methods in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.dialogs with parameters of type DbViewDefModifier and TypeMethodDescriptionvoidDynamicListQueryViewModel.setMainTable(DbViewDef value) Sets the value of the 'Main Table' attribute. -
Uses of DbViewDef in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.models
Methods in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.models with parameters of type DbViewDefModifier and TypeMethodDescriptionvoidBmFormDynamicListModel.set(String query, boolean dynamicDataRead, boolean autoFillAvailableField, DbViewDef mainTable, DataCompositionSettings settings, DynamicListKeyType keyType, List<String> keyFields, List<DataSetField> dataSetFields, List<DataCompositionSchemaCalculatedField> calculatedFields, List<DataCompositionSchemaParameter> parameters) voidIFormDynamicListQueryModel.set(String query, boolean dynamicDataRead, boolean autoFillAvailableField, DbViewDef mainTable, DataCompositionSettings settings, DynamicListKeyType keyType, List<String> keyFields, List<DataSetField> dataSetFields, List<DataCompositionSchemaCalculatedField> calculatedFields, List<DataCompositionSchemaParameter> parameters) Sets the given values to model. -
Uses of DbViewDef in com._1c.g5.v8.dt.internal.md.naming
Methods in com._1c.g5.v8.dt.internal.md.naming with parameters of type DbViewDefModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedNameMdQualifiedNameProvider._computeFqn(DbViewDef dbViewDef) -
Uses of DbViewDef in com._1c.g5.v8.dt.md.naming
Methods in com._1c.g5.v8.dt.md.naming with parameters of type DbViewDefModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedNameMdRuQualifiedNameProvider._computeFqn(DbViewDef dbViewDef) -
Uses of DbViewDef in com._1c.g5.v8.dt.metadata.dbview
Subinterfaces of DbViewDef in com._1c.g5.v8.dt.metadata.dbviewModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Select Def'.interfaceA representation of the model object 'Table Def'.interfaceA representation of the model object 'Extended Db View Table Def'.Methods in com._1c.g5.v8.dt.metadata.dbview that return DbViewDefModifier and TypeMethodDescriptionChangeableDbViewDefs.getChangeView()Returns the value of the 'Change View' containment reference.Methods in com._1c.g5.v8.dt.metadata.dbview with parameters of type DbViewDefModifier and TypeMethodDescriptionvoidChangeableDbViewDefs.setChangeView(DbViewDef value) Sets the value of the 'Change View' containment reference. -
Uses of DbViewDef in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewDefModifier and TypeClassDescriptionclassAn implementation of the model object 'Def'.classAn implementation of the model object 'Select Def'.classAn implementation of the model object 'Table Def'.classAn implementation of the model object 'Extended Db View Table Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewDefMethods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type DbViewDefModifier and TypeMethodDescriptionvoidChangeableDbViewDefsImpl.setChangeView(DbViewDef newChangeView) -
Uses of DbViewDef in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util that return DbViewDefModifier and TypeMethodDescriptionstatic DbViewDefDbViewUtil.getMainTable(MdObject mdObject) Get Main table forMdObjectMethods in com._1c.g5.v8.dt.metadata.dbview.util that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionDbViewUtil.getAllTables(MdObject mdObject) Gets all not null db tables for givenMdObjectMethods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewDefModifier and TypeMethodDescriptionDbViewSwitch.caseDbViewDef(DbViewDef object) Returns the result of interpreting the object as an instance of 'Def'. -
Uses of DbViewDef in com._1c.g5.v8.dt.ql.dcs.resource
Methods in com._1c.g5.v8.dt.ql.dcs.resource that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionQlDcsDerivedStateComputer.createDbViewForEachSource(QuerySchemaSource source, QlDerivedStateComputer.NotAllowedNameForTempTableProvider notAllowedNamesForTempTableProvider, List<DbViewDef> earlierCreatedDbViewSource) Method parameters in com._1c.g5.v8.dt.ql.dcs.resource with type arguments of type DbViewDefModifier and TypeMethodDescriptionQlDcsDerivedStateComputer.createDbViewForEachSource(QuerySchemaSource source, QlDerivedStateComputer.NotAllowedNameForTempTableProvider notAllowedNamesForTempTableProvider, List<DbViewDef> earlierCreatedDbViewSource) -
Uses of DbViewDef in com._1c.g5.v8.dt.ql.model
Subinterfaces of DbViewDef in com._1c.g5.v8.dt.ql.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Db View Description Temp Table'.interfaceA representation of the model object 'Db View From Query'.interfaceA representation of the model object 'Db View Nested Table From Query'.interfaceA representation of the model object 'Db View Outer Param Table'.interfaceA representation of the model object 'Unresolved Db View'.Methods in com._1c.g5.v8.dt.ql.model that return DbViewDefModifier and TypeMethodDescriptionDbViewFromQuery.getOriginalDbView()Returns the value of the 'Original Db View' reference.Methods in com._1c.g5.v8.dt.ql.model that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DbViewDef>QuerySchemaOperator.getDbViewByFields()Returns the value of the 'Db View By Fields' containment reference list.org.eclipse.emf.common.util.EList<DbViewDef>QuerySchemaOperator.getDbViewByFrom()Returns the value of the 'Db View By From' containment reference list.Methods in com._1c.g5.v8.dt.ql.model with parameters of type DbViewDefModifier and TypeMethodDescriptionvoidDbViewFromQuery.setOriginalDbView(DbViewDef value) Sets the value of the 'Original Db View' reference. -
Uses of DbViewDef in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement DbViewDefModifier and TypeClassDescriptionclassAn implementation of the model object 'Db View Description Temp Table'.classAn implementation of the model object 'Db View From Query'.classAn implementation of the model object 'Db View Nested Table From Query'.classAn implementation of the model object 'Db View Outer Param Table'.classAn implementation of the model object 'Unresolved Db View'.Methods in com._1c.g5.v8.dt.ql.model.impl that return DbViewDefModifier and TypeMethodDescriptionDbViewFromQueryImpl.getOriginalDbView()DbViewNestedTableFromQueryImpl.getOriginalDbView()Methods in com._1c.g5.v8.dt.ql.model.impl that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DbViewDef>QuerySchemaOperatorImpl.getDbViewByFields()org.eclipse.emf.common.util.EList<DbViewDef>QuerySchemaOperatorImpl.getDbViewByFrom()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type DbViewDefModifier and TypeMethodDescriptionvoidDbViewFromQueryImpl.setOriginalDbView(DbViewDef newOriginalDbView) voidDbViewNestedTableFromQueryImpl.setOriginalDbView(DbViewDef newOriginalDbView) -
Uses of DbViewDef in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type DbViewDefModifier and TypeMethodDescriptionQlSwitch.caseDbViewDef(DbViewDef object) Returns the result of interpreting the object as an instance of 'Def'. -
Uses of DbViewDef in com._1c.g5.v8.dt.ql.resource
Fields in com._1c.g5.v8.dt.ql.resource declared as DbViewDefModifier and TypeFieldDescriptionstatic final DbViewDefDynamicDbViewFieldComputer.UNRESOLVED_DBVIEWMethods in com._1c.g5.v8.dt.ql.resource that return DbViewDefModifier and TypeMethodDescriptionprotected DbViewDefQlDerivedStateComputer.createDbViewForEachQuery(QuerySchemaSelectQuery query) Creates DbView for select queryMethods in com._1c.g5.v8.dt.ql.resource that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionQlDerivedStateComputer.createDbViewForEachSource(QuerySchemaSource source, QlDerivedStateComputer.NotAllowedNameForTempTableProvider notAllowedNamesForTempTableProvider, List<DbViewDef> earlierCreatedDbViewSource) Creates DbView for each source in 'from' sectionMethod parameters in com._1c.g5.v8.dt.ql.resource with type arguments of type DbViewDefModifier and TypeMethodDescriptionQlDerivedStateComputer.createDbViewForEachSource(QuerySchemaSource source, QlDerivedStateComputer.NotAllowedNameForTempTableProvider notAllowedNamesForTempTableProvider, List<DbViewDef> earlierCreatedDbViewSource) Creates DbView for each source in 'from' section -
Uses of DbViewDef in com._1c.g5.v8.dt.right.ql.model
Methods in com._1c.g5.v8.dt.right.ql.model that return DbViewDefModifier and TypeMethodDescriptionQlRestriction.getCurrentTable()Returns the value of the 'Current Table' containment reference.Methods in com._1c.g5.v8.dt.right.ql.model that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DbViewDef>QlRestriction.getDbViewByFrom()Returns the value of the 'Db View By From' containment reference list.Methods in com._1c.g5.v8.dt.right.ql.model with parameters of type DbViewDefModifier and TypeMethodDescriptionvoidQlRestriction.setCurrentTable(DbViewDef value) Sets the value of the 'Current Table' containment reference. -
Uses of DbViewDef in com._1c.g5.v8.dt.right.ql.model.impl
Fields in com._1c.g5.v8.dt.right.ql.model.impl declared as DbViewDefModifier and TypeFieldDescriptionprotected DbViewDefQlRestrictionImpl.currentTableThe cached value of the 'Current Table' containment reference.Fields in com._1c.g5.v8.dt.right.ql.model.impl with type parameters of type DbViewDefModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<DbViewDef>QlRestrictionImpl.dbViewByFromThe cached value of the 'Db View By From' containment reference list.Methods in com._1c.g5.v8.dt.right.ql.model.impl that return DbViewDefMethods in com._1c.g5.v8.dt.right.ql.model.impl that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DbViewDef>QlRestrictionImpl.getDbViewByFrom()Methods in com._1c.g5.v8.dt.right.ql.model.impl with parameters of type DbViewDefModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainQlRestrictionImpl.basicSetCurrentTable(DbViewDef newCurrentTable, org.eclipse.emf.common.notify.NotificationChain msgs) voidQlRestrictionImpl.setCurrentTable(DbViewDef newCurrentTable)